summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2024-07-26Disable all TLS session ticketsDaniel Gustafsson
2024-07-22Add port/ replacement for strsep()Peter Eisentraut
2024-06-30Stamp HEAD as 18devel.Michael Paquier
2024-06-24Stamp 17beta2.REL_17_BETA2Joe Conway
2024-05-20Stamp 17beta1.Tom Lane
2024-04-25Avoid unnecessary "touch meson.build" in vpath buildsAndres Freund
2024-04-07Optimize pg_popcount() with AVX-512 instructions.Nathan Bossart
2024-03-05Add --copy-file-range option to pg_upgrade.Thomas Munro
2024-02-28Remove configure --with-CC optionHeikki Linnakangas
2024-02-28Remove AIX supportHeikki Linnakangas
2024-02-11Fix gai_strerror() thread-safety on Windows.Thomas Munro
2024-01-22Add backend support for injection pointsMichael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
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