summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
...
* Add mentioun of Intel compiler bug:Bruce Momjian2006-04-221-2/+3
* Use special gcc -W flags only if we are using gcc, not if we are usingBruce Momjian2006-04-211-7/+16
* Remove use of lorder and tsort while building static libraries. There'sTom Lane2006-04-191-2/+1
* Revert getaddrinfo configure changes until we get a solution that isAndrew Dunstan2006-04-071-13/+3
* This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian2006-03-061-1/+33
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Fix PG_VERSION_NUM for different awk -F handling.Bruce Momjian2006-02-281-2/+4
* Fix PG_VERSION_NUM awk -F parameter.Bruce Momjian2006-02-281-2/+2
* Add PG_VERSION_NUM for use by 3rd party applications wanting to test theBruce Momjian2006-02-281-2/+6
* Adjust probe for getaddrinfo to cope with macro-ized definitions, suchTom Lane2006-02-211-3/+13
* Since we only use libld on AIX, don't include it in LIBS on any otherTom Lane2006-02-151-2/+7
* Fix up remaining library checks.Peter Eisentraut2006-02-101-12/+2
* Remove some checks for libraries that no one can identify. We'll see howPeter Eisentraut2006-02-071-6/+1
* Move thread_test directory from /tools to /test so source-only tarballsBruce Momjian2006-02-041-5/+5
* First attempt at removing some AC_CHECK_LIB(foo, main) calls.Peter Eisentraut2006-02-041-13/+8
* Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn offBruce Momjian2006-02-031-1/+8
* Fix fsync code to test whether F_FULLFSYNC is available, instead ofTom Lane2006-01-171-1/+4
* Use a more bulletproof test for whether finite() and isinf() are present.Tom Lane2006-01-121-7/+11
* Remove BEOS port.Bruce Momjian2006-01-051-7/+1
* Remove QNX port.Bruce Momjian2006-01-051-2/+1
* Add URL for Solaris qsort() bug.Bruce Momjian2005-12-171-2/+3
* Update doc mention that Solaris qsort() might be fixed.Bruce Momjian2005-12-171-1/+3
* Put [] around default value for port number.Peter Eisentraut2005-12-081-2/+2
* Add documentation on the use of *printf() macros and libintl.Bruce Momjian2005-12-061-7/+30
* Add comment on why pg *printf functions are used unconditionally onBruce Momjian2005-12-061-1/+5
* Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane2005-12-061-13/+12
* Add configure flag to allow libedit to be preferred over GNU readline:Bruce Momjian2005-12-041-2/+9
* Brand HEAD branch as 8.2devel.Tom Lane2005-11-051-2/+2
* Tag everything for 8.1.0 ... Finally, a relesae on scheduale!!REL8_1_0PostgreSQL Daemon2005-11-051-2/+2
* tag it for rc1REL8_1_0RC1PostgreSQL Daemon2005-10-301-2/+2
* update configure and bugtemplate for beta 4 ...REL8_1_0BETA4PostgreSQL Daemon2005-10-221-2/+2
* update to beta3 before tagging ...PostgreSQL Daemon2005-10-111-2/+2
* Add -Winline to the default CFLAGS for gcc, and removeTom Lane2005-10-051-3/+2
* tag it all beta2 ...REL8_1_0BETA2PostgreSQL Daemon2005-09-161-2/+2
* Add comment explaining that autoconf's failure to find getaddrinfo()Tom Lane2005-08-251-3/+6
* fix up a few references to 8.1devel -> 8.1beta1REL8_1_0BETA1PostgreSQL Daemon2005-08-241-2/+2
* The attached patch updates the thread test program to run stand-alone onBruce Momjian2005-08-231-1/+14
* Back out incorrect commit.Bruce Momjian2005-08-231-14/+1
* Fix function name.Bruce Momjian2005-08-231-1/+14
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-1/+4
* Remove unnecessary configure test for inet_ntop(), per Andrew Dunstan.Tom Lane2005-08-171-5/+4
* Clean up CREATE DATABASE processing to make it more robust and get ridTom Lane2005-08-021-2/+1
* Reverse out because the lack of using pgport in timezone/ is causingBruce Momjian2005-07-061-12/+1
* Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-opensslTom Lane2005-07-051-1/+2
* Support cross compilation by compiling "zic" with a native compiler. ThisPeter Eisentraut2005-07-031-1/+12
* Update to autoconf 2.59 as well as updates of related scriptsPeter Eisentraut2005-07-011-2/+2
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-271-29/+1
* Allow kerberos name and username case sensitivity to be specified fromBruce Momjian2005-06-041-3/+3
* Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian2005-05-151-10/+10
* Revert the ld --as-needed patch. This breaks Fedora Core 3, due to a strangeNeil Conway2005-05-071-26/+4