summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
2013-10-11Remove maintainer-check target, fold into normal buildPeter Eisentraut
2013-06-15Be consistent about #define'ing configure symbols as "1" not empty.Tom Lane
2013-04-30Compiler optimizations for page checksum code.Simon Riggs
2013-04-27Update config.guess and config.subPeter Eisentraut
2013-01-13Improve handling of ereport(ERROR) and elog(ERROR).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
2012-10-09Rename USE_INLINE to PG_USE_INLINEAlvaro Herrera
2012-09-30Add infrastructure for compile-time assertions about variable types.Tom Lane
2012-08-30Also check for Python platform-specific include directoryPeter Eisentraut
2012-08-22Fix install-strip on Mac OS XPeter Eisentraut
2012-05-15Put back AC_REQUIRE([AC_STRUCT_TM]).Tom Lane
2012-05-14Remove unused AC_DEFINE symbolsPeter Eisentraut
2012-05-08Update config.guess and config.subPeter Eisentraut
2012-03-22Fix configure's search for collateindex.pl.Tom Lane
2012-02-20Don't reject threaded Python on FreeBSD.Tom Lane
2011-12-10Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan
2011-11-29python.m4: Remove useless "import string" callsPeter Eisentraut
2011-08-18Improve detection of Python 3.2 installationsPeter Eisentraut
2011-05-26Adjust configure to use "+Olibmerrno" with HP-UX C compiler, if possible.Tom Lane
2011-05-19Update config.guess and config.subPeter Eisentraut
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
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-10-25find -path is not portable, so use grep -v instead.Alvaro Herrera
2010-09-29Add/fix caching on some configure checksPeter Eisentraut
2010-09-24Prevent doc/src/sgml subdirs from being created, instead of deletingAlvaro Herrera
2010-09-22Fix remaining stray references to CVS.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-26Don't auto-create the subdirectories holding built documentation in a VPATHTom Lane
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
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-12Update config.guess and config.subPeter Eisentraut
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-13Support inlining various small performance-critical functions on non-GCCTom Lane
2010-01-07Make configure check the version of Perl we're building with, and rejectTom Lane
2009-12-15Python 3 support in PL/PythonPeter Eisentraut
2009-10-14In the configure check for the Python distutils module, use a less obscurePeter Eisentraut
2009-09-08Remove any -arch switches given in ExtUtils::Embed's ldopts from ourTom Lane
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-08-04Use DocBook XSL stylesheets for man page buildingPeter Eisentraut
2009-07-13Make the configure messages rejecting old bison and flex versions includeTom Lane
2009-07-13Advance the minimum required version of "flex" from 2.5.4 to 2.5.31, andTom Lane
2009-07-02Upgrade to Autoconf 2.63Peter Eisentraut