summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2006-06-18Don't try to call posix_fadvise() unless <fcntl.h> supplies a declarationTom Lane
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-05-30Emit warnings for unknown configure options.Bruce Momjian
2006-04-29Rearrange some configure.in comments for better readability.Tom Lane
2006-04-29Add Win32 semaphore implementation, rather than mimicking SysVBruce Momjian
2006-04-29Intel compiler has a bug/misoptimization in checking for division by NANBruce Momjian
2006-04-27Turn off strict aliasing when using AIX xlc compiler.Bruce Momjian
2006-04-22Revert Intel compiler bug comment.Bruce Momjian
2006-04-22Add mentioun of Intel compiler bug:Bruce Momjian
2006-04-21Use special gcc -W flags only if we are using gcc, not if we are usingBruce Momjian
2006-04-19Remove use of lorder and tsort while building static libraries. There'sTom Lane
2006-04-07Revert getaddrinfo configure changes until we get a solution that isAndrew Dunstan
2006-03-06This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-28Fix PG_VERSION_NUM for different awk -F handling.Bruce Momjian
2006-02-28Fix PG_VERSION_NUM awk -F parameter.Bruce Momjian
2006-02-28Add PG_VERSION_NUM for use by 3rd party applications wanting to test theBruce Momjian
2006-02-21Adjust probe for getaddrinfo to cope with macro-ized definitions, suchTom Lane
2006-02-15Since we only use libld on AIX, don't include it in LIBS on any otherTom Lane
2006-02-10Fix up remaining library checks.Peter Eisentraut
2006-02-07Remove some checks for libraries that no one can identify. We'll see howPeter Eisentraut
2006-02-04Move thread_test directory from /tools to /test so source-only tarballsBruce Momjian
2006-02-04First attempt at removing some AC_CHECK_LIB(foo, main) calls.Peter Eisentraut
2006-02-03Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn offBruce Momjian
2006-01-17Fix fsync code to test whether F_FULLFSYNC is available, instead ofTom Lane
2006-01-12Use a more bulletproof test for whether finite() and isinf() are present.Tom Lane
2006-01-05Remove BEOS port.Bruce Momjian
2006-01-05Remove QNX port.Bruce Momjian
2005-12-17Add URL for Solaris qsort() bug.Bruce Momjian
2005-12-17Update doc mention that Solaris qsort() might be fixed.Bruce Momjian
2005-12-08Put [] around default value for port number.Peter Eisentraut
2005-12-06Add documentation on the use of *printf() macros and libintl.Bruce Momjian
2005-12-06Add comment on why pg *printf functions are used unconditionally onBruce Momjian
2005-12-06Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane
2005-12-04Add configure flag to allow libedit to be preferred over GNU readline:Bruce Momjian
2005-11-05Brand HEAD branch as 8.2devel.Tom Lane
2005-11-05Tag everything for 8.1.0 ... Finally, a relesae on scheduale!!REL8_1_0PostgreSQL Daemon
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