summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2012-02-20Don't reject threaded Python on FreeBSD.Tom Lane
2012-01-07Use __sync_lock_test_and_set() for spinlocks on ARM, if available.Tom Lane
2011-12-14Disable excessive FP optimization by recent versions of gcc.Andrew Dunstan
2011-12-01Stamp 9.0.6.REL9_0_6Tom Lane
2011-09-22Stamp 9.0.5.REL9_0_5Tom Lane
2011-04-15Tag 9.0.4.REL9_0_4Marc G. Fournier
2011-04-09Backport changes to allow building with MinGW 64 bit compiler.Andrew Dunstan
2011-01-28Tag 9.0.3REL9_0_3Marc G. Fournier
2010-12-16Fix up getopt() reset management so it works on recent mingw.Tom Lane
2010-12-14Tag 9.0.2.REL9_0_2Marc G. Fournier
2010-10-01Tag 9.0.1Marc G. Fournier
2010-09-22Fix remaining stray references to CVS.Tom Lane
2010-09-17tag v9.0.0 ... the big day approachesREL9_0_0Marc G. Fournier
2010-08-27tag rc1 ... final stretch ...REL9_0_RC1Marc G. Fournier
2010-07-30tag for beta4REL9_0_BETA4Marc G. Fournier
2010-07-09tag beta3REL9_0_BETA3Marc G. Fournier
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2010-06-04tag 9.0beta2REL9_0_BETA2Marc G. Fournier
2010-05-25Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes
2010-05-25Added a configure test for "long long" datatypes. So far this is only used in...Michael Meskes
2010-05-13Fix up lame idea of not using autoconf to determine if platform has scandir().Tom Lane
2010-04-30tag for 9.0beta1REL9_0_BETA1Marc G. Fournier
2010-03-17Don't link PL/Python against LOCALMODLIBSPeter Eisentraut
2010-02-23Fix configure's regexp for extracting the Perl version number from perl -vTom Lane
2010-02-22Revert configure warning to use "official distribution".Bruce Momjian
2010-02-22Use the term "bundled distribution" instead of "official distribution" inBruce Momjian
2010-02-19Revert version stamping in wrong branchPeter Eisentraut
2010-02-19Version stamp 9.0alpha4Peter Eisentraut
2010-02-17Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane
2010-02-13Support inlining various small performance-critical functions on non-GCCTom Lane
2010-01-16Re-order configure tests to reflect the fact that the code generated forTom Lane
2010-01-07Fail in a nicer way if we have --with-perl and no Perl.Tom Lane
2010-01-07Make configure check the version of Perl we're building with, and rejectTom Lane
2010-01-07Alter the configure script to fail immediately if the C compiler does notTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-31Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane
2009-12-15Python 3 support in PL/PythonPeter Eisentraut
2009-12-11Properly define ENABLE_THREAD_SAFETY in conflgure, per suggestion from Peter.Bruce Momjian
2009-12-02thread-safetyBruce Momjian
2009-12-01Enable thread safetyBruce Momjian
2009-11-30THREAD_SUPPORTBruce Momjian
2009-10-14In the configure check for the Python distutils module, use a less obscurePeter Eisentraut
2009-10-01Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane
2009-09-13Write psql's ~/.psql_history file using history_truncate_file() andTom Lane
2009-09-08Remove any -arch switches given in ExtUtils::Embed's ldopts from ourTom Lane
2009-09-08Replace use of the long-deprecated Bonjour API DNSServiceRegistrationCreateTom Lane
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-08-04Use DocBook XSL stylesheets for man page buildingPeter Eisentraut
2009-07-24Add commentary about Cygwin's broken erand48, per report from Andrew Dunstan.Tom Lane
2009-07-23Force use of our erand48 on CygwinAndrew Dunstan