summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2007-09-21If we're gonna provide an --enable-profiling configure option, surelyTom Lane
2007-09-12Revert ill-starred change to ICC anti-aliasing switches. PerTom Lane
2007-09-11Give ICC its preferred, documented form of the no-strict-aliasingTom Lane
2007-08-20Add configure option --with-system-tzdata to use operating system time zonePeter Eisentraut
2007-08-09Fix search for SGML stylesheets to include the place where Gentoo keeps them.Tom Lane
2007-08-05Adjust configure so that it sets CFLAGS properly for Intel's iccTom Lane
2007-07-19Adjust configure script to print the bison and flex versions in use.Tom Lane
2007-07-14Support for finding gssapi functions in the library "gss", as requiredMagnus Hagander
2007-07-12Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander
2007-07-12Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander
2007-07-10Fix misspelling.Tom Lane
2007-07-10Add support for GSSAPI authentication.Magnus Hagander
2007-06-29Fix computation of PG_VERSION_NUM by configure: remove unnecessary andTom Lane
2007-06-04Tidy overly long configure help lines.Andrew Dunstan
2007-05-04tas() support for Renesas' M32R processor. Kazuhiro InaokaTom Lane
2007-04-21Fix alignment of help output.Peter Eisentraut
2007-04-21Contrib module uuid-ossp for generating UUID values using the OSSP UUIDPeter Eisentraut
2007-04-15Add --with-libxslt configure optionAndrew Dunstan
2007-04-13Enable building contrib/xml2 if configured using --with-libxml.Andrew Dunstan
2007-04-06Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane
2007-04-06Support varlena fields with single-byte headers and unaligned storage.Tom Lane
2007-03-29Make ECPG regression tests use native threading instead of pthreads, now thatMagnus Hagander
2007-03-26Properly fix PORTNAME in configure.Bruce Momjian
2007-03-26User PORTNAME for win32 tests, rather than $template, for consistency.Bruce Momjian
2007-03-26Add -lcrypto as one of the possible link dependencies of libkrb5.Tom Lane
2007-03-21Native shared memory implementation for win32.Magnus Hagander
2007-02-21Add configure --enable-profiling to enable GCC profiling. Patches fromBruce Momjian
2007-02-07Add strlcat() from OpenBSD, to be used for replacing strncat and otherPeter Eisentraut
2007-02-03Fix configure detection code when --with-ldap and --enable-thread-safetyBruce Momjian
2007-01-28Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather thanBruce Momjian
2007-01-28Use sys_siglist[] to print out signal names for signal exits, ratherBruce Momjian
2007-01-18Optionally use xml2-config to detect installation locations of libxml.Peter Eisentraut
2007-01-07Check and document minimum required version of libxml.Peter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2007-01-02finite() no longer used; remove finite() platform-specificBruce Momjian
2006-12-21Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut
2006-12-14Make --with-ldap build on Unixware, per Olivier Prenant.Tom Lane
2006-12-02Stamp HEAD as 8.3devel.Tom Lane
2006-12-02v8.2.0 is now released ...REL8_2_0PostgreSQL Daemon
2006-11-30Better solution to the tr problem: use sed instead. Per Martijn and Andrew.Tom Lane
2006-11-30Improve portability of 'tr' invocation in PGAC_ARG_CHECK. Reported byTom Lane
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-13Make unknown-option-warning code more portable. echo -n is not portable,Peter Eisentraut
2006-10-07On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane