index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
pg_config.h.in
Age
Commit message (
Expand
)
Author
11 days
Refactor static_assert() support.
Peter Eisentraut
2025-12-10
Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code.
Tom Lane
2025-12-09
Support "j" length modifier in snprintf.c.
Tom Lane
2025-11-06
Re-run autoheader
Peter Eisentraut
2025-10-29
Use C11 char16_t and char32_t for Unicode code points.
Jeff Davis
2025-10-29
Replace pg_restrict by standard restrict
Peter Eisentraut
2025-07-08
aio: Combine io_uring memory mappings, if supported
Andres Freund
2025-05-18
Make our usage of memset_s() conform strictly to the C11 standard.
Tom Lane
2025-04-16
Update pg_config.h.in with libnuma changes
Daniel Gustafsson
2025-04-07
Add support for basic NUMA awareness
Tomas Vondra
2025-04-06
Compute CRC32C using AVX-512 instructions where available
John Naylor
2025-04-03
Add missing declarations to pg_config.h.in
Daniel Gustafsson
2025-04-03
libpq: Add support for dumping SSL key material to file
Daniel Gustafsson
2025-04-01
Fix detection and handling of strchrnul() for macOS 15.4.
Tom Lane
2025-03-28
Optimize popcount functions with ARM SVE intrinsics.
Nathan Bossart
2025-03-28
Revert "Tidy up locale thread safety in ECPG library."
Peter Eisentraut
2025-03-28
Tidy up locale thread safety in ECPG library.
Peter Eisentraut
2025-03-27
Provide thread-safe pg_localeconv_r().
Peter Eisentraut
2025-03-26
aio: Add liburing dependency
Andres Freund
2025-02-20
Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson
2024-12-04
Use <stdint.h> and <inttypes.h> for c.h integers.
Thomas Munro
2024-11-27
Require sizeof(bool) == 1.
Thomas Munro
2024-11-27
Remove configure check for _configthreadlocale().
Thomas Munro
2024-11-25
Assume that <stdbool.h> conforms to the C standard.
Thomas Munro
2024-11-22
Use auxv to check for CRC32 instructions on ARM.
Thomas Munro
2024-10-24
Raise the minimum supported OpenSSL version to 1.1.1
Daniel Gustafsson
2024-10-14
Remove traces of BeOS.
Peter Eisentraut
2024-10-01
Simplify checking for xlocale.h
Peter Eisentraut
2024-09-02
Remove support for OpenSSL older than 1.1.0
Daniel Gustafsson
2024-08-13
All POSIX systems have langinfo.h and CODESET.
Thomas Munro
2024-07-30
Remove --disable-atomics, require 32 bit atomics.
Thomas Munro
2024-07-30
Remove --disable-spinlocks.
Thomas Munro
2024-07-26
Fix macro placement in pg_config.h.in
Daniel Gustafsson
2024-07-26
Disable all TLS session tickets
Daniel Gustafsson
2024-07-22
Add port/ replacement for strsep()
Peter Eisentraut
2024-04-07
Optimize pg_popcount() with AVX-512 instructions.
Nathan Bossart
2024-03-05
Add --copy-file-range option to pg_upgrade.
Thomas Munro
2024-01-25
jit: Require at least LLVM 10.
Thomas Munro
2024-01-22
Add backend support for injection points
Michael Paquier
2023-11-28
Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.
Tom Lane
2023-08-10
Use native CRC instructions on 64-bit LoongArch
John Naylor
2023-07-11
Remove --disable-thread-safety and related code.
Thomas Munro
2023-07-08
All supported systems have locale_t.
Thomas Munro
2023-07-03
Remove support for OpenSSL 1.0.1
Michael Paquier
2023-04-17
Further cleanup of autoconf output files for GSSAPI changes.
Tom Lane
2023-03-24
libpq: Add sslcertmode option to control client certificates
Michael Paquier
2023-03-17
libpq: Remove code for SCM credential authentication
Michael Paquier
2023-02-17
Remove obsolete platforms from ps_status.c.
Thomas Munro
2023-02-15
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2022-08-25
Remove configure probe for sockaddr_in6 and require AF_INET6.
Thomas Munro
[next]