summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2024-08-03Add -Wmissing-variable-declarations to the standard compilation flagsPeter Eisentraut
2024-07-31Make building with LTO work on macOSPeter Eisentraut
2024-07-30Remove --disable-atomics, require 32 bit atomics.Thomas Munro
2024-07-30Remove --disable-spinlocks.Thomas Munro
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-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
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