summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
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.Joe Conway
2021-05-17Stamp 14beta1.Tom 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