summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2017-04-17Support OpenSSL 1.1.0 in 9.3 and 9.2.Tom Lane
2017-02-06Stamp 9.3.16.REL9_3_16Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-02Silence Bison deprecation warningsJoe Conway
2016-10-24Stamp 9.3.15.REL9_3_15Tom Lane
2016-08-08Stamp 9.3.14.REL9_3_14Tom Lane
2016-05-09Stamp 9.3.13.REL9_3_13Tom Lane
2016-05-02Fix configure's incorrect version tests for flex and perl.Tom Lane
2016-03-28Stamp 9.3.12.REL9_3_12Tom Lane
2016-03-15Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane
2016-02-08Stamp 9.3.11.REL9_3_11Tom Lane
2015-12-16Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane
2015-11-18Accept flex > 2.5.x in configure.Tom Lane
2015-10-05Stamp 9.3.10.REL9_3_10Tom Lane
2015-07-17AIX: Test the -qlonglong option before use.Noah Misch
2015-07-05Make numeric form of PG version number readily available in Makefiles.Tom Lane
2015-06-30Test -lrt for sched_yieldAlvaro Herrera
2015-06-09Stamp 9.3.9.REL9_3_9Tom Lane
2015-06-01Stamp 9.3.8.REL9_3_8Tom Lane
2015-05-27Remove configure check prohibiting threaded libpython on OpenBSD.Tom Lane
2015-05-18Stamp 9.3.7.Tom Lane
2015-04-05Suppress clang's unhelpful gripes about -pthread switch being unused.Tom Lane
2015-02-02Stamp 9.3.6.REL9_3_6Tom Lane
2015-01-08On Darwin, detect and report a multithreaded postmaster.Noah Misch
2014-07-22Diagnose incompatible OpenLDAP versions during build and test.Noah Misch
2014-07-21Stamp 9.3.5.REL9_3_5Tom Lane
2014-06-14Add mkdtemp() to libpgport.Noah Misch
2014-05-30On OS X, link libpython normally, ignoring the "framework" framework.Tom Lane
2014-05-10Accept tcl 8.6 in configure's probe for tclsh.Tom Lane
2014-05-02Fix "quiet inline" configure test for newer clang compilers.Tom Lane
2014-03-17Stamp 9.3.4.REL9_3_4Tom Lane
2014-02-17Stamp 9.3.3.REL9_3_3Tom Lane
2013-12-02Stamp 9.3.2.REL9_3_2Tom Lane
2013-10-08Stamp 9.3.1.REL9_3_1Peter Eisentraut
2013-09-02Stamp 9.3.0.REL9_3_0Tom Lane
2013-08-19Stamp 9.3rc1.REL9_3_RC1Tom Lane
2013-07-25Fix configure probe for sys/ucred.h.Tom Lane
2013-06-24Stamp 9.3beta2.REL9_3_BETA2Peter Eisentraut
2013-05-06Stamp 9.3beta1.REL9_3_BETA1Tom Lane
2013-04-30Compiler optimizations for page checksum code.Simon Riggs
2013-03-28Allow sepgsql labels to depend on object name.Robert Haas
2013-01-13Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane
2013-01-11Last-gasp attempt to save libperl.so configure probe.Tom Lane
2013-01-10Test linking libperl.so using only Perl's required libraries.Tom Lane
2013-01-10Add explicit configure-time checks for perl.h and libperl.so.Tom Lane
2013-01-09Detect Windows perl linkage parameters in configure script.Andrew Dunstan
2013-01-06Fix plpython build on older versions of OS X.Tom Lane
2013-01-05PL/Python: Make build on OS X more flexiblePeter Eisentraut
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-18Ignore libedit/libreadline while probing for standard functions.Tom Lane