summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2007-11-13I find that an out-of-the-box installation of OSSP uuid 1.6.0 installsTom Lane
itself as libuuid, not libossp-uuid which was the only case expected by our build support. Install a configure test to determine which name to use (and to check that the library is present at all).
2007-11-05Document that configure option only affects contrib:Bruce Momjian
--with-ossp-uuid use OSSP UUID library when building /contrib/uuid-ossp
2007-11-04Update wording for xsl configure option.Bruce Momjian
2007-11-04Document that configure --with-libxslt controls just /contrib/xml2.Bruce Momjian
Nikolay Samokhvalov
2007-10-29New versions of mingw have gettimeofday(), so add an autoconf testMagnus Hagander
for this.
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
Needed to accommodate different layout on some platforms (Debian for one). Heikki Linnakangas
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
OpenSSL libraries --- just don't call them if they're not there. This might possibly lead to misleading error messages, but we'll just have to live with that.
2007-09-21If we're gonna provide an --enable-profiling configure option, surelyTom Lane
it ought to know that you need -DLINUX_PROFILE on Linux.
2007-09-12Revert ill-starred change to ICC anti-aliasing switches. PerTom Lane
Jeremy Drake.
2007-09-11Give ICC its preferred, documented form of the no-strict-aliasingTom Lane
switch, viz '-fno-alias'. Since we have a separate code path here anyway, it's just as easy to cooperate.
2007-08-20Add configure option --with-system-tzdata to use operating system time zonePeter Eisentraut
database.
2007-08-05Adjust configure so that it sets CFLAGS properly for Intel's iccTom Lane
even if the compiler is not defining __GNUC__. Per report from Dirk Tilger that it is possible for icc to not do that.
2007-07-19Adjust configure script to print the bison and flex versions in use.Tom Lane
Minor rearrangements to make a few tests in a more logical order.
2007-07-14Support for finding gssapi functions in the library "gss", as requiredMagnus Hagander
by Solaris 10 and possibly others. Stefan Kaltenbrunner
2007-07-12Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander
such as OpenBSD (possibly all Heimdal). Stefan Kaltenbrunner
2007-07-12Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander
free function provided in the Kerberos library. This fixes a very hard to track down heap corruption on windows when using debug runtimes.
2007-07-10Fix misspelling.Tom Lane
2007-07-10Add support for GSSAPI authentication.Magnus Hagander
Documentation still being written, will be committed later. Henry B. Hotz and Magnus Hagander
2007-06-29Fix computation of PG_VERSION_NUM by configure: remove unnecessary andTom Lane
unportable backslashes in awk script (per Patrick Welche), and add brackets to prevent autoconf from mangling sed's regexp (the sed call here never did what was expected).
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
library. New configure option --with-ossp-uuid to activate.
2007-04-15Add --with-libxslt configure optionAndrew Dunstan
2007-04-13Enable building contrib/xml2 if configured using --with-libxml.Andrew Dunstan
If this breaks things due to missing libxslt, then I'll have to revert it, but let's see if it breaks the buildfarm. Workarounds in case libxslt is missing include: . don't configure with libxml, or . don't build contrib modules from the contrib Makefile (use the individual module Makefiles instead), or . change the xml2 Makefile
2007-04-06Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane
right, there seems precious little reason to have a pile of hand-maintained endianness definitions in src/include/port/*.h. Get rid of those, and make the couple of places that used them depend on WORDS_BIGENDIAN instead.
2007-04-06Support varlena fields with single-byte headers and unaligned storage.Tom Lane
This commit breaks any code that assumes that the mere act of forming a tuple (without writing it to disk) does not "toast" any fields. While all available regression tests pass, I'm not totally sure that we've fixed every nook and cranny, especially in contrib. Greg Stark with some help from Tom Lane
2007-03-29Make ECPG regression tests use native threading instead of pthreads, now thatMagnus Hagander
ecpglib supports it. Change configure (patch from Bruce) and msvc build system to no longer require pthreads on win32, since all parts of postgresql can be thread-safe using the native platform functions.
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
Per report from Jim Rosenberg. This possibly should get back-patched, but I'm a bit suspicious of it still because of the lack of prior reports.
2007-03-21Native shared memory implementation for win32.Magnus Hagander
Uses same underlying tech as before, but not the sysv emulation layer.
2007-02-21Add configure --enable-profiling to enable GCC profiling. Patches fromBruce Momjian
Korry Douglas and Nikhil S
2007-02-07Add strlcat() from OpenBSD, to be used for replacing strncat and otherPeter Eisentraut
strange coding practices.
2007-02-03Fix configure detection code when --with-ldap and --enable-thread-safetyBruce Momjian
are both used. Albe Laurenz
2007-01-28Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather thanBruce Momjian
create our own.
2007-01-28Use sys_siglist[] to print out signal names for signal exits, ratherBruce Momjian
than just numbers.
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
back-stamped for this.
2007-01-02finite() no longer used; remove finite() platform-specificBruce Momjian
infrastructure.
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-29Ignore libedit/libreadline while probing for strlcpy and some otherTom Lane
standard functions. Per report from Stefan Kaltenbrunner.
2006-11-25update for rc1REL8_2_RC1PostgreSQL Daemon
2006-11-07Tag as Beta3 ... two outstanding *known* bugs before RC1 ...REL8_2_BETA3PostgreSQL Daemon