summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2013-01-13Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane
2013-01-11Last-gasp attempt to save libperl.so configure probe.Tom Lane
2013-01-10Test linking libperl.so using only Perl's required libraries.Tom Lane
2013-01-10Add explicit configure-time checks for perl.h and libperl.so.Tom Lane
2013-01-09Detect Windows perl linkage parameters in configure script.Andrew Dunstan
2013-01-06Fix plpython build on older versions of OS X.Tom Lane
2013-01-05PL/Python: Make build on OS X more flexiblePeter Eisentraut
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-18Ignore libedit/libreadline while probing for standard functions.Tom Lane
2012-11-23Remove -Wlogical-op from standard compiler flagsPeter Eisentraut
2012-11-16Add -Wlogical-op to standard compiler flags, if supportedPeter Eisentraut
2012-10-09restore permission bitsAlvaro Herrera
2012-10-09Rename USE_INLINE to PG_USE_INLINEAlvaro Herrera
2012-10-08Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane
2012-09-30Add infrastructure for compile-time assertions about variable types.Tom Lane
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