summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2022-02-20Ensure the right perl is used for TAP tests on msysAndrew Dunstan
2022-02-18Add support for building with ZSTD.Robert Haas
2022-02-18Suppress warning about stack_base_ptr with late-model GCC.Tom Lane
2022-02-14Add ./configure check for "lz4" commandMichael Paquier
2022-02-09Test honestly for <sys/signalfd.h>.Tom Lane
2022-01-10Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-10Check for STATUS_DELETE_PENDING on Windows.Thomas Munro
2021-12-02Add configure probe for rl_variable_bind().Tom Lane
2021-11-30Cope with cross-compiling when checking for a random-number source.Tom Lane
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-11-22Probe $PROVE not $PERL while checking for modules needed by TAP tests.Tom Lane
2021-11-20Require version 0.98 of Test::More for TAP testsAndrew Dunstan
2021-11-18Use appropriate -Wno-warning switches when compiling bitcode.Tom Lane
2021-11-11Clean up compilation warnings coming from PL/Perl with clang-12~Michael Paquier
2021-11-09Remove check for accept() argument typesPeter Eisentraut
2021-10-11Make configure check for minimum required version of IPC::Run.Tom Lane
2021-07-24Remove configure-time thread safety checking (thread_test.c).Tom Lane
2021-07-15Portability fixes for sigwait.Thomas Munro
2021-07-12Probe for preadv/pwritev in a more macOS-friendly way.Tom Lane
2021-07-10Fix busted test for ldap_initialize.Tom Lane
2021-07-09Un-break AIX build, take 2.Tom Lane
2021-07-09Un-break AIX build.Tom Lane
2021-07-09Update configure's probe for libldap to work with OpenLDAP 2.5.Tom Lane
2021-06-28Stamp HEAD as 15devel.Andrew Dunstan
2021-06-21Stamp 14beta2.REL_14_BETA2Joe Conway
2021-05-17Stamp 14beta1.REL_14_BETA1Tom Lane
2021-04-03Refactor HMAC implementationsMichael Paquier
2021-03-22Remove useless configure probe for <lz4/lz4.h>.Tom Lane
2021-03-21Bring configure support for LZ4 up to snuff.Tom Lane
2021-03-19Provide recovery_init_sync_method=syncfs.Thomas Munro
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-03-13Fix new pthread code to respect --disable-thread-safety.Thomas Munro
2021-03-10Add missing pthread_barrier_t.Thomas Munro
2021-02-20Fix inconsistent configure data for --with-sslMichael Paquier
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2021-01-23Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier
2021-01-13Move our p{read,write}v replacements into their own files.Thomas Munro
2021-01-11Provide pg_preadv() and pg_pwritev().Thomas Munro
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Use setenv() in preference to putenv().Tom Lane
2020-12-10Fix compilation of uuid-osspMichael Paquier
2020-11-30Remove configure-time probe for DocBook DTD.Tom Lane
2020-11-20Remove ability to independently select random number generatorMagnus Hagander
2020-11-20On macOS, use -isysroot in link steps as well as compile steps.Tom Lane
2020-10-21Remove the option to build thread_test.c outside configure.Tom Lane
2020-10-09Fix our Windows stat() emulation to handle file sizes > 4GB.Tom Lane
2020-09-07Split Makefile symbol CFLAGS_VECTOR into two symbols.Tom Lane
2020-07-24Rename configure.in to configure.acPeter Eisentraut