summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2012-01-07Use __sync_lock_test_and_set() for spinlocks on ARM, if available.Tom Lane
2012-01-02Use mutex hint bit in PPC LWARX instructions, where possible.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-27Remove support for on_exit()Peter Eisentraut
2011-12-14Disable excessive FP optimization by recent versions of gcc.Andrew Dunstan
2011-12-10Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan
2011-11-29python.m4: Remove useless "import string" callsPeter Eisentraut
2011-11-18Remove scandir() requirement in pg_upgrade; instead just use readdir()Bruce Momjian
2011-09-10Add missing format attributesPeter Eisentraut
2011-09-01Userspace access vector cache for contrib/sepgsql.Robert Haas
2011-09-01Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas
2011-08-28Include $cc_string in the info reported by a configure run.Tom Lane
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.REL9_1_BETA2Tom 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.REL9_1_BETA1Tom 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 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