summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2008-08-01Cope with Tcl versions that do not create a tclsh symlink to the version-Alvaro Herrera
2008-07-23Abort if Tcl support was configured and no tcl shell was found.Peter Eisentraut
2008-06-27Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4Tom Lane
2008-05-27Require bind_textdomain_codeset() not just gettext() to enable NLS support.Tom Lane
2008-05-20Adjust -Wl,--asneeded test to avoid using the switch if it breaksTom Lane
2008-05-18Make another try at using -Wl,--as-needed to suppress linking of unnecessaryTom Lane
2008-05-03Provide for MSVC config equivalents of recently added configure options. RemoveAndrew Dunstan
2008-05-02Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to alsoTom Lane
2008-05-02Remove the recently added USE_SEGMENTED_FILES option, and indeed remove allTom Lane
2008-04-28Fix broken configure test for libxslt: it was probing for xsltLibxmlVersion,Tom Lane
2008-04-21Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane
2008-04-18Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera
2008-03-30Enable 64-bit integer datetimes by default, per previous discussion.Neil Conway
2008-03-10Use -fwrapv in CFLAGS if we are using a version of gcc that accepts this flag.Tom Lane
2008-03-10Provide a build-time option to store large relations as single files, ratherTom Lane
2008-02-24Use our own getopt() and getopt_long() on Solaris, because that platform'sTom Lane
2008-02-19Backport fixed AC_FUNC_FSEEKOPeter Eisentraut
2008-02-19Put back code modularization of fseeko() configure checks.Bruce Momjian
2008-02-19Put fseeko check back in old location, in hopes of silencing build warnings.Bruce Momjian
2008-02-18autoconf 2.61's AC_FUNC_FSEEKO reports success/failure differently, soBruce Momjian
2008-02-17Upgrade to Autoconf 2.61:Peter Eisentraut
2008-02-13Stamp HEAD as 8.4devel.Tom Lane
2008-02-01configure tag'd 8.3.0 and built witih autoconf 2.59REL8_3_0Marc G. Fournier
2008-01-24Change /contrib to contrib for consistency.Peter Eisentraut
2008-01-18must commit after autoconf ... and yes, I used the right autoconfREL8_3_RC2Marc G. Fournier
2008-01-03Stamp release 8.3RC1.REL8_3_RC1Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-03Stamp 8.3beta4.REL8_3_BETA4Tom Lane
2007-11-16Re-do configure with autoconf 2.59Tom Lane
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-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