summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* tag for 9.0beta1REL9_0_BETA1Marc G. Fournier2010-04-301-2/+2
* Revert version stamping in wrong branchPeter Eisentraut2010-02-191-2/+2
* Version stamp 9.0alpha4Peter Eisentraut2010-02-191-2/+2
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-171-2/+2
* Support inlining various small performance-critical functions on non-GCCTom Lane2010-02-131-2/+2
* Re-order configure tests to reflect the fact that the code generated forTom Lane2010-01-161-24/+26
* Fail in a nicer way if we have --with-perl and no Perl.Tom Lane2010-01-071-1/+4
* Alter the configure script to fail immediately if the C compiler does notTom Lane2010-01-071-17/+9
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-311-6/+6
* Properly define ENABLE_THREAD_SAFETY in conflgure, per suggestion from Peter.Bruce Momjian2009-12-111-1/+5
* thread-safetyBruce Momjian2009-12-021-32/+10
* Enable thread safetyBruce Momjian2009-12-011-6/+1
* THREAD_SUPPORTBruce Momjian2009-11-301-7/+1
* Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane2009-10-011-3/+12
* Write psql's ~/.psql_history file using history_truncate_file() andTom Lane2009-09-131-2/+2
* Replace use of the long-deprecated Bonjour API DNSServiceRegistrationCreateTom Lane2009-09-081-2/+2