Commit Graph

133 Commits (cf84755575d1052770e92d291d1427720c8b53ca)

Author SHA1 Message Date
Tom Lane 4a235efdda Make configure check for minimum required version of IPC::Run. 4 years ago
Tom Lane 76fa3db336 Remove configure-time thread safety checking (thread_test.c). 4 years ago
Thomas Munro 5865e064ab Portability fixes for sigwait. 4 years ago
Tom Lane f014b1b9bb Probe for preadv/pwritev in a more macOS-friendly way. 4 years ago
Tom Lane 9f6be2e79f Fix busted test for ldap_initialize. 4 years ago
Tom Lane 53c38a086a Un-break AIX build, take 2. 4 years ago
Tom Lane 31e8cfac58 Un-break AIX build. 4 years ago
Tom Lane d0a02bdb8c Update configure's probe for libldap to work with OpenLDAP 2.5. 4 years ago
Andrew Dunstan 596b5af1d3
Stamp HEAD as 15devel. 4 years ago
Joe Conway bafad2c5b2 Stamp 14beta2. 4 years ago
Tom Lane e4f9737fac Stamp 14beta1. 4 years ago
Michael Paquier e6bdfd9700 Refactor HMAC implementations 5 years ago
Tom Lane 2c75f8a612 Remove useless configure probe for <lz4/lz4.h>. 5 years ago
Tom Lane 4d399a6fbe Bring configure support for LZ4 up to snuff. 5 years ago
Thomas Munro 61752afb26 Provide recovery_init_sync_method=syncfs. 5 years ago
Robert Haas bbe0a81db6 Allow configurable LZ4 TOAST compression. 5 years ago
Thomas Munro de91c3b976 Fix new pthread code to respect --disable-thread-safety. 5 years ago
Thomas Munro 44bf3d5083 Add missing pthread_barrier_t. 5 years ago
Michael Paquier a899ec1cb2 Fix inconsistent configure data for --with-ssl 5 years ago
Michael Paquier fe61df7f82 Introduce --with-ssl={openssl} as a configure option 5 years ago
Michael Paquier a8ed6bb8f4 Introduce SHA1 implementations in the cryptohash infrastructure 5 years ago
Thomas Munro 0d56acfbaa Move our p{read,write}v replacements into their own files. 5 years ago
Thomas Munro 13a021f3e8 Provide pg_preadv() and pg_pwritev(). 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane 7ca37fb040 Use setenv() in preference to putenv(). 5 years ago
Michael Paquier 525e60b742 Fix compilation of uuid-ossp 5 years ago
Tom Lane 4823c4f6ac Remove configure-time probe for DocBook DTD. 5 years ago
Magnus Hagander 16f96c74d4 Remove ability to independently select random number generator 5 years ago
Tom Lane 49407dc32a On macOS, use -isysroot in link steps as well as compile steps. 5 years ago
Tom Lane 8a2121185b Remove the option to build thread_test.c outside configure. 5 years ago
Tom Lane bed90759fc Fix our Windows stat() emulation to handle file sizes > 4GB. 5 years ago
Tom Lane 695de5d1ed Split Makefile symbol CFLAGS_VECTOR into two symbols. 5 years ago
Peter Eisentraut 25244b8972 Rename configure.in to configure.ac 5 years ago
Peter Eisentraut 4d3db13621 Define OPENSSL_API_COMPAT 5 years ago
Peter Eisentraut de8feb1f3a Fix -Wcast-function-type warnings 5 years ago
Tom Lane d10b19e224 Stamp HEAD as 14devel. 5 years ago
Tom Lane 7966b79801 Stamp 13beta1. 5 years ago
Alvaro Herrera 17cc133f01
Dial back -Wimplicit-fallthrough to level 3 5 years ago
Alvaro Herrera 3e9744465d
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS 5 years ago
Peter Eisentraut f5817595a7 Define EXEC_BACKEND in pg_config_manual.h 6 years ago
Tom Lane 0bc8cebdb8 Use pkg-config, if available, to locate libxml2 during configure. 6 years ago
Tom Lane dbf05a1439 Avoid portability problem introduced in 0a42a2e9c. 6 years ago
Peter Eisentraut 0a42a2e9ce Remove win32ver.rc from version_stamp.pl 6 years ago
Peter Eisentraut 0ad6f848ee Move pg_upgrade's Windows link() implementation to AC_REPLACE_FUNCS 6 years ago
Peter Eisentraut 1933ae629e Add PostgreSQL home page to --help output 6 years ago
Peter Eisentraut 864934131e Refer to bug report address by symbol rather than hardcoding 6 years ago
Tom Lane f4d59369d2 Assume that we have signed integral types and flexible array members. 6 years ago
Tom Lane 97cf1fa4ed Assume that we have <wchar.h>. 6 years ago
Tom Lane 481c8e9232 Assume that we have utime() and <utime.h>. 6 years ago
Tom Lane f88a058200 Assume that we have rint(). 6 years ago