summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
2021-12-12Use return instead of exit() in configureTom Lane
2019-09-08configure: Update python search orderTom Lane
2018-11-19Back-patch updated thread flags tests into 9.4 and 9.5.Tom Lane
2018-11-19Fix configure's AC_CHECK_DECLS tests to work correctly with clang.Tom Lane
2018-09-30Fix detection of the result type of strerror_r().Tom Lane
2018-09-25Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane
2017-12-08MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.Noah Misch
2017-11-23Support linking with MinGW-built Perl.Noah Misch
2017-08-14Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.Tom Lane
2017-07-31PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane
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-29Blacklist xlc 32-bit inlining.Noah Misch
2015-05-26Remove configure check prohibiting threaded libpython on OpenBSD.Tom Lane
2014-06-03Silence 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-10Remove 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-26Update 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-29Also check for Python platform-specific include directoryPeter Eisentraut
2012-08-21Fix install-strip on Mac OS XPeter Eisentraut
2012-05-14Put 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-30Enable 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