aboutsummaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAge
* Stamp 9.0.8.REL9_0_8Tom Lane2012-05-31
* Stamp 9.0.7.REL9_0_7Tom Lane2012-02-23
* Use __sync_lock_test_and_set() for spinlocks on ARM, if available.Tom Lane2012-01-07
* Disable excessive FP optimization by recent versions of gcc.Andrew Dunstan2011-12-14
* Stamp 9.0.6.REL9_0_6Tom Lane2011-12-01
* Stamp 9.0.5.REL9_0_5Tom Lane2011-09-22
* Tag 9.0.4.REL9_0_4Marc G. Fournier2011-04-15
* Tag 9.0.3REL9_0_3Marc G. Fournier2011-01-27
* Fix up getopt() reset management so it works on recent mingw.Tom Lane2010-12-15
* Tag 9.0.2.REL9_0_2Marc G. Fournier2010-12-13
* Tag 9.0.1Marc G. Fournier2010-10-01
* tag v9.0.0 ... the big day approachesREL9_0_0Marc G. Fournier2010-09-17
* tag rc1 ... final stretch ...REL9_0_RC1Marc G. Fournier2010-08-27
* tag for beta4REL9_0_BETA4Marc G. Fournier2010-07-30
* tag beta3REL9_0_BETA3Marc G. Fournier2010-07-09
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-05
* tag 9.0beta2REL9_0_BETA2Marc G. Fournier2010-06-04
* Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes2010-05-25
* Added a configure test for "long long" datatypes. So far this is only used in...Michael Meskes2010-05-25
* Fix up lame idea of not using autoconf to determine if platform has scandir().Tom Lane2010-05-13
* tag for 9.0beta1REL9_0_BETA1Marc G. Fournier2010-04-30
* Revert version stamping in wrong branchPeter Eisentraut2010-02-19
* Version stamp 9.0alpha4Peter Eisentraut2010-02-19
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* Support inlining various small performance-critical functions on non-GCCTom Lane2010-02-13
* Re-order configure tests to reflect the fact that the code generated forTom Lane2010-01-16
* Fail in a nicer way if we have --with-perl and no Perl.Tom Lane2010-01-07
* Alter the configure script to fail immediately if the C compiler does notTom Lane2010-01-07
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-31
* Properly define ENABLE_THREAD_SAFETY in conflgure, per suggestion from Peter.Bruce Momjian2009-12-11
* thread-safetyBruce Momjian2009-12-02
* Enable thread safetyBruce Momjian2009-12-01
* THREAD_SUPPORTBruce Momjian2009-11-30
* Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane2009-10-01
* Write psql's ~/.psql_history file using history_truncate_file() andTom Lane2009-09-13
* Replace use of the long-deprecated Bonjour API DNSServiceRegistrationCreateTom Lane2009-09-08
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-26
* Use DocBook XSL stylesheets for man page buildingPeter Eisentraut2009-08-04
* Add commentary about Cygwin's broken erand48, per report from Andrew Dunstan.Tom Lane2009-07-24
* Force use of our erand48 on CygwinAndrew Dunstan2009-07-23
* Add erand48() to the set of functions supported by our src/port/ library,Tom Lane2009-07-16
* Upgrade to Autoconf 2.63Peter Eisentraut2009-07-02
* Stamp HEAD as 8.5devel.Tom Lane2009-07-01
* Bundle v8.4.0Marc G. Fournier2009-06-27
* bundle RC2REL8_4_RC2Marc G. Fournier2009-06-22
* time to tag rc1 ...REL8_4_RC1Marc G. Fournier2009-06-12
* Fix ill-advised whitespace prettification, per buildfarm.Tom Lane2009-06-10
* Support Kerberos on platforms where libcom_err depends on OpenSSL, asTom Lane2009-06-10
* Add documentation string for LDFLAGS_SL in configure --help output.Peter Eisentraut2009-05-19