Commit Graph

1850 Commits (b07a9ee36e57281efcd22bbca2bfd486c2037aa7)

Author SHA1 Message Date
Daniel Gustafsson ddd66a6295 Fix building with MSVC for TLS session disabling 1 year ago
Thomas Munro c2342a925b Cope with <regex.h> name clashes. 2 years ago
Heikki Linnakangas 9dbf8ab48c Fix MVCC bug with prepared xact with subxacts on standby 2 years ago
Andrew Dunstan 20f22e6a67 Remove redundant perl version checks 2 years 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
Michael Paquier dde5b01c33 Fix various issues with ALTER TEXT SEARCH CONFIGURATION 2 years ago
Tom Lane b2b1f12882 Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. 2 years ago
Thomas Munro e2452c2a63 Fix exception safety bug in typcache.c. 2 years ago
Andrew Dunstan 7f4515a58e Cache by-reference missing values in a long lived context 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
Alvaro Herrera adc943b4e1
Revert "Fix replay of create database records on standby" 4 years ago
Alvaro Herrera ffd28516e6
Fix replay of create database records on standby 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
Michael Paquier ad5b6f248a Revert error handling improvements for cryptohashes 4 years ago
Michael Paquier 3a0cced86d Improve error handling of cryptohash computations 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
Noah Misch dde966efb2 Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY. 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
Alvaro Herrera 64a8687a68
Fix WAL replay in presence of an incomplete record 4 years ago
Andres Freund 7890a42347 Fix performance regression from session statistics. 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
David Rowley 47ca483644 Change the name of the Result Cache node to Memoize 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
Andrew Dunstan e1c1c30f63
Pre branch pgindent / pgperltidy run 5 years ago
Michael Paquier d5a2c413fc Remove non-existing variable reference in MSVC's Solution.pm 5 years ago
Peter Geoghegan 8e638845ff Add list of ignorable pgindent commits for git-blame. 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
Thomas Munro c2dc19342e Revert recovery prefetching feature. 5 years ago