summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Fix configure's incorrect version tests for flex and perl.Tom Lane2016-05-022-2/+2
* Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane2016-03-151-1/+31
* Install our "missing" script where PGXS builds can find it.Tom Lane2015-12-111-0/+2
* Accept flex > 2.5.x in configure.Tom Lane2015-11-181-1/+1
* Blacklist xlc 32-bit inlining.Noah Misch2015-07-291-0/+9
* Remove configure check prohibiting threaded libpython on OpenBSD.Tom Lane2015-05-261-14/+0
* Silence Bison deprecation warningsPeter Eisentraut2014-06-031-0/+8
* On OS X, link libpython normally, ignoring the "framework" framework.Tom Lane2014-05-301-9/+2
* Accept tcl 8.6 in configure's probe for tclsh.Tom Lane2014-05-101-1/+1
* Update config.guess and config.subTom Lane2014-05-102-232/+114
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+5
* Fix "quiet inline" configure test for newer clang compilers.Tom Lane2014-05-012-2/+18
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-231-11/+47
* Remove maintainer-check target, fold into normal buildPeter Eisentraut2013-10-101-0/+5
* Be consistent about #define'ing configure symbols as "1" not empty.Tom Lane2013-06-151-5/+10
* Compiler optimizations for page checksum code.Simon Riggs2013-04-301-0/+25
* Update config.guess and config.subPeter Eisentraut2013-04-262-63/+86
* Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane2013-01-131-1/+58
* Detect Windows perl linkage parameters in configure script.Andrew Dunstan2013-01-091-0/+6
* Fix plpython build on older versions of OS X.Tom Lane2013-01-061-1/+1
* PL/Python: Make build on OS X more flexiblePeter Eisentraut2013-01-051-3/+11
* Rename USE_INLINE to PG_USE_INLINEAlvaro Herrera2012-10-091-2/+2
* Add infrastructure for compile-time assertions about variable types.Tom Lane2012-09-301-0/+40
* Also check for Python platform-specific include directoryPeter Eisentraut2012-08-291-3/+12
* Fix install-strip on Mac OS XPeter Eisentraut2012-08-212-26/+36
* Put back AC_REQUIRE([AC_STRUCT_TM]).Tom Lane2012-05-141-1/+2
* Remove unused AC_DEFINE symbolsPeter Eisentraut2012-05-141-3/+2
* Update config.guess and config.subPeter Eisentraut2012-05-082-44/+76
* Fix configure's search for collateindex.pl.Tom Lane2012-03-221-4/+7
* Don't reject threaded Python on FreeBSD.Tom Lane2012-02-201-2/+2
* Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan2011-12-101-1/+1
* python.m4: Remove useless "import string" callsPeter Eisentraut2011-11-291-6/+6
* Improve detection of Python 3.2 installationsPeter Eisentraut2011-08-181-2/+7
* Adjust configure to use "+Olibmerrno" with HP-UX C compiler, if possible.Tom Lane2011-05-261-0/+3
* Update config.guess and config.subPeter Eisentraut2011-05-192-146/+192
* Better support for thread-support flag detection with clangPeter Eisentraut2011-02-161-1/+2
* Per-column collation supportPeter Eisentraut2011-02-081-0/+29
* Enable building with the Mingw64 compiler.Andrew Dunstan2011-01-301-2/+3
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-232-3/+3
* find -path is not portable, so use grep -v instead.Alvaro Herrera2010-10-251-1/+1
* Add/fix caching on some configure checksPeter Eisentraut2010-09-292-23/+30
* Prevent doc/src/sgml subdirs from being created, instead of deletingAlvaro Herrera2010-09-241-10/+5
* Fix remaining stray references to CVS.Tom Lane2010-09-224-6/+5
* Remove cvs keywords from all files.Magnus Hagander2010-09-2012-12/+12
* Don't auto-create the subdirectories holding built documentation in a VPATHTom Lane2010-08-261-0/+9
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-2/+1
* Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes2010-05-251-16/+1
* Added a configure test for "long long" datatypes. So far this is only used in...Michael Meskes2010-05-251-1/+17
* Update config.guess and config.subPeter Eisentraut2010-05-122-162/+153
* Don't link PL/Python against LOCALMODLIBSPeter Eisentraut2010-03-171-2/+2