summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix configure's regexp for extracting the Perl version number from perl -vTom Lane2010-02-231-2/+2
* Revert configure warning to use "official distribution".Bruce Momjian2010-02-223-8/+8
* Use the term "bundled distribution" instead of "official distribution" inBruce Momjian2010-02-223-8/+8
* Support inlining various small performance-critical functions on non-GCCTom Lane2010-02-131-1/+25
* Make configure check the version of Perl we're building with, and rejectTom Lane2010-01-071-2/+27
* Python 3 support in PL/PythonPeter Eisentraut2009-12-151-1/+3
* In the configure check for the Python distutils module, use a less obscurePeter Eisentraut2009-10-141-2/+2
* Remove any -arch switches given in ExtUtils::Embed's ldopts from ourTom Lane2009-09-081-2/+6
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-263-322/+365
* Use DocBook XSL stylesheets for man page buildingPeter Eisentraut2009-08-041-30/+1
* Make the configure messages rejecting old bison and flex versions includeTom Lane2009-07-131-5/+5
* Advance the minimum required version of "flex" from 2.5.4 to 2.5.31, andTom Lane2009-07-131-17/+17
* Upgrade to Autoconf 2.63Peter Eisentraut2009-07-022-45/+2
* Fix the makefiles to fail cleanly if Perl is needed but not present. ThisTom Lane2009-06-231-3/+22