Commit Graph

65 Commits (fec24b75230e59ebf90ea5acadb577a1e2b2e923)

Author SHA1 Message Date
Tom Lane c5dc80c1bc Stamp 15.1. 3 years ago
Thomas Munro af64846e1c Track LLVM 15 changes. 3 years ago
Tom Lane 957d1993c1 Stamp 15.0. 3 years ago
Tom Lane 2a40d040c9 Stamp 15rc2. 3 years ago
Tom Lane 6abbd212b2 Stamp 15rc1. 3 years ago
Tom Lane f9a56e7263 Disable -Wdeprecated-non-prototype in the back branches. 3 years ago
Tom Lane 6e55ea79fa Stamp 15beta4. 3 years ago
Tom Lane 6778361e41 Stamp 15beta3. 3 years ago
Tom Lane c1d033fcb5 Stamp 15beta2. 3 years ago
Tom Lane 05a5a1775c Stamp 15beta1. 3 years ago
Tom Lane aff45c879e configure: don't probe for libldap_r if libldap is 2.5 or newer. 3 years ago
Peter Eisentraut cfb63b994e Simplify configure test 3 years ago
Tom Lane 479b69a4a5 Set minimum required version of zstd as 1.4.0. 4 years ago
Peter Eisentraut c1932e5428 libpq: Allow IP address SANs in server certificates 4 years ago
Peter Eisentraut 23119d51a1 Refactor DLSUFFIX handling 4 years ago
Andres Freund e71c76fcab configure: check for dlsym instead of dlopen. 4 years ago
Andrew Dunstan cf12541f2b
Ensure the right perl is used for TAP tests on msys 4 years ago
Robert Haas 6c417bbcc8 Add support for building with ZSTD. 4 years ago
Tom Lane de447bb8e6 Suppress warning about stack_base_ptr with late-model GCC. 4 years ago
Michael Paquier 1d084fba1b Add ./configure check for "lz4" command 4 years ago
Tom Lane c5f5b4dd4b Test honestly for <sys/signalfd.h>. 4 years ago
Thomas Munro f3e78069db Make EXEC_BACKEND more convenient on Linux and FreeBSD. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Thomas Munro e2f0f8ed25 Check for STATUS_DELETE_PENDING on Windows. 4 years ago
Tom Lane a7da419810 Add configure probe for rl_variable_bind(). 4 years ago
Tom Lane b637101644 Cope with cross-compiling when checking for a random-number source. 4 years ago
Tom Lane 3804539e48 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. 4 years ago
Tom Lane c4fe3199a6 Probe $PROVE not $PERL while checking for modules needed by TAP tests. 4 years ago
Andrew Dunstan 405f32fc49
Require version 0.98 of Test::More for TAP tests 4 years ago
Tom Lane 276517a964 Use appropriate -Wno-warning switches when compiling bitcode. 4 years ago
Michael Paquier 9ff47ea414 Clean up compilation warnings coming from PL/Perl with clang-12~ 4 years ago
Peter Eisentraut ee3a1a5b63 Remove check for accept() argument types 4 years ago
Tom Lane 4a235efdda Make configure check for minimum required version of IPC::Run. 4 years ago
Tom Lane 76fa3db336 Remove configure-time thread safety checking (thread_test.c). 4 years ago
Thomas Munro 5865e064ab Portability fixes for sigwait. 4 years ago
Tom Lane f014b1b9bb Probe for preadv/pwritev in a more macOS-friendly way. 4 years ago
Tom Lane 9f6be2e79f Fix busted test for ldap_initialize. 4 years ago
Tom Lane 53c38a086a Un-break AIX build, take 2. 4 years ago
Tom Lane 31e8cfac58 Un-break AIX build. 4 years ago
Tom Lane d0a02bdb8c Update configure's probe for libldap to work with OpenLDAP 2.5. 4 years ago
Andrew Dunstan 596b5af1d3
Stamp HEAD as 15devel. 4 years ago
Joe Conway bafad2c5b2 Stamp 14beta2. 4 years ago
Tom Lane e4f9737fac Stamp 14beta1. 4 years ago
Michael Paquier e6bdfd9700 Refactor HMAC implementations 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
Thomas Munro de91c3b976 Fix new pthread code to respect --disable-thread-safety. 5 years ago
Thomas Munro 44bf3d5083 Add missing pthread_barrier_t. 5 years ago