summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Unify DLSUFFIX on DarwinPeter Eisentraut2022-07-061-10/+5
* Stamp HEAD as 16devel.Tom Lane2022-06-301-9/+9
* Stamp 15beta2.REL_15_BETA2Tom Lane2022-06-271-9/+9
* Stamp 15beta1.REL_15_BETA1Tom Lane2022-05-161-9/+9
* configure: don't probe for libldap_r if libldap is 2.5 or newer.Tom Lane2022-05-101-1/+12
* Simplify configure testPeter Eisentraut2022-05-041-6/+0
* Set minimum required version of zstd as 1.4.0.Tom Lane2022-04-011-11/+11
* libpq: Allow IP address SANs in server certificatesPeter Eisentraut2022-04-011-1/+1
* Refactor DLSUFFIX handlingPeter Eisentraut2022-03-251-1/+13
* configure: check for dlsym instead of dlopen.Andres Freund2022-03-231-12/+15
* Ensure the right perl is used for TAP tests on msysAndrew Dunstan2022-02-201-0/+1
* Add support for building with ZSTD.Robert Haas2022-02-181-0/+265
* Suppress warning about stack_base_ptr with late-model GCC.Tom Lane2022-02-171-0/+40
* plpython: Reject Python 2 during build configuration.Andres Freund2022-02-161-3/+3
* Add ./configure check for "lz4" commandMichael Paquier2022-02-141-0/+55
* Test honestly for <sys/signalfd.h>.Tom Lane2022-02-091-1/+1
* Remove configure's check for rl_completion_append_character.Tom Lane2022-02-021-40/+1
* Replace use of deprecated Python module distutils.sysconfig, take 2.Tom Lane2022-01-251-22/+15
* Revert "Temporarily add some information about python include paths to config...Tom Lane2022-01-251-23/+0
* Temporarily add some information about python include paths to configure.Andres Freund2022-01-231-0/+23
* Revert "Make configure prefer python3 to plain python."Tom Lane2022-01-201-1/+1
* Make configure prefer python3 to plain python.Tom Lane2022-01-191-1/+1
* Revert "Replace use of deprecated Python module distutils.sysconfig"Peter Eisentraut2022-01-181-15/+15
* Replace use of deprecated Python module distutils.sysconfigPeter Eisentraut2022-01-181-15/+15
* Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro2022-01-111-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-2/+2
* Check for STATUS_DELETE_PENDING on Windows.Thomas Munro2021-12-101-0/+6
* Add configure probe for rl_variable_bind().Tom Lane2021-12-021-13/+1
* Cope with cross-compiling when checking for a random-number source.Tom Lane2021-11-301-1/+4
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-281-26/+0
* Probe $PROVE not $PERL while checking for modules needed by TAP tests.Tom Lane2021-11-221-92/+18
* Require version 0.98 of Test::More for TAP testsAndrew Dunstan2021-11-201-1/+1
* Use appropriate -Wno-warning switches when compiling bitcode.Tom Lane2021-11-181-9/+185
* Report found versions of required perl modulesAndrew Dunstan2021-11-121-3/+3
* Clean up compilation warnings coming from PL/Perl with clang-12~Michael Paquier2021-11-111-0/+46
* Remove check for accept() argument typesPeter Eisentraut2021-11-091-71/+11
* Make configure check for minimum required version of IPC::Run.Tom Lane2021-10-111-1/+3
* Adjust configure to insist on Perl version >= 5.8.3.Tom Lane2021-10-071-3/+3
* Remove configure-time thread safety checking (thread_test.c).Tom Lane2021-07-241-152/+42
* Portability fixes for sigwait.Thomas Munro2021-07-151-6/+69
* Probe for preadv/pwritev in a more macOS-friendly way.Tom Lane2021-07-121-26/+140
* Fix busted test for ldap_initialize.Tom Lane2021-07-101-11/+12
* Un-break AIX build, take 2.Tom Lane2021-07-091-58/+39
* Un-break AIX build.Tom Lane2021-07-091-13/+14
* Update configure's probe for libldap to work with OpenLDAP 2.5.Tom Lane2021-07-091-37/+52
* Stamp HEAD as 15devel.Andrew Dunstan2021-06-281-9/+9
* Stamp 14beta2.REL_14_BETA2Joe Conway2021-06-211-9/+9
* Stamp 14beta1.REL_14_BETA1Tom Lane2021-05-171-9/+9
* Refactor HMAC implementationsMichael Paquier2021-04-031-1/+1
* Remove useless configure probe for <lz4/lz4.h>.Tom Lane2021-03-221-13/+0