Commit Graph

763 Commits (344ac149cfdfc1efe1608f46f40f05f4af91c8eb)

Author SHA1 Message Date
Andrew Dunstan 9f77494647 Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required 1 year ago
Daniel Gustafsson ddd66a6295 Fix building with MSVC for TLS session disabling 1 year ago
Tom Lane de84608e26 Fix MSVC recipe for ecpg regression tests, redux. 2 years ago
Tom Lane df66319f77 Fix MSVC recipe for ecpg regression tests. 2 years ago
Tom Lane b2b1f12882 Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. 2 years ago
Michael Paquier 34105eea62 Fix detection of unseekable files for fseek() and ftello() with MSVC 3 years ago
Andrew Dunstan 4d68338b26 Don't force SQL_ASCII/no-locale for installcheck in vcregress.pl 3 years ago
Michael Paquier 864f80fead Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates 3 years ago
Michael Paquier 0801345758 Make EXEC_BACKEND more convenient on Linux and FreeBSD. 3 years ago
Andrew Dunstan f3f70b8de6 Fix binary mismatch for MSVC plperl vs gcc built perl libs 3 years ago
Michael Paquier ca9e9b08e4 Improve setup of environment values for commands in MSVC's vcregress.pl 4 years ago
Tom Lane 2e30d77a19 Suppress warning about stack_base_ptr with late-model GCC. 4 years ago
Tom Lane c23461a22a Test honestly for <sys/signalfd.h>. 4 years ago
Andrew Dunstan 156a846d93
Allow clean.bat to be run from anywhere 4 years ago
Andrew Dunstan 1cd46f168f
Avoid warning about uninitialized value in MSVC python3 tests 4 years ago
Andrew Dunstan a7772e8748
Allow MSVC .bat wrappers to be called from anywhere 4 years ago
Michael Paquier 4ddbd7456a Adjust behavior of some env settings for the TAP tests of MSVC 4 years ago
Andrew Dunstan 93094232c8
Enable settings used in TAP tests for MSVC builds 4 years ago
Michael Paquier 0e681fa458 Add support for Visual Studio 2022 in build scripts 4 years ago
Andrew Dunstan 52c0c11367
Add module build directory to the PATH for TAP tests 4 years ago
Michael Paquier 81aefaea82 Fix build of MSVC with OpenSSL 3.0.0 4 years ago
Michael Paquier 1900c14055 Revert refactoring of hex code to src/common/ 4 years ago
Tom Lane 081e86bd9e Ensure HAVE_DECL_XXX macros in MSVC builds match those in Unix. 5 years ago
Tom Lane e75da4f1b6 Probe for preadv/pwritev in a more macOS-friendly way. 5 years ago
Tom Lane 5620ec8336 Update configure's probe for libldap to work with OpenLDAP 2.5. 5 years ago
Michael Paquier d5a2c413fc Remove non-existing variable reference in MSVC's Solution.pm 5 years ago
Andrew Dunstan d69fcb9cae
fix syntax error 5 years ago
Andrew Dunstan fb424ae85f
Report configured port in MSVC built pg_config 5 years ago
Michael Paquier 0251106634 Fix MSVC scripts when building with GSSAPI/Kerberos 5 years ago
Tom Lane 413c1ef98e Avoid creating testtablespace directories where not wanted. 5 years ago
Tom Lane def5b065ff Initial pgindent and pgperltidy run for v14. 5 years ago
Tom Lane 0b85fa93e4 Fix vcregress.pl's ancient misspelling of --max-connections. 5 years ago
Tom Lane 1df3555acc Get rid of the separate serial_schedule list of tests. 5 years ago
Michael Paquier 9ca40dcd4d Add support for LZ4 build in MSVC scripts 5 years ago
Andrew Dunstan 8b82de0164
Remove extraneous newlines added by perl copyright patch 5 years ago
Andrew Dunstan 8fa6e6919c
Add a copyright notice to perl files lacking one. 5 years ago
Michael Paquier e6bdfd9700 Refactor HMAC implementations 5 years ago
Tomas Vondra bfa2cee784 Move bsearch_arg to src/port 5 years ago
Tom Lane 2c75f8a612 Remove useless configure probe for <lz4/lz4.h>. 5 years ago
Tom Lane 4d399a6fbe Bring configure support for LZ4 up to snuff. 5 years ago
Thomas Munro 61752afb26 Provide recovery_init_sync_method=syncfs. 5 years ago
Robert Haas bbe0a81db6 Allow configurable LZ4 TOAST compression. 5 years ago
Alvaro Herrera acb7e4eb6b
Implement pipeline mode in libpq 5 years ago
Robert Haas 9706092839 Add pg_amcheck, a CLI for contrib/amcheck. 5 years ago
Michael Paquier 6c788d9f6a Move tablespace path re-creation from the makefiles to pg_regress 5 years ago
Thomas Munro 44bf3d5083 Add missing pthread_barrier_t. 5 years ago
Michael Paquier 5bca69a76b Add support for PROVE_TESTS and PROVE_FLAGS in MSVC scripts 5 years ago
Thomas Munro 8eda3eba30 Use sort_template.h for qsort_tuple() and qsort_ssup(). 5 years ago
Robert Haas e955bd4b6c Move some code from src/bin/scripts to src/fe_utils to permit reuse. 5 years ago
Tom Lane 62f34097c8 Build in some knowledge about foreign-key relationships in the catalogs. 5 years ago