aboutsummaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAge
* Stamp 18beta1.REL_18_BETA1Tom Lane13 days
* oauth: Move the builtin flow into a separate moduleJacob Champion2025-05-01
* Add support for basic NUMA awarenessTomas Vondra2025-04-07
* Compute CRC32C using AVX-512 instructions where availableJohn Naylor2025-04-06
* libpq: Add support for dumping SSL key material to fileDaniel Gustafsson2025-04-03
* Add timingsafe_bcmp(), for constant-time memory comparisonHeikki Linnakangas2025-04-02
* Fix detection and handling of strchrnul() for macOS 15.4.Tom Lane2025-04-01
* Optimize popcount functions with ARM SVE intrinsics.Nathan Bossart2025-03-28
* Revert "Tidy up locale thread safety in ECPG library."Peter Eisentraut2025-03-28
* Tidy up locale thread safety in ECPG library.Peter Eisentraut2025-03-28
* Provide thread-safe pg_localeconv_r().Peter Eisentraut2025-03-27
* aio: Add liburing dependencyAndres Freund2025-03-26
* Be more paranoid in configure's checks for CRC and POPCNT intrinsics.Tom Lane2025-03-20
* oauth: Disallow synchronous DNS in libcurlThomas Munro2025-03-19
* Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson2025-02-20
* Remove support for linking with libeay32 and ssleay32Daniel Gustafsson2025-02-06
* Remove flex version checksPeter Eisentraut2025-01-17
* Remove useless configure checkPeter Eisentraut2025-01-05
* Update copyright for 2025Bruce Momjian2025-01-01
* Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro2024-12-04
* Define __EXTENSIONS__ on Solaris, too.Tom Lane2024-12-03
* Define _POSIX_C_SOURCE as 200112L on Solaris.Tom Lane2024-12-03
* Require sizeof(bool) == 1.Thomas Munro2024-11-28
* Use __attribute__((target(...))) for SSE4.2 CRC-32C support.Nathan Bossart2024-11-27
* Remove configure check for _configthreadlocale().Thomas Munro2024-11-27
* Update configure probes for CFLAGS needed for ARM CRC instructions.Tom Lane2024-11-25
* Assume that <stdbool.h> conforms to the C standard.Thomas Munro2024-11-25
* Use auxv to check for CRC32 instructions on ARM.Thomas Munro2024-11-22
* jit: Use -mno-outline-atomics for bitcode on ARM.Thomas Munro2024-11-22
* configure.ac: Remove useless AC_SUBSTPeter Eisentraut2024-11-13
* Fix __attribute__((target(...))) usage.Nathan Bossart2024-11-07
* Use __attribute__((target(...))) for AVX-512 support.Nathan Bossart2024-11-07
* Add PG_TEST_EXTRA configure option to the Make buildsHeikki Linnakangas2024-11-04
* Raise the minimum supported OpenSSL version to 1.1.1Daniel Gustafsson2024-10-24
* Remove traces of BeOS.Peter Eisentraut2024-10-14
* Simplify checking for xlocale.hPeter Eisentraut2024-10-01
* jit: Use opaque pointers in all supported LLVM versions.Peter Eisentraut2024-10-01
* jit: Require at least LLVM 14, if enabled.Peter Eisentraut2024-10-01
* Remove support for OpenSSL older than 1.1.0Daniel Gustafsson2024-09-02
* Improve configure error for ICU libraries if pkg-config is absent.Jeff Davis2024-08-20
* All POSIX systems have langinfo.h and CODESET.Thomas Munro2024-08-13
* Add -Wmissing-variable-declarations to the standard compilation flagsPeter Eisentraut2024-08-03
* Make building with LTO work on macOSPeter Eisentraut2024-07-31
* Remove --disable-atomics, require 32 bit atomics.Thomas Munro2024-07-30
* Remove --disable-spinlocks.Thomas Munro2024-07-30
* Disable all TLS session ticketsDaniel Gustafsson2024-07-26
* Add port/ replacement for strsep()Peter Eisentraut2024-07-22
* Stamp HEAD as 18devel.Michael Paquier2024-07-01
* Stamp 17beta2.REL_17_BETA2Joe Conway2024-06-24
* Stamp 17beta1.Tom Lane2024-05-20