Commit Graph

188 Commits (4300d8b6a79d61abb5ca9f901df7bde7a49322b6)

Author SHA1 Message Date
Andres Freund f54af9f267 aio: Combine io_uring memory mappings, if supported 2 months ago
Jacob Champion 7376e60854 oauth: Fix kqueue detection on OpenBSD 2 months ago
Peter Eisentraut f039c22441 meson: Increase minimum version to 0.57.2 2 months ago
Peter Eisentraut 8fd9bb1d96 Enable MSVC conforming preprocessor 2 months ago
Joe Conway 2652835d3e Stamp HEAD as 19devel. 2 months ago
Tom Lane ccd5bc93fd Include _mm512_zextsi128_si512() in AVX-512 configure probes. 3 months ago
Peter Eisentraut 2c0d8b9508 meson: Fix meson warning 3 months ago
Tom Lane 12eee85e51 Make our usage of memset_s() conform strictly to the C11 standard. 4 months ago
Tom Lane caa76b91a6 Stamp 18beta1. 4 months ago
Jacob Champion b0635bfda0 oauth: Move the builtin flow into a separate module 4 months ago
Tomas Vondra 65c298f61f Add support for basic NUMA awareness 5 months ago
John Naylor 3c6e8c1238 Compute CRC32C using AVX-512 instructions where available 5 months ago
Daniel Gustafsson 2da74d8d64 libpq: Add support for dumping SSL key material to file 5 months ago
Heikki Linnakangas 09be391126 Add timingsafe_bcmp(), for constant-time memory comparison 5 months ago
Tom Lane 6da2ba1d8a Fix detection and handling of strchrnul() for macOS 15.4. 5 months ago
Nathan Bossart 519338ace4 Optimize popcount functions with ARM SVE intrinsics. 6 months ago
Peter Eisentraut 3c8e463b0d Revert "Tidy up locale thread safety in ECPG library." 6 months ago
Peter Eisentraut 8e993bff53 Tidy up locale thread safety in ECPG library. 6 months ago
Peter Eisentraut b98be8a2a2 Provide thread-safe pg_localeconv_r(). 6 months ago
Andres Freund 8eadd5c73c aio: Add liburing dependency 6 months ago
Andrew Dunstan 12604593e9 Show plperl version in the meson setup summary. 6 months ago
Tom Lane fdb5dd6331 Be more paranoid in configure's checks for CRC and POPCNT intrinsics. 6 months ago
Thomas Munro d7e40845f9 oauth: Disallow synchronous DNS in libcurl 6 months ago
Andres Freund 32ce58e9e9 Make test portlock logic work with meson 7 months ago
Daniel Gustafsson b3f0be788a Add support for OAUTHBEARER SASL mechanism 7 months ago
Andres Freund b64d83115c meson: Fix failure to detect bsd_auth.h presence 7 months ago
Andres Freund 26aca4de43 meson: Add missing dependencies for libpq tests 7 months ago
Andres Freund 74ef4855b0 meson: Improve dependencies for tmp_install test target 7 months ago
Andres Freund c2ede6640c meson: Narrow dependencies for 'install-quiet' target 7 months ago
Peter Eisentraut aeb8ea361a Convert sepgsql tests to TAP 8 months ago
Peter Eisentraut 0869ea43e9 Remove flex version checks 8 months ago
Thomas Munro c4782c4410 Fix meson detection of a couple of 64 bit builtins. 8 months ago
Peter Eisentraut 9a8313dabe Remove useless configure check 8 months ago
Peter Eisentraut 6549a02a51 meson: Fix missing name arguments of cc.compiles() calls 8 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 8 months ago
Thomas Munro 962da900ac Use <stdint.h> and <inttypes.h> for c.h integers. 9 months ago
Tom Lane 3b08d5224d Define __EXTENSIONS__ on Solaris, too. 9 months ago
Tom Lane 32a7deb2a0 Define _POSIX_C_SOURCE as 200112L on Solaris. 9 months ago
Thomas Munro 97525bc5c8 Require sizeof(bool) == 1. 10 months ago
Nathan Bossart 4b03a27faf Use __attribute__((target(...))) for SSE4.2 CRC-32C support. 10 months ago
Thomas Munro f1da075d9a Remove configure check for _configthreadlocale(). 10 months ago
Thomas Munro 648333a99f Clean up <stdbool.h> reference in meson.build. 10 months ago
Tom Lane 5980f1884f Update configure probes for CFLAGS needed for ARM CRC instructions. 10 months ago
Thomas Munro bc5a4dfcf7 Assume that <stdbool.h> conforms to the C standard. 10 months ago
Thomas Munro aac831cafa Use auxv to check for CRC32 instructions on ARM. 10 months ago
Nathan Bossart 41b98ddb77 Fix __attribute__((target(...))) usage. 10 months ago
Nathan Bossart f78667bd91 Use __attribute__((target(...))) for AVX-512 support. 10 months ago
Heikki Linnakangas 3d1aec225a Make PG_TEST_EXTRA env var override the "meson setup" option 10 months ago
Daniel Gustafsson 6c66b7443c Raise the minimum supported OpenSSL version to 1.1.1 11 months ago
Peter Eisentraut 9c2a6c5a5f Simplify checking for xlocale.h 12 months ago