summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* tag 8.2.9REL8_2_9Marc G. Fournier2008-06-091-2/+2
* tag 8.2.8REL8_2_8Marc G. Fournier2008-06-061-2/+2
* tag configure for 8.2.7 prior to tagMarc G. Fournier2008-03-141-2/+2
* Use -fwrapv in CFLAGS if we are using a version of gcc that accepts this flag.Tom Lane2008-03-101-1/+3
* Use our own getopt() and getopt_long() on Solaris, because that platform'sTom Lane2008-02-241-3/+8
* Stamp release 8.2.6.REL8_2_6Tom Lane2008-01-031-2/+2
* Provide a more helpful error message when there is an autoconf versionBruce Momjian2007-12-311-3/+4
* Provide a more helpful error message when there is an autoconf versionBruce Momjian2007-12-311-2/+4
* Back-patch mingw configure-check for gettimeofday so that 8.2 canMagnus Hagander2007-11-291-2/+2
* Require a specific Autoconf version, instead of a lower bound only.Peter Eisentraut2007-11-261-2/+2
* update configure for 8.2.5 ...Marc G. Fournier2007-09-141-2/+2
* Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander2007-07-121-1/+10
* Fix computation of PG_VERSION_NUM by configure: remove unnecessary andTom Lane2007-06-291-3/+3
* Update configure.in version numberPostgreSQL Daemon2007-04-201-2/+2
* Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet.Bruce Momjian2007-02-071-2/+2
* Fix configure detection code when --with-ldap and --enable-thread-safetyBruce Momjian2007-02-031-2/+2
* Stamp release 8.2.2.REL8_2_2Tom Lane2007-02-021-2/+2
* tag configureREL8_2_1PostgreSQL Daemon2007-01-061-2/+2
* Make --with-ldap build on Unixware, per Olivier Prenant.Tom Lane2006-12-141-6/+8
* v8.2.0 is now released ...REL8_2_0PostgreSQL Daemon2006-12-021-2/+2
* Ignore libedit/libreadline while probing for strlcpy and some otherTom Lane2006-11-291-1/+8
* update for rc1REL8_2_RC1PostgreSQL Daemon2006-11-251-2/+2
* Tag as Beta3 ... two outstanding *known* bugs before RC1 ...REL8_2_BETA3PostgreSQL Daemon2006-11-071-2/+2
* Revert to the pre-8.2 method of probing for libm, that is, alwaysTom Lane2006-11-061-2/+7
* Code the unknown options check without using m4 diversions. Otherwise thisPeter Eisentraut2006-10-301-8/+3
* Stamp 8.2beta2.REL8_2_BETA2Tom Lane2006-10-231-2/+2
* 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