summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
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.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-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-12-08jit: configure: Explicitly reference 'native' component.Andres Freund
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-19Define OPENSSL_API_COMPATPeter Eisentraut
2020-07-14Fix -Wcast-function-type warningsPeter Eisentraut
2020-06-07Stamp HEAD as 14devel.Tom Lane
2020-05-18Stamp 13beta1.REL_13_BETA1Tom Lane
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-03-28Enable Unix-domain sockets support on WindowsPeter Eisentraut
2020-03-25Define EXEC_BACKEND in pg_config_manual.hPeter Eisentraut
2020-03-17Use pkg-config, if available, to locate libxml2 during configure.Tom Lane
2020-03-10Avoid portability problem introduced in 0a42a2e9c.Tom Lane
2020-03-10Remove win32ver.rc from version_stamp.plPeter Eisentraut
2020-03-04Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCSPeter Eisentraut
2020-02-28Add PostgreSQL home page to --help outputPeter Eisentraut
2020-02-21Assume that we have signed integral types and flexible array members.Tom Lane
2020-02-21Assume that we have <wchar.h>.Tom Lane
2020-02-21Assume that we have utime() and <utime.h>.Tom Lane
2020-02-21Assume that we have rint().Tom Lane
2020-02-21Assume that we have memmove().Tom Lane
2020-02-21Assume that we have cbrt().Tom Lane