summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-14/+14
* Add/fix caching on some configure checksPeter Eisentraut2010-09-291-5/+7
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-111-1/+9
* Stamp HEAD as 9.1devel.Tom Lane2010-07-091-2/+2
* tag beta3REL9_0_BETA3Marc G. Fournier2010-07-091-2/+2
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-051-3/+3
* tag 9.0beta2REL9_0_BETA2Marc G. Fournier2010-06-041-2/+2
* Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes2010-05-251-2/+2
* Added a configure test for "long long" datatypes. So far this is only used in...Michael Meskes2010-05-251-1/+2
* Fix up lame idea of not using autoconf to determine if platform has scandir().Tom Lane2010-05-131-2/+2