summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Check for gcov and lcov only when coverage testing is enabled.Peter Eisentraut2008-09-051-19/+18
* Code coverage testing with gcov. Documentation is in the regression testPeter Eisentraut2008-09-051-6/+201
* Add DSSSL stylesheet location for Mac OS X/Fink installation.Peter Eisentraut2008-09-051-2/+3
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-291-29/+25
* Autoconf 2.62 will require cache variables to contain "_cv_". Fix our fewPeter Eisentraut2008-08-211-12/+12
* Remove -Winline from the default set of CFLAGS for gcc. It's gotten muchTom Lane2008-08-191-1/+1
* Cope with Tcl versions that do not create a tclsh symlink to the version-Alvaro Herrera2008-08-011-1/+1
* Abort if Tcl support was configured and no tcl shell was found.Peter Eisentraut2008-07-231-0/+6
* Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4Tom Lane2008-06-271-51/+57
* Require bind_textdomain_codeset() not just gettext() to enable NLS support.Tom Lane2008-05-271-12/+12
* Adjust -Wl,--asneeded test to avoid using the switch if it breaksTom Lane2008-05-201-118/+142
* Make another try at using -Wl,--as-needed to suppress linking of unnecessaryTom Lane2008-05-181-0/+110
* Provide for MSVC config equivalents of recently added configure options. RemoveAndrew Dunstan2008-05-031-1/+2
* Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to alsoTom Lane2008-05-021-3/+113
* Remove the recently added USE_SEGMENTED_FILES option, and indeed remove allTom Lane2008-05-021-20/+88
* Fix broken configure test for libxslt: it was probing for xsltLibxmlVersion,Tom Lane2008-04-281-10/+10
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-211-0/+133
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-181-2/+2
* Enable 64-bit integer datetimes by default, per previous discussion.Neil Conway2008-03-301-3/+27
* Use -fwrapv in CFLAGS if we are using a version of gcc that accepts this flag.Tom Lane2008-03-101-0/+50
* Provide a build-time option to store large relations as single files, ratherTom Lane2008-03-101-0/+446
* Use our own getopt() and getopt_long() on Solaris, because that platform'sTom Lane2008-02-241-2/+17
* Backport fixed AC_FUNC_FSEEKOPeter Eisentraut2008-02-191-4/+8
* Put back code modularization of fseeko() configure checks.Bruce Momjian2008-02-191-2/+103
* Put fseeko check back in old location, in hopes of silencing build warnings.Bruce Momjian2008-02-191-103/+2
* autoconf 2.61's AC_FUNC_FSEEKO reports success/failure differently, soBruce Momjian2008-02-181-10/+116
* Upgrade to Autoconf 2.61:Peter Eisentraut2008-02-171-9668/+8930
* Stamp HEAD as 8.4devel.Tom Lane2008-02-131-9/+9
* configure tag'd 8.3.0 and built witih autoconf 2.59REL8_3_0Marc G. Fournier2008-02-011-9/+9
* Change /contrib to contrib for consistency.Peter Eisentraut2008-01-241-2/+2
* must commit after autoconf ... and yes, I used the right autoconfREL8_3_RC2Marc G. Fournier2008-01-181-9/+9
* Stamp release 8.3RC1.REL8_3_RC1Tom Lane2008-01-031-9/+9
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Stamp 8.3beta4.REL8_3_BETA4Tom Lane2007-12-031-9/+9
* Re-do configure with autoconf 2.59Tom Lane2007-11-161-8629/+9483
* update files for beta3Marc G. Fournier2007-11-161-9491/+8637
* I find that an out-of-the-box installation of OSSP uuid 1.6.0 installsTom Lane2007-11-131-1/+148
* Document that configure option only affects contrib:Bruce Momjian2007-11-051-1/+1
* Update wording for xsl configure option.Bruce Momjian2007-11-041-1/+1
* Document that configure --with-libxslt controls just /contrib/xml2.Bruce Momjian2007-11-041-1/+1
* New versions of mingw have gettimeofday(), so add an autoconf testMagnus Hagander2007-10-291-6/+110
* Stamp 8.3beta2.REL8_3_BETA2Tom Lane2007-10-271-9/+9
* Make configure probe for the location of the <uuid.h> header file.Tom Lane2007-10-231-0/+310
* tag it 8.3beta1 ... the beta cycle beginsREL8_3_BETA1Marc G. Fournier2007-10-051-9/+9
* Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in olderTom Lane2007-10-021-0/+102
* If we're gonna provide an --enable-profiling configure option, surelyTom Lane2007-09-211-1/+1
* Revert ill-starred change to ICC anti-aliasing switches. PerTom Lane2007-09-121-4/+4
* Give ICC its preferred, documented form of the no-strict-aliasingTom Lane2007-09-111-4/+4
* Add configure option --with-system-tzdata to use operating system time zonePeter Eisentraut2007-08-201-1/+34
* Fix search for SGML stylesheets to include the place where Gentoo keeps them.Tom Lane2007-08-091-1/+2