Commit Graph

193 Commits (master)

Author SHA1 Message Date
Heikki Linnakangas 0b16bb8776 Remove AIX support 1 year ago
Thomas Munro 65f438471b Fix gai_strerror() thread-safety on Windows. 1 year ago
Michael Paquier d86d20f0ba Add backend support for injection points 1 year ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Thomas Munro 15c9ac3629 Optimize pg_readv/pg_pwritev single vector case. 2 years ago
Tom Lane c82207a548 Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. 2 years ago
Michael Paquier 55a428a18d Log OpenSSL version in ./configure output 2 years ago
Thomas Munro 8fe4beaa21 Remove traces of Sun -lposix4. 2 years ago
Thomas Munro 64393a7ff9 Don't probe extra libraries for fdatasync. 2 years ago
John Naylor 4d14ccd6af Use native CRC instructions on 64-bit LoongArch 2 years ago
Peter Eisentraut eeb4eeea2c Remove configure check for z_streamp 2 years ago
Thomas Munro 68a4b58eca Remove --disable-thread-safety and related code. 2 years ago
Thomas Munro 89333db963 Rename port/thread.c to port/user.c. 2 years ago
Michael Paquier da98d005cd Fix some comments in ./configure and meson setup files 2 years ago
Michael Paquier 8e278b6576 Remove support for OpenSSL 1.0.1 2 years ago
Tom Lane 5bcc7e6dc8 Stamp HEAD as 17devel. 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 2 years ago
Michael Paquier 98ae2c84a4 libpq: Remove code for SCM credential authentication 2 years ago
Thomas Munro d2ea2d310d Remove obsolete platforms from ps_status.c. 2 years ago
Michael Paquier 9244c11afe Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates 2 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
Thomas Munro 64ef572c06 Remove configure probes for sockaddr_storage members. 3 years ago
Andres Freund 4ab53b647a Don't add HAVE_LDAP_H HAVE_WINLDAP_H to pg_config.h 3 years ago
Tom Lane 27f1774aac Remove unused configure variable. 3 years ago
Thomas Munro 2492fe49dc Remove configure probe for netinet/tcp.h. 3 years ago
Thomas Munro 2cea02fb85 Remove configure probe for sys/sockio.h. 3 years ago
Thomas Munro 2f8d918359 Remove configure probe for net/if.h. 3 years ago
Thomas Munro 52ea29045b Remove configure probe for gethostbyname_r. 3 years ago
Thomas Munro 5579388d2d Remove replacement code for getaddrinfo. 3 years ago
Thomas Munro de42bc3ac8 Remove configure probe for struct sockaddr_storage. 3 years ago