Commit Graph

55 Commits (23e7b38bfe396f919fdb66057174d29e17086418)

Author SHA1 Message Date
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. 3 years ago
Peter Eisentraut c1932e5428 libpq: Allow IP address SANs in server certificates 3 years ago
Peter Eisentraut 23119d51a1 Refactor DLSUFFIX handling 3 years ago
Andres Freund e71c76fcab configure: check for dlsym instead of dlopen. 3 years ago
Andrew Dunstan cf12541f2b
Ensure the right perl is used for TAP tests on msys 3 years ago
Robert Haas 6c417bbcc8 Add support for building with ZSTD. 3 years ago
Tom Lane de447bb8e6 Suppress warning about stack_base_ptr with late-model GCC. 3 years ago
Michael Paquier 1d084fba1b Add ./configure check for "lz4" command 3 years ago
Tom Lane c5f5b4dd4b Test honestly for <sys/signalfd.h>. 3 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 4 years ago
Tom Lane 2c75f8a612 Remove useless configure probe for <lz4/lz4.h>. 4 years ago
Tom Lane 4d399a6fbe Bring configure support for LZ4 up to snuff. 4 years ago
Thomas Munro 61752afb26 Provide recovery_init_sync_method=syncfs. 4 years ago
Robert Haas bbe0a81db6 Allow configurable LZ4 TOAST compression. 4 years ago
Thomas Munro de91c3b976 Fix new pthread code to respect --disable-thread-safety. 4 years ago
Thomas Munro 44bf3d5083 Add missing pthread_barrier_t. 4 years ago
Michael Paquier a899ec1cb2 Fix inconsistent configure data for --with-ssl 4 years ago
Michael Paquier fe61df7f82 Introduce --with-ssl={openssl} as a configure option 4 years ago
Michael Paquier a8ed6bb8f4 Introduce SHA1 implementations in the cryptohash infrastructure 5 years ago
Thomas Munro 0d56acfbaa Move our p{read,write}v replacements into their own files. 5 years ago
Thomas Munro 13a021f3e8 Provide pg_preadv() and pg_pwritev(). 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane 7ca37fb040 Use setenv() in preference to putenv(). 5 years ago
Michael Paquier 525e60b742 Fix compilation of uuid-ossp 5 years ago
Tom Lane 4823c4f6ac Remove configure-time probe for DocBook DTD. 5 years ago
Magnus Hagander 16f96c74d4 Remove ability to independently select random number generator 5 years ago