summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
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-04Improve (I hope) our autolocation of the Python shared library.Tom Lane
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-04-08Add BSD authentication method.Tom Lane
2016-03-21Introduce WaitEventSet API.Andres Freund
2016-03-21Combine win32 and unix latch implementations.Andres Freund
2016-03-15Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane
2016-03-14Teach the configure script to validate its --with-pgport argument.Tom Lane
2016-02-03Add support for systemd service notificationsPeter Eisentraut
2016-01-08Revert "Blind attempt at a Cygwin fix"Alvaro Herrera
2016-01-08Blind attempt at a Cygwin fixAlvaro Herrera
2016-01-07Add win32security to LIBOBJSAlvaro Herrera
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-16Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane
2015-10-08Add BSWAP64 macro.Robert Haas
2015-08-31Remove support for Unix systems without the POSIX signal APIs.Tom Lane
2015-08-31Remove long-dead support for platforms without sig_atomic_t.Tom Lane
2015-08-05Rely on inline functions even if that causes warnings in older compilers.Andres Freund
2015-07-17AIX: Test the -qlonglong option before use.Noah Misch
2015-07-09Use AS_IF rather than plain shell "if" in pthread-check.Heikki Linnakangas
2015-07-08Move pthread-tests earlier in the autoconf script.Heikki Linnakangas
2015-07-08Replace our hacked version of ax_pthread.m4 with latest upstream version.Heikki Linnakangas
2015-07-02Make numeric form of PG version number readily available in Makefiles.Tom Lane
2015-07-02Replace obsolete autoconf macros with their modern replacements.Heikki Linnakangas
2015-06-30Stamp HEAD as 9.6devel.Tom Lane
2015-06-30Test -lrt for sched_yieldAlvaro Herrera
2015-06-29Stamp 9.5alpha1.REL9_5_ALPHA1Tom Lane
2015-05-02Windows also needs an override of the shared libpython detectionPeter Eisentraut
2015-05-02Fix shared libpython detection on OS XPeter Eisentraut
2015-05-02Move interpreter shared library detection to configurePeter Eisentraut
2015-04-14Try to fix the CRC-32C autoconf magic for icc compiler.Heikki Linnakangas