summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2 daysStamp 17.5.REL_17_5REL_17_STABLETom Lane
2025-04-01Fix detection and handling of strchrnul() for macOS 15.4.Tom Lane
2025-02-17Stamp 17.4.REL_17_4Tom Lane
2025-02-10Stamp 17.3.REL_17_3Tom Lane
2024-11-25Update configure probes for CFLAGS needed for ARM CRC instructions.Tom Lane
2024-11-25Assume that <stdbool.h> conforms to the C standard.Thomas Munro
2024-11-22jit: Use -mno-outline-atomics for bitcode on ARM.Thomas Munro
2024-11-18Stamp 17.2.REL_17_2Tom Lane
2024-11-11Stamp 17.1.REL_17_1Tom Lane
2024-09-23Stamp 17.0.REL_17_0Tom Lane
2024-09-02Stamp 17rc1.REL_17_RC1Tom Lane
2024-08-05Stamp 17beta3.REL_17_BETA3Tom Lane
2024-07-26Disable all TLS session ticketsDaniel Gustafsson
2024-06-24Stamp 17beta2.REL_17_BETA2Joe Conway
2024-05-20Stamp 17beta1.Tom Lane
2024-05-16jit: Remove {llvm-config,clang}-N configure probes.Thomas Munro
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-28Run autoconf, for update of a comment.Heikki Linnakangas
2024-02-28Remove AIX supportHeikki Linnakangas
2024-02-11Fix gai_strerror() thread-safety on Windows.Thomas Munro
2024-01-25jit: Require at least LLVM 10.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-11-06Remove distprepPeter Eisentraut
2023-10-25Log OpenSSL version in ./configure outputMichael Paquier
2023-10-22Log LLVM library version in configure output.Thomas Munro
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-08All supported systems have locale_t.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-20Use --strip-unneeded when stripping static libraries with GNU strip.Tom Lane
2023-04-18Build ICU support by default.Jeff Davis
2023-04-17Update configure for ab969a376Stephen 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