aboutsummaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAge
* Stamp 10beta2.REL_10_BETA2Tom Lane2017-07-10
* Make configure check for IPC::Run when --enable-tap-tests is specified.Tom Lane2017-06-15
* Stamp 10beta1.REL_10_BETA1Tom Lane2017-05-15
* Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l...Tom Lane2017-04-24
* Use pselect(2) not select(2), if available, to wait in postmaster's loop.Tom Lane2017-04-24
* Don't include sys/poll.h anymore.Andres Freund2017-04-23
* Remove use of Jade and DSSSLPeter Eisentraut2017-04-06
* Allow --with-wal-segsize=n up to n=1024MBSimon Riggs2017-04-05
* Fix configure check for typeofPeter Eisentraut2017-03-28
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* ICU supportPeter Eisentraut2017-03-23
* Add configure test to see if the C compiler has gcc-style computed gotos.Tom Lane2017-03-20
* Remove some configure header-file checks that we weren't really using.Tom Lane2017-02-25
* De-support floating-point timestamps.Tom Lane2017-02-23
* Reject too-old Python versions a bit sooner.Tom Lane2017-02-21
* Drop support for Python 2.3Peter Eisentraut2017-02-21
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Use clock_gettime(), if available, in instr_time measurements.Tom Lane2017-01-02
* Fix broken autoconf test for random number source.Heikki Linnakangas2016-12-12
* Put AC_MSG_RESULT() call in the right place.Tom Lane2016-12-06
* Fix typo in new message in configure.Heikki Linnakangas2016-12-06
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-05
* Remove "sco" and "unixware" ports.Tom Lane2016-10-11
* Use unnamed POSIX semaphores, if available, on Linux and FreeBSD.Tom Lane2016-10-09
* Fix python shlib probe for Cygwin.Tom Lane2016-10-07
* Try to fix python shlib probe for MinGW.Tom Lane2016-10-05
* In python shlib probe, cater for OpenBSD, which omits the .so symlink.Tom Lane2016-10-05
* Huh, we do need to look in $python_configdir for the Python shlib.Tom Lane2016-10-04
* Improve (I hope) our autolocation of the Python shared library.Tom Lane2016-10-04
* Add missing include files to configure testsPeter Eisentraut2016-09-30
* Use return instead of exit() in configurePeter Eisentraut2016-09-30
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-25
* Fix building with LibreSSL.Heikki Linnakangas2016-09-15
* Support OpenSSL 1.1.0.Heikki Linnakangas2016-09-15
* Stamp HEAD as 10devel.Tom Lane2016-08-15
* Stamp 9.6beta4.REL9_6_BETA4Tom Lane2016-08-08
* Stamp 9.6beta3.REL9_6_BETA3Tom Lane2016-07-18
* Stamp 9.6beta2.REL9_6_BETA2Tom Lane2016-06-20
* Stamp 9.6beta1.REL9_6_BETA1Tom Lane2016-05-09
* Fix configure's incorrect version tests for flex and perl.Tom Lane2016-05-02
* Add BSD authentication method.Tom Lane2016-04-08
* Introduce WaitEventSet API.Andres Freund2016-03-21
* Combine win32 and unix latch implementations.Andres Freund2016-03-21
* Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane2016-03-15
* Teach the configure script to validate its --with-pgport argument.Tom Lane2016-03-14
* Mop-up for setting minimum Tcl version to 8.4.Tom Lane2016-03-13
* Add support for systemd service notificationsPeter Eisentraut2016-02-02
* Revert "Blind attempt at a Cygwin fix"Alvaro Herrera2016-01-08
* Blind attempt at a Cygwin fixAlvaro Herrera2016-01-08