summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Remove "sco" and "unixware" ports.Tom Lane2016-10-111-37/+0
* Use unnamed POSIX semaphores, if available, on Linux and FreeBSD.Tom Lane2016-10-091-0/+125
* Fix python shlib probe for Cygwin.Tom Lane2016-10-071-5/+5
* Try to fix python shlib probe for MinGW.Tom Lane2016-10-051-2/+23
* In python shlib probe, cater for OpenBSD, which omits the .so symlink.Tom Lane2016-10-051-2/+20
* Huh, we do need to look in $python_configdir for the Python shlib.Tom Lane2016-10-041-1/+2
* Improve (I hope) our autolocation of the Python shared library.Tom Lane2016-10-041-46/+27
* Add missing include files to configure testsPeter Eisentraut2016-09-301-0/+2
* Use return instead of exit() in configurePeter Eisentraut2016-09-301-3/+9
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-251-4/+4
* Fix building with LibreSSL.Heikki Linnakangas2016-09-151-0/+31
* Support OpenSSL 1.1.0.Heikki Linnakangas2016-09-151-22/+22
* Stamp HEAD as 10devel.Tom Lane2016-08-151-10/+10
* Stamp 9.6beta4.REL9_6_BETA4Tom Lane2016-08-081-9/+9
* Stamp 9.6beta3.REL9_6_BETA3Tom Lane2016-07-181-9/+9
* Stamp 9.6beta2.REL9_6_BETA2Tom Lane2016-06-201-9/+9
* Stamp 9.6beta1.REL9_6_BETA1Tom Lane2016-05-091-9/+9
* Fix configure's incorrect version tests for flex and perl.Tom Lane2016-05-021-2/+2
* Add BSD authentication method.Tom Lane2016-04-081-0/+48
* Introduce WaitEventSet API.Andres Freund2016-03-211-1/+1
* Combine win32 and unix latch implementations.Andres Freund2016-03-211-9/+1
* Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane2016-03-151-0/+53
* Teach the configure script to validate its --with-pgport argument.Tom Lane2016-03-141-0/+11
* Mop-up for setting minimum Tcl version to 8.4.Tom Lane2016-03-131-1/+1
* Add support for systemd service notificationsPeter Eisentraut2016-02-021-0/+49
* Revert "Blind attempt at a Cygwin fix"Alvaro Herrera2016-01-081-6/+0
* Blind attempt at a Cygwin fixAlvaro Herrera2016-01-081-0/+6
* Add win32security to LIBOBJSAlvaro Herrera2016-01-071-0/+6
* Update copyright for 2016Bruce Momjian2016-01-021-2/+2
* Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane2015-12-161-1/+1
* Accept flex > 2.5.x in configure.Tom Lane2015-11-181-1/+1
* Add BSWAP64 macro.Robert Haas2015-10-081-0/+24
* Remove support for Unix systems without the POSIX signal APIs.Tom Lane2015-08-311-82/+1
* Remove long-dead support for platforms without sig_atomic_t.Tom Lane2015-08-311-14/+0
* Improve configure test for the sse4.2 crc instruction.Andres Freund2015-08-171-6/+4
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-051-38/+0
* Update ax_pthread.m4 to an experimental draft version from upstream.Heikki Linnakangas2015-07-301-63/+133
* AIX: Test the -qlonglong option before use.Noah Misch2015-07-171-0/+35
* Use AS_IF rather than plain shell "if" in pthread-check.Heikki Linnakangas2015-07-091-133/+140
* Move pthread-tests earlier in the autoconf script.Heikki Linnakangas2015-07-091-900/+903
* Replace our hacked version of ax_pthread.m4 with latest upstream version.Heikki Linnakangas2015-07-081-61/+249
* Make numeric form of PG version number readily available in Makefiles.Tom Lane2015-07-021-0/+2
* Replace obsolete autoconf macros with their modern replacements.Heikki Linnakangas2015-07-021-28/+0
* Stamp HEAD as 9.6devel.Tom Lane2015-06-301-9/+9
* Test -lrt for sched_yieldAlvaro Herrera2015-06-301-0/+57
* Stamp 9.5alpha1.REL9_5_ALPHA1Tom Lane2015-06-291-9/+9
* Remove configure check prohibiting threaded libpython on OpenBSD.Tom Lane2015-05-261-17/+0
* fix escaping of brackets for m4 broken in b6b2149e48aa61981ae0199c963d5145a37...Andrew Dunstan2015-05-031-1/+1
* Fix python_includespec on Windows at configure timeAndrew Dunstan2015-05-031-0/+3
* Windows also needs an override of the shared libpython detectionPeter Eisentraut2015-05-021-4/+7