summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2007-12-31Provide a more helpful error message when there is an autoconf versionBruce Momjian
2007-12-31Provide a more helpful error message when there is an autoconf versionBruce Momjian
2007-12-03Stamp 8.3beta4.REL8_3_BETA4Tom Lane
2007-11-26Require a specific Autoconf version, instead of a lower bound only.Peter Eisentraut
2007-11-16update files for beta3Marc G. Fournier
2007-11-13I find that an out-of-the-box installation of OSSP uuid 1.6.0 installsTom Lane
2007-11-05Document that configure option only affects contrib:Bruce Momjian
2007-11-04Update wording for xsl configure option.Bruce Momjian
2007-11-04Document that configure --with-libxslt controls just /contrib/xml2.Bruce Momjian
2007-10-29New versions of mingw have gettimeofday(), so add an autoconf testMagnus Hagander
2007-10-27Stamp 8.3beta2.REL8_3_BETA2Tom Lane
2007-10-23Make configure probe for the location of the <uuid.h> header file.Tom Lane
2007-10-05tag it 8.3beta1 ... the beta cycle beginsREL8_3_BETA1Marc G. Fournier
2007-10-02Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in olderTom Lane
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-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