summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* Remove configure probes for poll and poll.h.Thomas Munro2022-08-051-2/+0
* Remove configure probe for link.Thomas Munro2022-08-051-1/+1
* Remove configure probes for symlink/readlink, and dead code.Thomas Munro2022-08-051-4/+0
* Remove configure probe for setsid.Thomas Munro2022-08-051-1/+0
* Remove configure probe for shm_open.Thomas Munro2022-08-051-1/+0
* Remove configure probe and related tests for getrlimit.Thomas Munro2022-08-051-1/+0
* Remove configure probe for dlopen, and refactor.Thomas Munro2022-08-051-3/+1
* Remove dead getpwuid_r replacement code.Thomas Munro2022-07-241-1/+1
* Remove dead handling for pre-POSIX sigwait().Thomas Munro2022-07-241-27/+0
* Remove dead getrusage replacement code.Thomas Munro2022-07-241-1/+1
* Remove configure probe for wctype.h.Thomas Munro2022-07-231-1/+0
* Remove configure probe for sys/tas.h.Thomas Munro2022-07-231-1/+0
* Remove fls(), use pg_leftmost_one_pos32() instead.Thomas Munro2022-07-221-1/+0
* Add wal_sync_method=fdatasync for Windows.Thomas Munro2022-07-201-0/+1
* Default to hidden visibility for extension libraries where possibleAndres Freund2022-07-171-0/+13
* Remove support for Visual Studio 2013Michael Paquier2022-07-141-4/+3
* Remove HP-UX port.Thomas Munro2022-07-081-8/+0
* Stamp HEAD as 16devel.Tom Lane2022-06-301-1/+1
* Stamp 15beta2.REL_15_BETA2Tom Lane2022-06-271-1/+1
* Stamp 15beta1.REL_15_BETA1Tom Lane2022-05-161-1/+1
* configure: don't probe for libldap_r if libldap is 2.5 or newer.Tom Lane2022-05-101-1/+8
* Simplify configure testPeter Eisentraut2022-05-041-1/+1
* Set minimum required version of zstd as 1.4.0.Tom Lane2022-04-011-1/+1
* libpq: Allow IP address SANs in server certificatesPeter Eisentraut2022-04-011-0/+1
* Refactor DLSUFFIX handlingPeter Eisentraut2022-03-251-0/+7
* configure: check for dlsym instead of dlopen.Andres Freund2022-03-231-1/+4
* 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/+33
* Suppress warning about stack_base_ptr with late-model GCC.Tom Lane2022-02-171-0/+3
* Add ./configure check for "lz4" commandMichael Paquier2022-02-141-0/+1
* Test honestly for <sys/signalfd.h>.Tom Lane2022-02-091-0/+1
* Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro2022-01-111-0/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Check for STATUS_DELETE_PENDING on Windows.Thomas Munro2021-12-101-0/+1
* Add configure probe for rl_variable_bind().Tom Lane2021-12-021-2/+8
* Cope with cross-compiling when checking for a random-number source.Tom Lane2021-11-301-1/+3
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-281-2/+0
* Probe $PROVE not $PERL while checking for modules needed by TAP tests.Tom Lane2021-11-221-13/+15
* 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/+37
* Clean up compilation warnings coming from PL/Perl with clang-12~Michael Paquier2021-11-111-0/+8
* Remove check for accept() argument typesPeter Eisentraut2021-11-091-1/+1
* Make configure check for minimum required version of IPC::Run.Tom Lane2021-10-111-1/+3
* Remove configure-time thread safety checking (thread_test.c).Tom Lane2021-07-241-37/+1
* Portability fixes for sigwait.Thomas Munro2021-07-151-3/+35
* Probe for preadv/pwritev in a more macOS-friendly way.Tom Lane2021-07-121-2/+9
* Fix busted test for ldap_initialize.Tom Lane2021-07-101-1/+2
* Un-break AIX build, take 2.Tom Lane2021-07-091-14/+12
* Un-break AIX build.Tom Lane2021-07-091-2/+3
* Update configure's probe for libldap to work with OpenLDAP 2.5.Tom Lane2021-07-091-8/+12