aboutsummaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAge
* Stamp 9.1.17.REL9_1_17Tom Lane2015-06-01
* Remove configure check prohibiting threaded libpython on OpenBSD.Tom Lane2015-05-26
* Stamp 9.1.16.Tom Lane2015-05-18
* Stamp 9.1.15.REL9_1_15Tom Lane2015-02-02
* On Darwin, detect and report a multithreaded postmaster.Noah Misch2015-01-07
* Diagnose incompatible OpenLDAP versions during build and test.Noah Misch2014-07-22
* Stamp 9.1.14.REL9_1_14Tom Lane2014-07-21
* Add mkdtemp() to libpgport.Noah Misch2014-06-14
* Accept tcl 8.6 in configure's probe for tclsh.Tom Lane2014-05-10
* Fix "quiet inline" configure test for newer clang compilers.Tom Lane2014-05-02
* Stamp 9.1.13.REL9_1_13Tom Lane2014-03-17
* Stamp 9.1.12.REL9_1_12Tom Lane2014-02-17
* Stamp 9.1.11.REL9_1_11Tom Lane2013-12-02
* Stamp 9.1.10.REL9_1_10Peter Eisentraut2013-10-07
* Disable -faggressive-loop-optimizations in gcc 4.8+ for pre-9.2 branches.Tom Lane2013-08-21
* Fix configure probe for sys/ucred.h.Tom Lane2013-07-25
* Stamp 9.1.9.REL9_1_9Tom Lane2013-04-01
* Stamp 9.1.8.REL9_1_8Tom Lane2013-02-04
* Ignore libedit/libreadline while probing for standard functions.Tom Lane2012-12-18
* Stamp 9.1.7.REL9_1_7Tom Lane2012-12-03
* Stamp 9.1.6.REL9_1_6Tom Lane2012-09-19
* Make configure probe for mbstowcs_l as well as wcstombs_l.Tom Lane2012-08-31
* Stamp 9.1.5.REL9_1_5Tom Lane2012-08-14
* Stamp 9.1.4.REL9_1_4Tom Lane2012-05-31
* Stamp 9.1.3.REL9_1_3Tom Lane2012-02-23
* Allow MinGW builds to use standardly-named OpenSSL libraries.Tom Lane2012-02-23
* Don't reject threaded Python on FreeBSD.Tom Lane2012-02-20
* Use __sync_lock_test_and_set() for spinlocks on ARM, if available.Tom Lane2012-01-07
* Disable excessive FP optimization by recent versions of gcc.Andrew Dunstan2011-12-14
* Stamp 9.1.2.REL9_1_2Tom Lane2011-12-01
* Stamp 9.1.1.REL9_1_1Tom Lane2011-09-22
* Stamp 9.1.0.REL9_1_0Tom Lane2011-09-08
* Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas2011-09-01
* Tag 9.1rc1.REL9_1_RC1Tom Lane2011-08-18
* Improve detection of Python 3.2 installationsPeter Eisentraut2011-08-18
* Don't build replacement getpeereid function on mingw.Andrew Dunstan2011-07-25
* Tag 9.1beta3.REL9_1_BETA3Tom Lane2011-07-07
* Tag 9.1beta2.REL9_1_BETA2Tom Lane2011-06-09
* Implement getpeereid() as a src/port compatibility function.Tom Lane2011-06-02
* Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).Tom Lane2011-05-31
* Adjust configure to use "+Olibmerrno" with HP-UX C compiler, if possible.Tom Lane2011-05-26
* Adjust configure's probe for libselinux so it rejects too-old versions.Tom Lane2011-05-24
* Clarify the documentation of the --with-ossp-uuid optionPeter Eisentraut2011-05-22
* Improve compiler string shown in version()Peter Eisentraut2011-05-06
* Tag 9.1beta1.REL9_1_BETA1Tom Lane2011-04-27
* Fix char2wchar/wchar2char to support collations properly.Tom Lane2011-04-23
* Support for DragonFly BSDPeter Eisentraut2011-03-02
* Add a configure check for Python.h if building with python.Andrew Dunstan2011-02-26
* Better support for thread-support flag detection with clangPeter Eisentraut2011-02-16
* Per-column collation supportPeter Eisentraut2011-02-08