summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2006-11-29Ignore libedit/libreadline while probing for strlcpy and some otherTom Lane
2006-11-25update for rc1REL8_2_RC1PostgreSQL Daemon
2006-11-07Tag as Beta3 ... two outstanding *known* bugs before RC1 ...REL8_2_BETA3PostgreSQL Daemon
2006-11-06Revert to the pre-8.2 method of probing for libm, that is, alwaysTom Lane
2006-10-30Code the unknown options check without using m4 diversions. Otherwise thisPeter Eisentraut
2006-10-23Stamp 8.2beta2.REL8_2_BETA2Tom Lane
2006-10-16Punt when trying to build with threaded Python on FreeBSD.Peter Eisentraut
2006-10-07On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane
2006-10-05Second try at fixing libedit configuration for Bob Friesenhahn.Tom Lane
2006-10-04Adjust configure's handling of libedit to not look for a history.h file.Tom Lane
2006-10-03Switch over to using our own qsort() all the time, as has been proposedTom Lane
2006-10-02Properly handle the case where strlcpy() exists in libc but isn'tTom Lane
2006-10-01Improve documentation of configure's readline/libedit switches.Tom Lane
2006-09-27Add strlcpy() to the set of functions supported by src/port/ when notTom Lane
2006-09-23Tag us Beta1REL8_2_BETA1PostgreSQL Daemon
2006-09-09Revise OpenLDAP configuration and linking to work on more platformsTom Lane
2006-08-23Replaced double-quote-fix with a hopefully better version.Michael Meskes
2006-08-17Produce a clean failure in configure when dtrace is selected but cannot bePeter Eisentraut
2006-08-04Fix inadequate quoting in test for AIX xlc.Tom Lane
2006-07-27Allow LDAP lookups from pg_service.conf.Bruce Momjian
2006-07-24DTrace support, with a small initial set of probesPeter Eisentraut
2006-07-11Remove no-longer-needed configure test for krb5_encrypt(), per Jim Gates.Tom Lane
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