Commit Graph

43 Commits (ee419607381dd9a8031f2bc226c742a3289b7f33)

Author SHA1 Message Date
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Thomas Munro e2f0f8ed25 Check for STATUS_DELETE_PENDING on Windows. 4 years ago
Tom Lane a7da419810 Add configure probe for rl_variable_bind(). 4 years ago
Tom Lane b637101644 Cope with cross-compiling when checking for a random-number source. 4 years ago
Tom Lane 3804539e48 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. 4 years ago
Tom Lane c4fe3199a6 Probe $PROVE not $PERL while checking for modules needed by TAP tests. 4 years ago
Andrew Dunstan 405f32fc49
Require version 0.98 of Test::More for TAP tests 4 years ago
Tom Lane 276517a964 Use appropriate -Wno-warning switches when compiling bitcode. 4 years ago
Michael Paquier 9ff47ea414 Clean up compilation warnings coming from PL/Perl with clang-12~ 4 years ago
Peter Eisentraut ee3a1a5b63 Remove check for accept() argument types 4 years ago
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 4 years ago
Tom Lane 2c75f8a612 Remove useless configure probe for <lz4/lz4.h>. 4 years ago
Tom Lane 4d399a6fbe Bring configure support for LZ4 up to snuff. 4 years ago
Thomas Munro 61752afb26 Provide recovery_init_sync_method=syncfs. 4 years ago
Robert Haas bbe0a81db6 Allow configurable LZ4 TOAST compression. 4 years ago
Thomas Munro de91c3b976 Fix new pthread code to respect --disable-thread-safety. 4 years ago
Thomas Munro 44bf3d5083 Add missing pthread_barrier_t. 4 years ago
Michael Paquier a899ec1cb2 Fix inconsistent configure data for --with-ssl 4 years ago
Michael Paquier fe61df7f82 Introduce --with-ssl={openssl} as a configure option 4 years ago
Michael Paquier a8ed6bb8f4 Introduce SHA1 implementations in the cryptohash infrastructure 4 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 5 years ago