summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2012-08-31Make configure probe for mbstowcs_l as well as wcstombs_l.Tom Lane
2012-08-30Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian
2012-08-30Also check for Python platform-specific include directoryPeter Eisentraut
2012-08-22Fix install-strip on Mac OS XPeter Eisentraut
2012-08-17Check LIBXML_VERSION instead of testing in configure script.Tom Lane
2012-07-13Add fsync capability to initdb, and use sync_file_range() if available.Tom Lane
2012-07-05Remove support for using wait3() in place of waitpid().Tom Lane
2012-06-28Further fix install program detectionPeter Eisentraut
2012-06-27Fix install program detectionPeter Eisentraut
2012-06-27Use system install program when available and usablePeter Eisentraut
2012-06-14Stamp HEAD as 9.3devel.Tom Lane
2012-05-31Stamp 9.2beta2.REL9_2_BETA2Tom Lane
2012-05-15Put back AC_REQUIRE([AC_STRUCT_TM]).Tom Lane
2012-05-14Remove unused AC_DEFINE symbolsPeter Eisentraut
2012-05-14Remove leftovers of BeOS portPeter Eisentraut
2012-05-12Remove unused AC_SUBST variablesPeter Eisentraut
2012-05-10Stamp 9.2beta1.REL9_2_BETA1Tom Lane
2012-05-07Remove strdup, strtol, strtoul from libpgportPeter Eisentraut
2012-05-03Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian
2012-05-01Remove dead portsPeter Eisentraut
2012-03-22Fix configure's search for collateindex.pl.Tom Lane
2012-02-23Allow MinGW builds to use standardly-named OpenSSL libraries.Tom Lane
2012-02-20Don't reject threaded Python on FreeBSD.Tom Lane
2012-02-07Support fls().Robert Haas
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