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