Commit Graph

74 Commits (5963c9a154bd5590a7ea48826d9bd72c9324e071)

Author SHA1 Message Date
Thomas Munro 5963c9a154 Remove configure probe for link. 3 years ago
Thomas Munro 2b1f580ee2 Remove configure probes for symlink/readlink, and dead code. 3 years ago
Thomas Munro adeef67834 Remove configure probe for setsid. 3 years ago
Thomas Munro 098f4d813b Remove configure probe for shm_open. 3 years ago
Thomas Munro bdb657edd6 Remove configure probe and related tests for getrlimit. 3 years ago
Thomas Munro ca1e85513e Remove configure probe for dlopen, and refactor. 3 years ago
Thomas Munro e757cdd6ad Remove dead getpwuid_r replacement code. 3 years ago
Thomas Munro fb12becdfb Remove dead handling for pre-POSIX sigwait(). 3 years ago
Thomas Munro 86e5eb4f58 Remove dead getrusage replacement code. 3 years ago
Thomas Munro 634a89c708 Remove configure probe for wctype.h. 3 years ago
Thomas Munro a3b8d2a997 Remove configure probe for sys/tas.h. 3 years ago
Thomas Munro 4f1f5a7f85 Remove fls(), use pg_leftmost_one_pos32() instead. 3 years ago
Thomas Munro 9430fb407b Add wal_sync_method=fdatasync for Windows. 3 years ago
Andres Freund 089480c077 Default to hidden visibility for extension libraries where possible 3 years ago
Michael Paquier 6203583b72 Remove support for Visual Studio 2013 3 years ago
Thomas Munro 9db300ce6e Remove HP-UX port. 3 years ago
Tom Lane d31d30973a Stamp HEAD as 16devel. 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. 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