summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.2.9.REL9_2_9Tom Lane2014-07-211-9/+9
* Add mkdtemp() to libpgport.Noah Misch2014-06-141-1/+2
* Accept tcl 8.6 in configure's probe for tclsh.Tom Lane2014-05-101-1/+1
* Fix "quiet inline" configure test for newer clang compilers.Tom Lane2014-05-021-1/+1
* Stamp 9.2.8.REL9_2_8Tom Lane2014-03-171-9/+9
* Stamp 9.2.7.REL9_2_7Tom Lane2014-02-171-9/+9
* Stamp 9.2.6.REL9_2_6Tom Lane2013-12-021-9/+9
* Stamp 9.2.5.REL9_2_5Peter Eisentraut2013-10-071-9/+9
* Fix configure probe for sys/ucred.h.Tom Lane2013-07-251-4/+72
* Stamp 9.2.4.REL9_2_4Tom Lane2013-04-011-9/+9
* Stamp 9.2.3.REL9_2_3Tom Lane2013-02-041-9/+9
* Ignore libedit/libreadline while probing for standard functions.Tom Lane2012-12-181-284/+285
* Stamp 9.2.2.REL9_2_2Tom Lane2012-12-031-9/+9
* Stamp 9.2.1.REL9_2_1Tom Lane2012-09-191-9/+9
* Stamp 9.2.0.REL9_2_0Tom Lane2012-09-061-9/+9
* Make configure probe for mbstowcs_l as well as wcstombs_l.Tom Lane2012-08-311-1/+2
* Stamp 9.2rc1.REL9_2_RC1Tom Lane2012-08-231-9/+9
* Check LIBXML_VERSION instead of testing in configure script.Tom Lane2012-08-171-69/+0
* Stamp 9.2beta4.REL9_2_BETA4Tom Lane2012-08-141-9/+9
* Stamp 9.2beta3.REL9_2_BETA3Tom Lane2012-08-021-9/+9
* Stamp 9.2beta2.REL9_2_BETA2Tom Lane2012-05-311-9/+9
* Put back AC_REQUIRE([AC_STRUCT_TM]).Tom Lane2012-05-141-0/+62
* Remove unused AC_DEFINE symbolsPeter Eisentraut2012-05-141-177/+2
* Remove leftovers of BeOS portPeter Eisentraut2012-05-141-28/+1
* Remove unused AC_SUBST variablesPeter Eisentraut2012-05-121-12/+0
* Stamp 9.2beta1.REL9_2_BETA1Tom Lane2012-05-101-9/+9
* Remove strdup, strtol, strtoul from libpgportPeter Eisentraut2012-05-071-4/+1
* Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian2012-05-031-3/+2
* Remove dead portsPeter Eisentraut2012-05-011-9/+0
* Fix configure's search for collateindex.pl.Tom Lane2012-03-221-52/+4
* Allow MinGW builds to use standardly-named OpenSSL libraries.Tom Lane2012-02-231-42/+66
* Don't reject threaded Python on FreeBSD.Tom Lane2012-02-201-2/+2
* Support fls().Robert Haas2012-02-071-1/+2
* Use __sync_lock_test_and_set() for spinlocks on ARM, if available.Tom Lane2012-01-071-0/+65
* Use mutex hint bit in PPC LWARX instructions, where possible.Tom Lane2012-01-021-1/+61
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove support for on_exit()Peter Eisentraut2011-12-271-209/+0
* Disable excessive FP optimization by recent versions of gcc.Andrew Dunstan2011-12-141-0/+61
* Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan2011-12-101-2/+157
* python.m4: Remove useless "import string" callsPeter Eisentraut2011-11-291-6/+6
* Remove scandir() requirement in pg_upgrade; instead just use readdir()Bruce Momjian2011-11-171-2/+1
* Add missing format attributesPeter Eisentraut2011-09-101-0/+60
* Userspace access vector cache for contrib/sepgsql.Robert Haas2011-09-011-12/+12
* Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas2011-09-011-0/+6
* Include $cc_string in the info reported by a configure run.Tom Lane2011-08-281-10/+11
* Improve detection of Python 3.2 installationsPeter Eisentraut2011-08-181-2/+7
* Make pgbench use erand48() rather than random().Robert Haas2011-08-031-13/+1
* Don't build replacement getpeereid function on mingw.Andrew Dunstan2011-07-251-4/+12
* Rewrite libxml error handling to be more robust.Tom Lane2011-07-201-0/+69
* Start using flexible array membersPeter Eisentraut2011-06-161-0/+71