summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2007-09-14tag configure for 8.0.14Marc G. Fournier
2007-04-20Update configure for releaseREL8_0_13PostgreSQL Daemon
2007-02-07Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet.Bruce Momjian
2007-02-02Stamp release 8.0.11.REL8_0_11Tom Lane
2007-01-06tag itREL8_0_10PostgreSQL Daemon
2006-10-12Stamp 8.0.9.REL8_0_9Tom Lane
2006-08-07Back-port HEAD's configure fixes to select appropriate compiler switchesTom Lane
2006-05-21Stamp release 8.0.8.REL8_0_8Tom Lane
2006-02-12Stamp 8.0.7.REL8_0_7Tom Lane
2006-01-12Use a more bulletproof test for whether finite() and isinf() are present.Tom Lane
2006-01-06Generate back-branch configure scripts with the appropriate version of autoconf.Tom Lane
2006-01-05Stamp relesae 8.0.6.Bruce Momjian
2005-12-09Stamp 8.0.5.Tom Lane
2005-10-03Stamp release 8.0.4.Tom Lane
2005-08-17Remove unnecessary configure test for inet_ntop(), per Andrew Dunstan.Tom Lane
2005-05-05Stamp release 8.0.3.Tom Lane
2005-04-07Stamp 8.0.2.REL8_0_2Tom Lane
2005-03-26Tag for 8.0.2beta1PostgreSQL Daemon
2005-03-25Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane
2005-01-30Stamp 8.0 branch as 8.0.1.Tom Lane
2005-01-17its that time ... tag it for releaseREL8_0_0PostgreSQL Daemon
2005-01-11up release to rc5REL8_0_0RC5PostgreSQL Daemon
2005-01-07upgrade tags to rc4REL8_0_0RC4PostgreSQL Daemon
2005-01-01Adjust a few more copyright notices to match the format expected byTom Lane
2004-12-31forgot to autoconf after tag'ng configure.in with rc3REL8_0_0RC3PostgreSQL Daemon
2004-12-21tag files for rc2REL8_0_0RC2PostgreSQL Daemon
2004-12-20Remove direct inclusions of <com_err.h> as well as configure test forTom Lane
2004-12-16Cause configure --with-tcl to check for presence of <tcl.h>, as perTom Lane
2004-12-16Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS toBruce Momjian
2004-12-14Update aix cc_r wording.Bruce Momjian
2004-12-14Mention aix cc_r is not supported, and whyBruce Momjian
2004-12-03tag configure for rc1 ..REL8_0_0RC1PostgreSQL Daemon
2004-12-02Allow libedit to keep its headers in /usr/include/readline/ ... not aTom Lane
2004-12-02Hack to work around broken linker on older NetBSD/OpenBSD/Irix assumedTom Lane
2004-12-02Rework libpq threaded SIGPIPE handling to avoid interference withBruce Momjian
2004-11-30Fix readline/libedit selection code to prefer readline over libeditTom Lane
2004-11-22update us to beta5REL8_0_0BETA5PostgreSQL Daemon
2004-11-06Add code to find_my_exec() to resolve a symbolic link down to theTom Lane
2004-11-02Move pthread.h test up to use PTHREAD_CFLAGS.Bruce Momjian
2004-10-25make sure we tag configure.in as beta4 as well ...REL8_0_0BETA4PostgreSQL Daemon
2004-10-24If we're going to test for switch validity by observing whether theTom Lane
2004-10-20When using GCC, change the default CFLAGS to:Neil Conway
2004-10-15> This lets you do something like:Bruce Momjian
2004-10-11Another try at making plpython autoconfiguration work correctly. Use aTom Lane
2004-10-10Un-break plpython build for non-Windows platforms.Tom Lane
2004-10-06Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian
2004-10-06Allow plpython to build on Win32.Bruce Momjian
2004-10-01Remove more traces of libpgtcl from the source tree. Also, make someNeil Conway
2004-09-27update for beta3, and update Copyright date to 2004REL8_0_0BETA3PostgreSQL Daemon
2004-09-17Add support for GNU/Hurd and GNU/*BSD. For our purposes, they behave justPeter Eisentraut