summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
AgeCommit message (Expand)Author
11 daysRefactor static_assert() support.Peter Eisentraut
2025-12-10Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code.Tom Lane
2025-12-09Support "j" length modifier in snprintf.c.Tom Lane
2025-11-06Re-run autoheaderPeter Eisentraut
2025-10-29Use C11 char16_t and char32_t for Unicode code points.Jeff Davis
2025-10-29Replace pg_restrict by standard restrictPeter Eisentraut
2025-07-08aio: Combine io_uring memory mappings, if supportedAndres Freund
2025-05-18Make our usage of memset_s() conform strictly to the C11 standard.Tom Lane
2025-04-16Update pg_config.h.in with libnuma changesDaniel Gustafsson
2025-04-07Add support for basic NUMA awarenessTomas Vondra
2025-04-06Compute CRC32C using AVX-512 instructions where availableJohn Naylor
2025-04-03Add missing declarations to pg_config.h.inDaniel Gustafsson
2025-04-03libpq: Add support for dumping SSL key material to fileDaniel Gustafsson
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
2024-12-04Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro
2024-11-27Require sizeof(bool) == 1.Thomas Munro
2024-11-27Remove configure check for _configthreadlocale().Thomas Munro
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-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-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-08-13All POSIX systems have langinfo.h and CODESET.Thomas Munro
2024-07-30Remove --disable-atomics, require 32 bit atomics.Thomas Munro
2024-07-30Remove --disable-spinlocks.Thomas Munro
2024-07-26Fix macro placement in pg_config.h.inDaniel Gustafsson
2024-07-26Disable all TLS session ticketsDaniel Gustafsson
2024-07-22Add port/ replacement for strsep()Peter Eisentraut
2024-04-07Optimize pg_popcount() with AVX-512 instructions.Nathan Bossart
2024-03-05Add --copy-file-range option to pg_upgrade.Thomas Munro
2024-01-25jit: Require at least LLVM 10.Thomas Munro
2024-01-22Add backend support for injection pointsMichael Paquier
2023-11-28Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane
2023-08-10Use native CRC instructions on 64-bit LoongArchJohn Naylor
2023-07-11Remove --disable-thread-safety and related code.Thomas Munro
2023-07-08All supported systems have locale_t.Thomas Munro
2023-07-03Remove support for OpenSSL 1.0.1Michael Paquier
2023-04-17Further cleanup of autoconf output files for GSSAPI changes.Tom Lane
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
2022-08-25Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro