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
/
meson.build
Age
Commit message (
Expand
)
Author
5 days
aio: Combine io_uring memory mappings, if supported
Andres Freund
5 days
oauth: Fix kqueue detection on OpenBSD
Jacob Champion
11 days
meson: Increase minimum version to 0.57.2
Peter Eisentraut
12 days
Enable MSVC conforming preprocessor
Peter Eisentraut
13 days
Stamp HEAD as 19devel.
Joe Conway
2025-06-23
Include _mm512_zextsi128_si512() in AVX-512 configure probes.
Tom Lane
2025-06-22
meson: Fix meson warning
Peter Eisentraut
2025-05-18
Make our usage of memset_s() conform strictly to the C11 standard.
Tom Lane
2025-05-05
Stamp 18beta1.
REL_18_BETA1
Tom Lane
2025-05-01
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-03-20
Show plperl version in the meson setup summary.
Andrew Dunstan
2025-03-20
Be more paranoid in configure's checks for CRC and POPCNT intrinsics.
Tom Lane
2025-03-19
oauth: Disallow synchronous DNS in libcurl
Thomas Munro
2025-02-21
Make test portlock logic work with meson
Andres Freund
2025-02-20
Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson
2025-02-12
meson: Fix failure to detect bsd_auth.h presence
Andres Freund
2025-02-04
meson: Add missing dependencies for libpq tests
Andres Freund
2025-02-04
meson: Improve dependencies for tmp_install test target
Andres Freund
2025-02-04
meson: Narrow dependencies for 'install-quiet' target
Andres Freund
2025-01-24
Convert sepgsql tests to TAP
Peter Eisentraut
2025-01-17
Remove flex version checks
Peter Eisentraut
2025-01-07
Fix meson detection of a couple of 64 bit builtins.
Thomas Munro
2025-01-05
Remove useless configure check
Peter Eisentraut
2025-01-05
meson: Fix missing name arguments of cc.compiles() calls
Peter Eisentraut
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
Clean up <stdbool.h> reference in meson.build.
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-07
Fix __attribute__((target(...))) usage.
Nathan Bossart
2024-11-07
Use __attribute__((target(...))) for AVX-512 support.
Nathan Bossart
2024-11-04
Make PG_TEST_EXTRA env var override the "meson setup" option
Heikki Linnakangas
2024-10-24
Raise the minimum supported OpenSSL version to 1.1.1
Daniel Gustafsson
2024-10-01
Simplify checking for xlocale.h
Peter Eisentraut
[next]