summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander2007-07-121-1/+10
* Fix misspelling.Tom Lane2007-07-101-5/+4
* Add support for GSSAPI authentication.Magnus Hagander2007-07-101-1/+27
* Fix computation of PG_VERSION_NUM by configure: remove unnecessary andTom Lane2007-06-291-3/+3
* Tidy overly long configure help lines.Andrew Dunstan2007-06-041-3/+3
* tas() support for Renesas' M32R processor. Kazuhiro InaokaTom Lane2007-05-041-2/+2
* Fix alignment of help output.Peter Eisentraut2007-04-211-2/+2
* Contrib module uuid-ossp for generating UUID values using the OSSP UUIDPeter Eisentraut2007-04-211-1/+8
* Add --with-libxslt configure optionAndrew Dunstan2007-04-151-1/+18
* Enable building contrib/xml2 if configured using --with-libxml.Andrew Dunstan2007-04-131-1/+2
* Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane2007-04-061-2/+2
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-061-1/+2
* Make ECPG regression tests use native threading instead of pthreads, now thatMagnus Hagander2007-03-291-3/+11
* Properly fix PORTNAME in configure.Bruce Momjian2007-03-261-4/+4
* User PORTNAME for win32 tests, rather than $template, for consistency.Bruce Momjian2007-03-261-4/+4
* Add -lcrypto as one of the possible link dependencies of libkrb5.Tom Lane2007-03-261-3/+3
* Native shared memory implementation for win32.Magnus Hagander2007-03-211-4/+8
* Add configure --enable-profiling to enable GCC profiling. Patches fromBruce Momjian2007-02-211-1/+19
* Add strlcat() from OpenBSD, to be used for replacing strncat and otherPeter Eisentraut2007-02-071-3/+3
* Fix configure detection code when --with-ldap and --enable-thread-safetyBruce Momjian2007-02-031-2/+2
* Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather thanBruce Momjian2007-01-281-9/+2
* Use sys_siglist[] to print out signal names for signal exits, ratherBruce Momjian2007-01-281-1/+10
* Optionally use xml2-config to detect installation locations of libxml.Peter Eisentraut2007-01-181-1/+17
* Check and document minimum required version of libxml.Peter Eisentraut2007-01-071-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* finite() no longer used; remove finite() platform-specificBruce Momjian2007-01-021-12/+1
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-1/+16
* Make --with-ldap build on Unixware, per Olivier Prenant.Tom Lane2006-12-141-6/+8
* Stamp HEAD as 8.3devel.Tom Lane2006-12-021-2/+2
* 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