summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Use clock_gettime(), if available, in instr_time measurements.Tom Lane2017-01-021-1/+2
* Fix broken autoconf test for random number source.Heikki Linnakangas2016-12-121-1/+1
* Put AC_MSG_RESULT() call in the right place.Tom Lane2016-12-061-1/+1
* Fix typo in new message in configure.Heikki Linnakangas2016-12-061-2/+2
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-051-0/+52
* Remove "sco" and "unixware" ports.Tom Lane2016-10-111-14/+0
* Use unnamed POSIX semaphores, if available, on Linux and FreeBSD.Tom Lane2016-10-091-0/+13
* Improve (I hope) our autolocation of the Python shared library.Tom Lane2016-10-041-34/+0
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-251-6/+6
* Fix building with LibreSSL.Heikki Linnakangas2016-09-151-0/+10
* Support OpenSSL 1.1.0.Heikki Linnakangas2016-09-151-2/+2
* Stamp HEAD as 10devel.Tom Lane2016-08-151-2/+2
* Stamp 9.6beta4.REL9_6_BETA4Tom Lane2016-08-081-1/+1
* Stamp 9.6beta3.REL9_6_BETA3Tom Lane2016-07-181-1/+1
* Stamp 9.6beta2.REL9_6_BETA2Tom Lane2016-06-201-1/+1
* Stamp 9.6beta1.REL9_6_BETA1Tom Lane2016-05-091-1/+1
* Add BSD authentication method.Tom Lane2016-04-081-0/+14
* Introduce WaitEventSet API.Andres Freund2016-03-211-1/+1
* Combine win32 and unix latch implementations.Andres Freund2016-03-211-8/+0
* Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane2016-03-151-0/+1
* Teach the configure script to validate its --with-pgport argument.Tom Lane2016-03-141-0/+11
* Add support for systemd service notificationsPeter Eisentraut2016-02-021-0/+13
* Revert "Blind attempt at a Cygwin fix"Alvaro Herrera2016-01-081-1/+0
* Blind attempt at a Cygwin fixAlvaro Herrera2016-01-081-0/+1
* Add win32security to LIBOBJSAlvaro Herrera2016-01-071-0/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane2015-12-161-1/+1
* Add BSWAP64 macro.Robert Haas2015-10-081-0/+1
* Remove support for Unix systems without the POSIX signal APIs.Tom Lane2015-08-311-25/+1
* Remove long-dead support for platforms without sig_atomic_t.Tom Lane2015-08-311-4/+0
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-051-1/+1
* AIX: Test the -qlonglong option before use.Noah Misch2015-07-171-0/+1
* Use AS_IF rather than plain shell "if" in pthread-check.Heikki Linnakangas2015-07-091-5/+9
* Move pthread-tests earlier in the autoconf script.Heikki Linnakangas2015-07-091-72/+75
* Replace our hacked version of ax_pthread.m4 with latest upstream version.Heikki Linnakangas2015-07-081-1/+1
* Make numeric form of PG version number readily available in Makefiles.Tom Lane2015-07-021-0/+1
* Replace obsolete autoconf macros with their modern replacements.Heikki Linnakangas2015-07-021-36/+44
* Stamp HEAD as 9.6devel.Tom Lane2015-06-301-1/+1
* Test -lrt for sched_yieldAlvaro Herrera2015-06-301-0/+2
* Stamp 9.5alpha1.REL9_5_ALPHA1Tom Lane2015-06-291-1/+1
* Windows also needs an override of the shared libpython detectionPeter Eisentraut2015-05-021-4/+7
* Fix shared libpython detection on OS XPeter Eisentraut2015-05-011-15/+20
* Move interpreter shared library detection to configurePeter Eisentraut2015-05-011-1/+37
* Try to fix the CRC-32C autoconf magic for icc compiler.Heikki Linnakangas2015-04-141-6/+18
* Use Intel SSE 4.2 CRC instructions where available.Heikki Linnakangas2015-04-141-0/+78
* Suppress clang's unhelpful gripes about -pthread switch being unused.Tom Lane2015-04-051-0/+7
* Add, optional, support for 128bit integers.Andres Freund2015-03-201-0/+3
* src/port/dirmod.c needs to be built on Cygwin too.Tom Lane2015-03-151-1/+6
* Build src/port/dirmod.c only on Windows.Tom Lane2015-03-141-0/+1
* Speed up CRC calculation using slicing-by-8 algorithm.Heikki Linnakangas2015-02-101-0/+1