summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Revise OpenLDAP configuration and linking to work on more platformsTom Lane2006-09-091-403/+640
* Used autoconf 2.59 this time.Michael Meskes2006-08-231-9501/+6551
* Replaced double-quote-fix with a hopefully better version.Michael Meskes2006-08-231-6777/+9505
* Produce a clean failure in configure when dtrace is selected but cannot bePeter Eisentraut2006-08-171-0/+5
* Fix inadequate quoting in test for AIX xlc.Tom Lane2006-08-041-1/+1
* Allow LDAP lookups from pg_service.conf.Bruce Momjian2006-07-271-0/+85
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-241-1/+82
* Remove no-longer-needed configure test for krb5_encrypt(), per Jim Gates.Tom Lane2006-07-111-130/+0
* Don't try to call posix_fadvise() unless <fcntl.h> supplies a declarationTom Lane2006-06-181-0/+73
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-0/+8
* Emit warnings for unknown configure options.Bruce Momjian2006-05-301-0/+77
* Avoid duplicate definition of LOCALEDIR in pg_config.h, already definedBruce Momjian2006-05-231-11/+0
* Rearrange some configure.in comments for better readability.Tom Lane2006-04-291-12/+22
* Intel compiler has a bug/misoptimization in checking for division by NANBruce Momjian2006-04-291-0/+57
* Turn off strict aliasing when using AIX xlc compiler.Bruce Momjian2006-04-271-2/+56
* Add mentioun of Intel compiler bug:Bruce Momjian2006-04-221-1/+2
* Use special gcc -W flags only if we are using gcc, not if we are usingBruce Momjian2006-04-211-6/+59
* Remove use of lorder and tsort while building static libraries. There'sTom Lane2006-04-191-42/+1
* Revert getaddrinfo configure changes until we get a solution that isAndrew Dunstan2006-04-071-23/+69
* This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian2006-03-061-1/+432
* 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-1/+3
* Fix PG_VERSION_NUM awk -F parameter.Bruce Momjian2006-02-281-1/+1
* Add PG_VERSION_NUM for use by 3rd party applications wanting to test theBruce Momjian2006-02-281-0/+8
* Adjust probe for getaddrinfo to cope with macro-ized definitions, suchTom Lane2006-02-211-69/+23
* Since we only use libld on AIX, don't include it in LIBS on any otherTom Lane2006-02-151-1/+6
* Fix up remaining library checks.Peter Eisentraut2006-02-101-388/+34
* Remove some checks for libraries that no one can identify. We'll see howPeter Eisentraut2006-02-071-340/+0
* Move thread_test directory from /tools to /test so source-only tarballsBruce Momjian2006-02-041-7/+7
* First attempt at removing some AC_CHECK_LIB(foo, main) calls.Peter Eisentraut2006-02-041-133/+397
* Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn offBruce Momjian2006-02-031-0/+11
* Fix fsync code to test whether F_FULLFSYNC is available, instead ofTom Lane2006-01-171-0/+75
* Use a more bulletproof test for whether finite() and isinf() are present.Tom Lane2006-01-121-3/+7
* Remove BEOS port.Bruce Momjian2006-01-051-79/+0
* Remove QNX port.Bruce Momjian2006-01-051-1/+0
* Add URL for Solaris qsort() bug.Bruce Momjian2005-12-171-1/+2
* Update doc mention that Solaris qsort() might be fixed.Bruce Momjian2005-12-171-0/+2
* Put [] around default value for port number.Peter Eisentraut2005-12-081-1/+1
* Add documentation on the use of *printf() macros and libintl.Bruce Momjian2005-12-061-6/+29
* Add comment on why pg *printf functions are used unconditionally onBruce Momjian2005-12-061-0/+4
* Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane2005-12-061-10/+9
* Add configure flag to allow libedit to be preferred over GNU readline:Bruce Momjian2005-12-041-11/+52
* Brand HEAD branch as 8.2devel.Tom Lane2005-11-051-9/+9
* Tag everything for 8.1.0 ... Finally, a relesae on scheduale!!REL8_1_0PostgreSQL Daemon2005-11-051-9/+9
* tag it for rc1REL8_1_0RC1PostgreSQL Daemon2005-10-301-9/+9
* update configure and bugtemplate for beta 4 ...REL8_1_0BETA4PostgreSQL Daemon2005-10-221-9/+9
* Enable threaded python builds on freebsd5, per report from Jim C. NasbyBruce Momjian2005-10-131-1/+1
* must commit *after* autoconf, not beforeREL8_1_0BETA3PostgreSQL Daemon2005-10-111-9/+9
* Add -Winline to the default CFLAGS for gcc, and removeTom Lane2005-10-051-54/+1
* Prevent threaded python build on BSD's, where it fails.Bruce Momjian2005-09-261-0/+20