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
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
/
configure.ac
Age
Commit message (
Expand
)
Author
2 days
oauth: Move the builtin flow into a separate module
Jacob Champion
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
libpq: Add support for dumping SSL key material to file
Daniel Gustafsson
2025-04-02
Add timingsafe_bcmp(), for constant-time memory comparison
Heikki Linnakangas
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
2025-02-06
Remove support for linking with libeay32 and ssleay32
Daniel Gustafsson
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-04
Use <stdint.h> and <inttypes.h> for c.h integers.
Thomas Munro
2024-12-04
Define __EXTENSIONS__ on Solaris, too.
Tom Lane
2024-12-03
Define _POSIX_C_SOURCE as 200112L on Solaris.
Tom Lane
2024-11-27
Require sizeof(bool) == 1.
Thomas Munro
2024-11-27
Use __attribute__((target(...))) for SSE4.2 CRC-32C support.
Nathan Bossart
2024-11-27
Remove configure check for _configthreadlocale().
Thomas Munro
2024-11-25
Update configure probes for CFLAGS needed for ARM CRC instructions.
Tom Lane
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-11-22
jit: Use -mno-outline-atomics for bitcode on ARM.
Thomas Munro
2024-11-13
configure.ac: Remove useless AC_SUBST
Peter Eisentraut
2024-11-07
Use __attribute__((target(...))) for AVX-512 support.
Nathan Bossart
2024-11-04
Add PG_TEST_EXTRA configure option to the Make builds
Heikki Linnakangas
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-10-01
jit: Use opaque pointers in all supported LLVM versions.
Peter Eisentraut
2024-09-02
Remove support for OpenSSL older than 1.1.0
Daniel Gustafsson
2024-08-20
Improve configure error for ICU libraries if pkg-config is absent.
Jeff Davis
2024-08-13
All POSIX systems have langinfo.h and CODESET.
Thomas Munro
2024-08-03
Add -Wmissing-variable-declarations to the standard compilation flags
Peter Eisentraut
2024-07-31
Make building with LTO work on macOS
Peter Eisentraut
2024-07-30
Remove --disable-atomics, require 32 bit atomics.
Thomas Munro
2024-07-30
Remove --disable-spinlocks.
Thomas Munro
2024-07-26
Disable all TLS session tickets
Daniel Gustafsson
2024-07-22
Add port/ replacement for strsep()
Peter Eisentraut
2024-06-30
Stamp HEAD as 18devel.
Michael Paquier
2024-06-24
Stamp 17beta2.
REL_17_BETA2
Joe Conway
2024-05-20
Stamp 17beta1.
Tom Lane
2024-04-25
Avoid unnecessary "touch meson.build" in vpath builds
Andres Freund
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-02-28
Remove configure --with-CC option
Heikki Linnakangas
2024-02-28
Remove AIX support
Heikki Linnakangas
2024-02-11
Fix gai_strerror() thread-safety on Windows.
Thomas Munro
2024-01-22
Add backend support for injection points
Michael Paquier
[next]