summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2 daysoauth: Move the builtin flow into a separate moduleJacob Champion
2025-04-07Add support for basic NUMA awarenessTomas Vondra
2025-04-06Compute CRC32C using AVX-512 instructions where availableJohn Naylor
2025-04-03libpq: Add support for dumping SSL key material to fileDaniel Gustafsson
2025-04-02Add timingsafe_bcmp(), for constant-time memory comparisonHeikki Linnakangas
2025-04-01Fix detection and handling of strchrnul() for macOS 15.4.Tom Lane
2025-03-28Optimize popcount functions with ARM SVE intrinsics.Nathan Bossart
2025-03-28Revert "Tidy up locale thread safety in ECPG library."Peter Eisentraut
2025-03-28Tidy up locale thread safety in ECPG library.Peter Eisentraut
2025-03-27Provide thread-safe pg_localeconv_r().Peter Eisentraut
2025-03-26aio: Add liburing dependencyAndres Freund
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson
2025-02-06Remove support for linking with libeay32 and ssleay32Daniel Gustafsson
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-04Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro
2024-12-04Define __EXTENSIONS__ on Solaris, too.Tom Lane
2024-12-03Define _POSIX_C_SOURCE as 200112L on Solaris.Tom Lane
2024-11-27Require sizeof(bool) == 1.Thomas Munro
2024-11-27Use __attribute__((target(...))) for SSE4.2 CRC-32C support.Nathan Bossart
2024-11-27Remove configure check for _configthreadlocale().Thomas Munro
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-22Use auxv to check for CRC32 instructions on ARM.Thomas Munro
2024-11-22jit: Use -mno-outline-atomics for bitcode on ARM.Thomas Munro
2024-11-13configure.ac: Remove useless AC_SUBSTPeter Eisentraut
2024-11-07Use __attribute__((target(...))) for AVX-512 support.Nathan Bossart
2024-11-04Add PG_TEST_EXTRA configure option to the Make buildsHeikki Linnakangas
2024-10-24Raise the minimum supported OpenSSL version to 1.1.1Daniel Gustafsson
2024-10-14Remove traces of BeOS.Peter Eisentraut
2024-10-01Simplify checking for xlocale.hPeter Eisentraut
2024-10-01jit: Use opaque pointers in all supported LLVM versions.Peter Eisentraut
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-08-20Improve configure error for ICU libraries if pkg-config is absent.Jeff Davis
2024-08-13All POSIX systems have langinfo.h and CODESET.Thomas Munro
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-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