summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2017-08-07Stamp 10beta3.REL_10_BETA3Tom Lane
2017-08-07Skip test for IPC::Run if user is overriding our search for PROVE.Tom Lane
2017-08-05Improve configure's check for ICU presence.Tom Lane
2017-08-01Further improve consistency of configure's program searching.Tom Lane
2017-07-31Record full paths of programs sought by "configure".Tom Lane
2017-07-28PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane
2017-07-10Stamp 10beta2.REL_10_BETA2Tom Lane
2017-06-15Make configure check for IPC::Run when --enable-tap-tests is specified.Tom Lane
2017-05-15Stamp 10beta1.REL_10_BETA1Tom Lane
2017-04-24Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l...Tom Lane
2017-04-24Use pselect(2) not select(2), if available, to wait in postmaster's loop.Tom Lane
2017-04-23Don't include sys/poll.h anymore.Andres Freund
2017-04-07Remove use of Jade and DSSSLPeter Eisentraut
2017-04-05Allow --with-wal-segsize=n up to n=1024MBSimon Riggs
2017-03-29Fix configure check for typeofPeter Eisentraut
2017-03-29Cast result of copyObject() to correct typePeter Eisentraut
2017-03-23ICU supportPeter Eisentraut
2017-03-20Add configure test to see if the C compiler has gcc-style computed gotos.Tom Lane
2017-02-25Remove some configure header-file checks that we weren't really using.Tom Lane
2017-02-23De-support floating-point timestamps.Tom Lane
2017-02-21Reject too-old Python versions a bit sooner.Tom Lane
2017-02-21Drop support for Python 2.3Peter Eisentraut
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-03Update copyright via script for 2017Bruce Momjian
2017-01-02Use clock_gettime(), if available, in instr_time measurements.Tom Lane
2016-12-12Fix broken autoconf test for random number source.Heikki Linnakangas
2016-12-07Put AC_MSG_RESULT() call in the right place.Tom Lane
2016-12-05Fix typo in new message in configure.Heikki Linnakangas
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2016-10-11Remove "sco" and "unixware" ports.Tom Lane
2016-10-09Use unnamed POSIX semaphores, if available, on Linux and FreeBSD.Tom Lane
2016-10-07Fix python shlib probe for Cygwin.Tom Lane
2016-10-06Try to fix python shlib probe for MinGW.Tom Lane
2016-10-05In python shlib probe, cater for OpenBSD, which omits the .so symlink.Tom Lane
2016-10-04Huh, we do need to look in $python_configdir for the Python shlib.Tom Lane
2016-10-04Improve (I hope) our autolocation of the Python shared library.Tom Lane
2016-09-30Add missing include files to configure testsPeter Eisentraut
2016-09-30Use return instead of exit() in configurePeter Eisentraut
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2016-09-15Fix building with LibreSSL.Heikki Linnakangas
2016-09-15Support OpenSSL 1.1.0.Heikki Linnakangas
2016-08-15Stamp HEAD as 10devel.Tom Lane
2016-08-08Stamp 9.6beta4.REL9_6_BETA4Tom Lane
2016-07-18Stamp 9.6beta3.REL9_6_BETA3Tom Lane
2016-06-20Stamp 9.6beta2.REL9_6_BETA2Tom Lane
2016-05-09Stamp 9.6beta1.REL9_6_BETA1Tom Lane
2016-05-02Fix configure's incorrect version tests for flex and perl.Tom Lane
2016-04-08Add BSD authentication method.Tom Lane
2016-03-21Introduce WaitEventSet API.Andres Freund
2016-03-21Combine win32 and unix latch implementations.Andres Freund