summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
2016-05-02Fix configure's incorrect version tests for flex and perl.Tom Lane
2016-03-15Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane
2015-12-11Install our "missing" script where PGXS builds can find it.Tom Lane
2015-11-18Accept flex > 2.5.x in configure.Tom Lane
2015-07-30Blacklist xlc 32-bit inlining.Noah Misch
2015-05-27Remove configure check prohibiting threaded libpython on OpenBSD.Tom Lane
2014-06-04Silence Bison deprecation warningsPeter Eisentraut
2014-05-30On OS X, link libpython normally, ignoring the "framework" framework.Tom Lane
2014-05-10Accept tcl 8.6 in configure's probe for tclsh.Tom Lane
2014-05-10Update config.guess and config.subTom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-01Fix "quiet inline" configure test for newer clang compilers.Tom Lane
2014-01-23Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane
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