summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.0.22.REL9_0_22Tom Lane2015-06-091-1/+1
* Stamp 9.0.21.REL9_0_21Tom Lane2015-06-011-1/+1
* Stamp 9.0.20.Tom Lane2015-05-181-1/+1
* Stamp 9.0.19.REL9_0_19Tom Lane2015-02-021-1/+1
* On Darwin, detect and report a multithreaded postmaster.Noah Misch2015-01-071-1/+1
* Diagnose incompatible OpenLDAP versions during build and test.Noah Misch2014-07-221-0/+29
* Stamp 9.0.18.REL9_0_18Tom Lane2014-07-211-1/+1
* Add mkdtemp() to libpgport.Noah Misch2014-06-141-1/+1
* Stamp 9.0.17.REL9_0_17Tom Lane2014-03-171-1/+1
* Stamp 9.0.16.REL9_0_16Tom Lane2014-02-171-1/+1
* Stamp 9.0.15.REL9_0_15Tom Lane2013-12-021-1/+1
* Stamp 9.0.14.REL9_0_14Peter Eisentraut2013-10-071-1/+1
* Disable -faggressive-loop-optimizations in gcc 4.8+ for pre-9.2 branches.Tom Lane2013-08-211-0/+3
* Stamp 9.0.13.REL9_0_13Tom Lane2013-04-011-1/+1
* Stamp 9.0.12.REL9_0_12Tom Lane2013-02-041-1/+1
* Ignore libedit/libreadline while probing for standard functions.Tom Lane2012-12-181-15/+16
* Stamp 9.0.11.REL9_0_11Tom Lane2012-12-031-1/+1
* Stamp 9.0.10.REL9_0_10Tom Lane2012-09-191-1/+1
* Stamp 9.0.9.REL9_0_9Tom Lane2012-08-141-1/+1
* Stamp 9.0.8.REL9_0_8Tom Lane2012-05-311-1/+1
* Stamp 9.0.7.REL9_0_7Tom Lane2012-02-231-1/+1
* Use __sync_lock_test_and_set() for spinlocks on ARM, if available.Tom Lane2012-01-071-0/+11
* Disable excessive FP optimization by recent versions of gcc.Andrew Dunstan2011-12-141-0/+2
* Stamp 9.0.6.REL9_0_6Tom Lane2011-12-011-1/+1
* Stamp 9.0.5.REL9_0_5Tom Lane2011-09-221-1/+1
* Tag 9.0.4.REL9_0_4Marc G. Fournier2011-04-151-1/+1
* Tag 9.0.3REL9_0_3Marc G. Fournier2011-01-271-1/+1
* Fix up getopt() reset management so it works on recent mingw.Tom Lane2010-12-151-7/+14
* Tag 9.0.2.REL9_0_2Marc G. Fournier2010-12-131-1/+1
* Tag 9.0.1Marc G. Fournier2010-10-011-1/+1
* tag v9.0.0 ... the big day approachesREL9_0_0Marc G. Fournier2010-09-171-2/+2
* tag rc1 ... final stretch ...REL9_0_RC1Marc G. Fournier2010-08-271-2/+2
* tag for beta4REL9_0_BETA4Marc G. Fournier2010-07-301-2/+2
* tag beta3REL9_0_BETA3Marc G. Fournier2010-07-091-2/+2
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-051-3/+3
* tag 9.0beta2REL9_0_BETA2Marc G. Fournier2010-06-041-2/+2
* Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes2010-05-251-2/+2
* Added a configure test for "long long" datatypes. So far this is only used in...Michael Meskes2010-05-251-1/+2
* Fix up lame idea of not using autoconf to determine if platform has scandir().Tom Lane2010-05-131-2/+2
* tag for 9.0beta1REL9_0_BETA1Marc G. Fournier2010-04-301-2/+2
* Revert version stamping in wrong branchPeter Eisentraut2010-02-191-2/+2
* Version stamp 9.0alpha4Peter Eisentraut2010-02-191-2/+2
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-171-2/+2
* Support inlining various small performance-critical functions on non-GCCTom Lane2010-02-131-2/+2
* Re-order configure tests to reflect the fact that the code generated forTom Lane2010-01-161-24/+26
* Fail in a nicer way if we have --with-perl and no Perl.Tom Lane2010-01-071-1/+4
* Alter the configure script to fail immediately if the C compiler does notTom Lane2010-01-071-17/+9
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-311-6/+6
* Properly define ENABLE_THREAD_SAFETY in conflgure, per suggestion from Peter.Bruce Momjian2009-12-111-1/+5