summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Stamp release 8.2.2.REL8_2_2Tom Lane2007-02-021-9/+9
* tag configureREL8_2_1PostgreSQL Daemon2007-01-061-9/+9
* Make --with-ldap build on Unixware, per Olivier Prenant.Tom Lane2006-12-141-5/+5
* v8.2.0 is now released ...REL8_2_0PostgreSQL Daemon2006-12-021-9/+9
* Better solution to the tr problem: use sed instead. Per Martijn and Andrew.Tom Lane2006-11-301-1/+1
* Improve portability of 'tr' invocation in PGAC_ARG_CHECK. Reported byTom Lane2006-11-301-1/+1
* Ignore libedit/libreadline while probing for strlcpy and some otherTom Lane2006-11-291-0/+7
* update for rc1REL8_2_RC1PostgreSQL Daemon2006-11-251-9/+9
* Tag as Beta3 ... two outstanding *known* bugs before RC1 ...REL8_2_BETA3PostgreSQL Daemon2006-11-071-9/+9
* Revert to the pre-8.2 method of probing for libm, that is, alwaysTom Lane2006-11-061-92/+39
* Code the unknown options check without using m4 diversions. Otherwise thisPeter Eisentraut2006-10-301-81/+42
* Stamp 8.2beta2.REL8_2_BETA2Tom Lane2006-10-231-9/+9
* Punt when trying to build with threaded Python on FreeBSD.Peter Eisentraut2006-10-161-61/+49
* Make unknown-option-warning code more portable. echo -n is not portable,Peter Eisentraut2006-10-131-9/+10
* On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane2006-10-071-2/+4
* Second try at fixing libedit configuration for Bob Friesenhahn.Tom Lane2006-10-051-4/+455
* Adjust configure's handling of libedit to not look for a history.h file.Tom Lane2006-10-041-477/+22
* Switch over to using our own qsort() all the time, as has been proposedTom Lane2006-10-031-15/+0
* Properly handle the case where strlcpy() exists in libc but isn'tTom Lane2006-10-021-74/+146
* Improve documentation of configure's readline/libedit switches.Tom Lane2006-10-011-26/+26
* Add strlcpy() to the set of functions supported by src/port/ when notTom Lane2006-09-271-1/+2
* Tag us Beta1REL8_2_BETA1PostgreSQL Daemon2006-09-231-9/+9
* 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