Commit Graph

152 Commits (REL_16_STABLE)

Author SHA1 Message Date
Tom Lane c13dd7d50f Stamp 16.10. 1 month ago
Michael Paquier c1984be23c Fix ./configure checks with __cpuidex() and __cpuid() 1 month ago
Tom Lane bbc20c8a9f Don't put library-supplied -L/-I switches before user-supplied ones. 1 month ago
Tom Lane 253cf661c2 Make our usage of memset_s() conform strictly to the C11 standard. 4 months ago
Tom Lane 6e4ab1b691 Stamp 16.9. 4 months ago
Tom Lane a39eb9c77f Fix detection and handling of strchrnul() for macOS 15.4. 5 months ago
Tom Lane 71eb35c0b1 Stamp 16.8. 7 months ago
Tom Lane 61f3dcf2d9 Stamp 16.7. 7 months ago
Tom Lane 1f4aadec41 Update configure probes for CFLAGS needed for ARM CRC instructions. 10 months ago
Thomas Munro 0f6d902308 Assume that <stdbool.h> conforms to the C standard. 10 months ago
Thomas Munro 6de14dbb36 jit: Use -mno-outline-atomics for bitcode on ARM. 10 months ago
Tom Lane 1f47e7b59b Stamp 16.6. 10 months ago
Tom Lane 8c9d34cdc4 Stamp 16.5. 10 months ago
Tom Lane 2caa85f4aa Stamp 16.4. 1 year ago
Daniel Gustafsson cc606afce1 Disable all TLS session tickets 1 year ago
Tom Lane 05ffe9398b Stamp 16.3. 1 year ago
Andres Freund 2209c70c65 Avoid unnecessary "touch meson.build" in vpath builds 1 year ago
Thomas Munro 0460e4ecc0 Fix gai_strerror() thread-safety on Windows. 2 years ago
Tom Lane b78fa8547d Stamp 16.2. 2 years ago
Tom Lane efa8f60640 Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. 2 years ago
Tom Lane 3edc6580c0 Stamp 16.1. 2 years ago
Michael Paquier f76f1ef00d Log OpenSSL version in ./configure output 2 years ago
Tom Lane 2439153f44 Stamp 16.0. 2 years ago
Tom Lane d94dadcc50 Stamp 16rc1. 2 years ago
Tom Lane 0dd5545378 Stamp 16beta3. 2 years ago
Tom Lane 19508f4763 Stamp 16beta2. 2 years ago
Tom Lane e0b82fc8e8 Stamp 16beta1. 2 years ago
Jeff Davis fcb21b3acd Build ICU support by default. 2 years ago
Stephen Frost 1c52f9c042 Update Kerberos/GSSAPI configure/meson check 2 years ago
Stephen Frost f7431bca8b Explicitly require MIT Kerberos for GSSAPI 2 years ago
Michael Paquier a923e21631 Fix detection of unseekable files for fseek() and ftello() with MSVC 2 years ago
Michael Paquier 36f40ce2dc libpq: Add sslcertmode option to control client certificates 3 years ago
Michael Paquier 98ae2c84a4 libpq: Remove code for SCM credential authentication 3 years ago
Thomas Munro d2ea2d310d Remove obsolete platforms from ps_status.c. 3 years ago
Michael Paquier 9244c11afe Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Thomas Munro 101c37cd34 Disable clang 16's -Wcast-function-type-strict. 3 years ago
Andres Freund d3b111e320 Add option to specify segment size in blocks 3 years ago
Andres Freund 9db49fc5bf autoconf: Move export_dynamic determination to configure 3 years ago
Andres Freund 069de07eae autoconf: Don't AC_SUBST() LD in configure 3 years ago
Andres Freund e0f0e08e17 autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32C 3 years ago
Peter Eisentraut c8e4030d1b Make finding openssl program a configure or meson option 3 years ago
Thomas Munro c2ae01f695 Track LLVM 15 changes. 3 years ago
Andres Freund 2473cb9ff3 autoconf: Rely on ar supporting index creation 3 years ago
David Rowley 0fe954c285 Add -Wshadow=compatible-local to the standard compilation flags 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Andres Freund 8d513a6b71 Remove DLLTOOL, DLLWRAP from configure / Makefile.global.in 3 years ago
Andres Freund d08a049db9 aix: xlc: Use -Wl,-b,expfull for old compiler versions 3 years ago
Andres Freund be7c15b194 configure: Expand -fvisibility checks to more compilers, test for -qvisibility 3 years ago
Thomas Munro bcc8b14ef6 Remove configure probe for sockaddr_in6 and require AF_INET6. 3 years ago