Commit Graph

197 Commits (06473f5a344df8c9594ead90a609b86f6724cff8)

Author SHA1 Message Date
Peter Eisentraut f5e0186f86 Raise C requirement to C11 2 weeks ago
Michael Paquier 1a5212775e Fix ./configure checks with __cpuidex() and __cpuid() 1 month ago
Tom Lane 4300d8b6a7 Don't put library-supplied -L/-I switches before user-supplied ones. 1 month ago
Andres Freund f54af9f267 aio: Combine io_uring memory mappings, if supported 2 months ago
Joe Conway 2652835d3e Stamp HEAD as 19devel. 2 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
Daniel Gustafsson b3f0be788a Add support for OAUTHBEARER SASL mechanism 7 months ago
Daniel Gustafsson 44ec095751 Remove support for linking with libeay32 and ssleay32 7 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
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
Thomas Munro 78c09bd9f9 jit: Use -mno-outline-atomics for bitcode on ARM. 10 months ago
Peter Eisentraut f05b5e6346 configure.ac: Remove useless AC_SUBST 10 months ago
Nathan Bossart f78667bd91 Use __attribute__((target(...))) for AVX-512 support. 10 months ago
Heikki Linnakangas 99b937a44f Add PG_TEST_EXTRA configure option to the Make builds 10 months ago
Daniel Gustafsson 6c66b7443c Raise the minimum supported OpenSSL version to 1.1.1 11 months ago
Peter Eisentraut a2d9a9b95a Remove traces of BeOS. 11 months ago
Peter Eisentraut 9c2a6c5a5f Simplify checking for xlocale.h 12 months ago
Peter Eisentraut ee4859123e jit: Use opaque pointers in all supported LLVM versions. 12 months ago
Daniel Gustafsson a70e01d430 Remove support for OpenSSL older than 1.1.0 1 year ago
Jeff Davis 0fb0f68933 Improve configure error for ICU libraries if pkg-config is absent. 1 year ago
Thomas Munro 14c648ff00 All POSIX systems have langinfo.h and CODESET. 1 year ago
Peter Eisentraut 6618891256 Add -Wmissing-variable-declarations to the standard compilation flags 1 year ago
Peter Eisentraut 73275f093f Make building with LTO work on macOS 1 year ago
Thomas Munro 8138526136 Remove --disable-atomics, require 32 bit atomics. 1 year ago
Thomas Munro e25626677f Remove --disable-spinlocks. 1 year ago
Daniel Gustafsson 274bbced85 Disable all TLS session tickets 1 year ago
Peter Eisentraut 683be87fbb Add port/ replacement for strsep() 1 year ago
Michael Paquier e26810d01d Stamp HEAD as 18devel. 1 year ago
Joe Conway 23c5a0e7d4 Stamp 17beta2. 1 year ago
Tom Lane 86a2d2a321 Stamp 17beta1. 1 year ago