summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2023-11-29Optimize pg_readv/pg_pwritev single vector case.Thomas Munro
2023-11-28Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane
2023-10-25Log OpenSSL version in ./configure outputMichael Paquier
2023-08-17Remove traces of Sun -lposix4.Thomas Munro
2023-08-17Don't probe extra libraries for fdatasync.Thomas Munro
2023-08-10Use native CRC instructions on 64-bit LoongArchJohn Naylor
2023-08-07Remove configure check for z_streampPeter Eisentraut
2023-07-11Remove --disable-thread-safety and related code.Thomas Munro
2023-07-09Rename port/thread.c to port/user.c.Thomas Munro
2023-07-07Fix some comments in ./configure and meson setup filesMichael Paquier
2023-07-03Remove support for OpenSSL 1.0.1Michael Paquier
2023-06-29Stamp HEAD as 17devel.Tom Lane
2023-06-26Stamp 16beta2.REL_16_BETA2Tom Lane
2023-05-22Stamp 16beta1.REL_16_BETA1Tom Lane
2023-04-18Build ICU support by default.Jeff Davis
2023-04-17Update Kerberos/GSSAPI configure/meson checkStephen Frost
2023-04-13Explicitly require MIT Kerberos for GSSAPIStephen Frost
2023-04-12Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier
2023-03-24libpq: Add sslcertmode option to control client certificatesMichael Paquier
2023-03-17libpq: Remove code for SCM credential authenticationMichael Paquier
2023-02-17Remove obsolete platforms from ps_status.c.Thomas Munro
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-12Disable clang 16's -Wcast-function-type-strict.Thomas Munro
2022-12-08Add option to specify segment size in blocksAndres Freund
2022-12-07autoconf: Move export_dynamic determination to configureAndres Freund
2022-12-02autoconf: Don't AC_SUBST() LD in configureAndres Freund
2022-12-02autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32CAndres Freund
2022-10-20Make finding openssl program a configure or meson optionPeter Eisentraut
2022-10-19Track LLVM 15 changes.Thomas Munro
2022-10-07autoconf: Rely on ar supporting index creationAndres Freund
2022-10-07Add -Wshadow=compatible-local to the standard compilation flagsDavid Rowley
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-17Remove DLLTOOL, DLLWRAP from configure / Makefile.global.inAndres Freund
2022-09-16aix: xlc: Use -Wl,-b,expfull for old compiler versionsAndres Freund
2022-09-10configure: Expand -fvisibility checks to more compilers, test for -qvisibilityAndres Freund
2022-08-25Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro
2022-08-22Remove configure probes for sockaddr_storage members.Thomas Munro
2022-08-18Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.hAndres Freund
2022-08-18Remove unused configure variable.Tom Lane
2022-08-18Remove configure probe for netinet/tcp.h.Thomas Munro
2022-08-18Remove configure probe for sys/sockio.h.Thomas Munro
2022-08-18Remove configure probe for net/if.h.Thomas Munro
2022-08-13Remove configure probe for gethostbyname_r.Thomas Munro
2022-08-13Remove replacement code for getaddrinfo.Thomas Munro
2022-08-13Remove configure probe for struct sockaddr_storage.Thomas Munro
2022-08-13Remove configurability of PPC spinlock assembly code.Tom Lane
2022-08-13Remove configure probe for shl_load library.Thomas Munro
2022-08-13Remove configure probe for sys/resource.h and refactor.Thomas Munro
2022-08-13Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.Thomas Munro