summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Check LIBXML_VERSION instead of testing in configure script.Tom Lane2012-08-171-17/+0
* Add fsync capability to initdb, and use sync_file_range() if available.Tom Lane2012-07-131-1/+1
* Remove support for using wait3() in place of waitpid().Tom Lane2012-07-051-1/+1
* Further fix install program detectionPeter Eisentraut2012-06-281-3/+3
* Fix install program detectionPeter Eisentraut2012-06-271-1/+3
* Use system install program when available and usablePeter Eisentraut2012-06-271-0/+8
* Stamp HEAD as 9.3devel.Tom Lane2012-06-131-1/+1
* Stamp 9.2beta2.REL9_2_BETA2Tom Lane2012-05-311-1/+1
* Remove unused AC_DEFINE symbolsPeter Eisentraut2012-05-141-5/+2
* Remove leftovers of BeOS portPeter Eisentraut2012-05-141-5/+2
* Remove unused AC_SUBST variablesPeter Eisentraut2012-05-121-6/+0
* Stamp 9.2beta1.REL9_2_BETA1Tom Lane2012-05-101-1/+1
* Remove strdup, strtol, strtoul from libpgportPeter Eisentraut2012-05-071-1/+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
* Allow MinGW builds to use standardly-named OpenSSL libraries.Tom Lane2012-02-231-2/+2
* Support fls().Robert Haas2012-02-071-1/+1
* Use __sync_lock_test_and_set() for spinlocks on ARM, if available.Tom Lane2012-01-071-0/+11
* Use mutex hint bit in PPC LWARX instructions, where possible.Tom Lane2012-01-021-1/+17
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove support for on_exit()Peter Eisentraut2011-12-271-5/+0
* Disable excessive FP optimization by recent versions of gcc.Andrew Dunstan2011-12-141-0/+2
* Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan2011-12-101-1/+6
* Remove scandir() requirement in pg_upgrade; instead just use readdir()Bruce Momjian2011-11-171-1/+1
* Add missing format attributesPeter Eisentraut2011-09-101-0/+1
* Userspace access vector cache for contrib/sepgsql.Robert Haas2011-09-011-2/+2
* Fix MinGW build, broken by my previous patch to add a setlocale() wrapperHeikki Linnakangas2011-09-011-0/+1
* Include $cc_string in the info reported by a configure run.Tom Lane2011-08-281-7/+7
* Make pgbench use erand48() rather than random().Robert Haas2011-08-031-7/+1
* Don't build replacement getpeereid function on mingw.Andrew Dunstan2011-07-251-3/+7
* Rewrite libxml error handling to be more robust.Tom Lane2011-07-201-0/+17
* Start using flexible array membersPeter Eisentraut2011-06-161-0/+1
* Stamp HEAD as 9.2devel.Tom Lane2011-06-111-1/+1
* Tag 9.1beta2.REL9_1_BETA2Tom Lane2011-06-091-1/+1
* Implement getpeereid() as a src/port compatibility function.Tom Lane2011-06-021-2/+2
* Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).Tom Lane2011-05-311-6/+6
* Adjust configure to use "+Olibmerrno" with HP-UX C compiler, if possible.Tom Lane2011-05-261-0/+4
* Adjust configure's probe for libselinux so it rejects too-old versions.Tom Lane2011-05-241-2/+2
* Clarify the documentation of the --with-ossp-uuid optionPeter Eisentraut2011-05-221-1/+1
* Improve compiler string shown in version()Peter Eisentraut2011-05-061-1/+2
* Tag 9.1beta1.REL9_1_BETA1Tom Lane2011-04-271-1/+1
* Fix char2wchar/wchar2char to support collations properly.Tom Lane2011-04-231-1/+1
* Support for DragonFly BSDPeter Eisentraut2011-03-021-0/+1
* Add a configure check for Python.h if building with python.Andrew Dunstan2011-02-261-0/+8
* Per-column collation supportPeter Eisentraut2011-02-081-0/+2
* Use -Wformat-security when availablePeter Eisentraut2011-01-271-0/+2
* sepgsql, an SE-Linux integration for PostgreSQLRobert Haas2011-01-231-0/+13
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Only build in crashdump support on Windows if there's a working dbghelp.h.Andrew Dunstan2010-12-261-0/+10
* Fix up getopt() reset management so it works on recent mingw.Tom Lane2010-12-151-7/+14