summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Per-column collation supportPeter Eisentraut2011-02-081-0/+108
* Enable building with the Mingw64 compiler.Andrew Dunstan2011-01-301-2/+2
* Use -Wformat-security when availablePeter Eisentraut2011-01-271-0/+58
* autoreconfPeter Eisentraut2011-01-271-2/+0
* sepgsql, an SE-Linux integration for PostgreSQLRobert Haas2011-01-231-0/+122
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-2/+2
* Only build in crashdump support on Windows if there's a working dbghelp.h.Andrew Dunstan2010-12-261-0/+123
* Fix up getopt() reset management so it works on recent mingw.Tom Lane2010-12-151-4/+21
* Add/fix caching on some configure checksPeter Eisentraut2010-09-291-117/+189
* Fix remaining stray references to CVS.Tom Lane2010-09-221-6/+6
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-111-1/+9
* Stamp HEAD as 9.1devel.Tom Lane2010-07-091-9/+9
* tag beta3REL9_0_BETA3Marc G. Fournier2010-07-091-9/+9
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-051-2/+5
* tag 9.0beta2REL9_0_BETA2Marc G. Fournier2010-06-041-9/+9
* Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes2010-05-251-57/+154
* Added a configure test for "long long" datatypes. So far this is only used in...Michael Meskes2010-05-251-1/+57
* Fix up lame idea of not using autoconf to determine if platform has scandir().Tom Lane2010-05-131-1/+2
* tag for 9.0beta1REL9_0_BETA1Marc G. Fournier2010-04-301-9/+9
* Don't link PL/Python against LOCALMODLIBSPeter Eisentraut2010-03-171-1/+1
* Fix configure's regexp for extracting the Perl version number from perl -vTom Lane2010-02-231-1/+1
* Revert configure warning to use "official distribution".Bruce Momjian2010-02-221-6/+6
* Use the term "bundled distribution" instead of "official distribution" inBruce Momjian2010-02-221-6/+6
* Revert version stamping in wrong branchPeter Eisentraut2010-02-191-9/+9
* Version stamp 9.0alpha4Peter Eisentraut2010-02-191-9/+9
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-171-9/+9
* Support inlining various small performance-critical functions on non-GCCTom Lane2010-02-131-0/+69
* Re-order configure tests to reflect the fact that the code generated forTom Lane2010-01-161-984/+986
* Fail in a nicer way if we have --with-perl and no Perl.Tom Lane2010-01-071-0/+5
* Make configure check the version of Perl we're building with, and rejectTom Lane2010-01-071-1/+35
* Alter the configure script to fail immediately if the C compiler does notTom Lane2010-01-071-20/+6
* 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-82/+395
* Python 3 support in PL/PythonPeter Eisentraut2009-12-151-0/+2
* Properly define ENABLE_THREAD_SAFETY in conflgure, per suggestion from Peter.Bruce Momjian2009-12-111-0/+7
* thread-safetyBruce Momjian2009-12-021-77/+16
* Enable thread safetyBruce Momjian2009-12-011-30/+1
* THREAD_SUPPORTBruce Momjian2009-11-301-10/+0
* In the configure check for the Python distutils module, use a less obscurePeter Eisentraut2009-10-141-1/+1
* Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane2009-10-011-2/+75
* Write psql's ~/.psql_history file using history_truncate_file() andTom Lane2009-09-131-1/+2
* Remove any -arch switches given in ExtUtils::Embed's ldopts from ourTom Lane2009-09-081-1/+1
* Replace use of the long-deprecated Bonjour API DNSServiceRegistrationCreateTom Lane2009-09-081-37/+37
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-261-0/+56
* Use DocBook XSL stylesheets for man page buildingPeter Eisentraut2009-08-041-30/+41
* Add commentary about Cygwin's broken erand48, per report from Andrew Dunstan.Tom Lane2009-07-241-1/+2
* Force use of our erand48 on CygwinAndrew Dunstan2009-07-231-0/+10
* Add erand48() to the set of functions supported by our src/port/ library,Tom Lane2009-07-161-7/+2
* Make the configure messages rejecting old bison and flex versions includeTom Lane2009-07-131-14/+17
* Advance the minimum required version of "flex" from 2.5.4 to 2.5.31, andTom Lane2009-07-131-18/+15