summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2011-08-18Improve detection of Python 3.2 installationsPeter Eisentraut
2011-08-03Make pgbench use erand48() rather than random().Robert Haas
2011-07-26Don't build replacement getpeereid function on mingw.Andrew Dunstan
2011-07-20Rewrite libxml error handling to be more robust.Tom Lane
2011-06-16Start using flexible array membersPeter Eisentraut
2011-06-11Stamp HEAD as 9.2devel.Tom Lane
2011-06-09Tag 9.1beta2.Tom Lane
2011-06-02Implement getpeereid() as a src/port compatibility function.Tom Lane
2011-05-31Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).Tom Lane
2011-05-26Adjust configure to use "+Olibmerrno" with HP-UX C compiler, if possible.Tom Lane
2011-05-24Adjust configure's probe for libselinux so it rejects too-old versions.Tom Lane
2011-05-22Clarify the documentation of the --with-ossp-uuid optionPeter Eisentraut
2011-05-06Improve compiler string shown in version()Peter Eisentraut
2011-04-27Tag 9.1beta1.Tom Lane
2011-04-23Fix char2wchar/wchar2char to support collations properly.Tom Lane
2011-03-02Support for DragonFly BSDPeter Eisentraut
2011-02-26Add a configure check for Python.h if building with python.Andrew Dunstan
2011-02-16Better support for thread-support flag detection with clangPeter Eisentraut
2011-02-08Per-column collation supportPeter Eisentraut
2011-01-31Enable building with the Mingw64 compiler.Andrew Dunstan
2011-01-26Use -Wformat-security when availablePeter Eisentraut
2011-01-26autoreconfPeter Eisentraut
2011-01-24sepgsql, an SE-Linux integration for PostgreSQLRobert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-26Only build in crashdump support on Windows if there's a working dbghelp.h.Andrew Dunstan
2010-12-16Fix up getopt() reset management so it works on recent mingw.Tom Lane
2010-09-29Add/fix caching on some configure checksPeter Eisentraut
2010-09-22Fix remaining stray references to CVS.Tom Lane
2010-09-11Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas
2010-07-09Stamp HEAD as 9.1devel.Tom Lane
2010-07-09tag beta3Marc G. Fournier
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2010-06-04tag 9.0beta2Marc 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.0beta1Marc 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