summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2005-10-30tag it for rc1REL8_1_0RC1PostgreSQL Daemon
2005-10-22update configure and bugtemplate for beta 4 ...REL8_1_0BETA4PostgreSQL Daemon
2005-10-11update to beta3 before tagging ...PostgreSQL Daemon
2005-10-05Add -Winline to the default CFLAGS for gcc, and removeTom Lane
2005-09-16tag it all beta2 ...REL8_1_0BETA2PostgreSQL Daemon
2005-08-25Add comment explaining that autoconf's failure to find getaddrinfo()Tom Lane
2005-08-24fix up a few references to 8.1devel -> 8.1beta1REL8_1_0BETA1PostgreSQL Daemon
2005-08-23The attached patch updates the thread test program to run stand-alone onBruce Momjian
2005-08-23Back out incorrect commit.Bruce Momjian
2005-08-23Fix function name.Bruce Momjian
2005-08-20Convert the arithmetic for shared memory size calculation from 'int'Tom Lane
2005-08-17Remove unnecessary configure test for inet_ntop(), per Andrew Dunstan.Tom Lane
2005-08-02Clean up CREATE DATABASE processing to make it more robust and get ridTom Lane
2005-07-06Reverse out because the lack of using pgport in timezone/ is causingBruce Momjian
2005-07-05Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-opensslTom Lane
2005-07-03Support cross compilation by compiling "zic" with a native compiler. ThisPeter Eisentraut
2005-07-01Update to autoconf 2.59 as well as updates of related scriptsPeter Eisentraut
2005-06-27Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway
2005-06-04Allow kerberos name and username case sensitivity to be specified fromBruce Momjian
2005-05-15Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian
2005-05-07Revert the ld --as-needed patch. This breaks Fedora Core 3, due to a strangeNeil Conway
2005-05-05On Win32, libintl replaces snprintf() with its own version thatBruce Momjian
2005-05-05The issue has been raised in the past that our build system links eachNeil Conway
2005-03-25Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane
2005-03-11Define snprintf() to call pg_snprintf() so our own snprintf-likeBruce Momjian
2005-03-02Use test && test rather than test -a, per Peter.Bruce Momjian
2005-03-02Use our own snprintf() only if NLS is enabled, and support %qd and %I64d.Bruce Momjian
2005-02-28Un-break configure snprintf tests (partly my fault, partly Bruce's).Tom Lane
2005-02-28Move PGAC_FUNC_PRINTF_ARG_CONTROL to just above snprintf 64-bit tests soBruce Momjian
2005-02-24We aren't supposed to try to run test programs until after we'veTom Lane
2005-02-22Add support to port/snprintf.c for position parameter specification:Bruce Momjian
2005-01-18Stamp 8.1 in configure.Bruce Momjian
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-31Tag appropriate files for rc3PostgreSQL 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-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-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-20When using GCC, change the default CFLAGS to:Neil Conway
2004-10-15> This lets you do something like:Bruce Momjian