summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Punt when trying to build with threaded Python on FreeBSD.Peter Eisentraut2006-10-161-30/+24
* On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane2006-10-071-3/+3
* Second try at fixing libedit configuration for Bob Friesenhahn.Tom Lane2006-10-051-5/+7
* Adjust configure's handling of libedit to not look for a history.h file.Tom Lane2006-10-041-20/+20
* Switch over to using our own qsort() all the time, as has been proposedTom Lane2006-10-031-9/+1
* Properly handle the case where strlcpy() exists in libc but isn'tTom Lane2006-10-021-3/+4
* Improve documentation of configure's readline/libedit switches.Tom Lane2006-10-011-9/+9
* Add strlcpy() to the set of functions supported by src/port/ when notTom Lane2006-09-271-2/+2
* Tag us Beta1REL8_2_BETA1PostgreSQL Daemon2006-09-231-2/+2
* Revise OpenLDAP configuration and linking to work on more platformsTom Lane2006-09-091-17/+27
* Replaced double-quote-fix with a hopefully better version.Michael Meskes2006-08-231-1/+4
* Produce a clean failure in configure when dtrace is selected but cannot bePeter Eisentraut2006-08-171-1/+4
* Fix inadequate quoting in test for AIX xlc.Tom Lane2006-08-041-2/+2
* Allow LDAP lookups from pg_service.conf.Bruce Momjian2006-07-271-1/+9
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-241-1/+12
* Remove no-longer-needed configure test for krb5_encrypt(), per Jim Gates.Tom Lane2006-07-111-3/+1
* Don't try to call posix_fadvise() unless <fcntl.h> supplies a declarationTom Lane2006-06-181-1/+2
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-1/+2
* Emit warnings for unknown configure options.Bruce Momjian2006-05-301-1/+7
* Rearrange some configure.in comments for better readability.Tom Lane2006-04-291-6/+7
* Add Win32 semaphore implementation, rather than mimicking SysVBruce Momjian2006-04-291-9/+14
* Intel compiler has a bug/misoptimization in checking for division by NANBruce Momjian2006-04-291-1/+6
* Turn off strict aliasing when using AIX xlc compiler.Bruce Momjian2006-04-271-1/+4
* Revert Intel compiler bug comment.Bruce Momjian2006-04-221-3/+2
* 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