summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
...
* Check for gcov and lcov only when coverage testing is enabled.Peter Eisentraut2008-09-051-4/+4
* Code coverage testing with gcov. Documentation is in the regression testPeter Eisentraut2008-09-051-2/+33
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-291-2/+2
* Remove -Winline from the default set of CFLAGS for gcc. It's gotten muchTom Lane2008-08-191-2/+2
* Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4Tom Lane2008-06-271-2/+2
* Adjust -Wl,--asneeded test to avoid using the switch if it breaksTom Lane2008-05-201-16/+26
* Make another try at using -Wl,--as-needed to suppress linking of unnecessaryTom Lane2008-05-181-1/+11
* Provide for MSVC config equivalents of recently added configure options. RemoveAndrew Dunstan2008-05-031-2/+3
* Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to alsoTom Lane2008-05-021-4/+59
* Remove the recently added USE_SEGMENTED_FILES option, and indeed remove allTom Lane2008-05-021-8/+66
* Fix broken configure test for libxslt: it was probing for xsltLibxmlVersion,Tom Lane2008-04-281-2/+2
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-211-1/+34
* Enable 64-bit integer datetimes by default, per previous discussion.Neil Conway2008-03-301-3/+17
* Use -fwrapv in CFLAGS if we are using a version of gcc that accepts this flag.Tom Lane2008-03-101-1/+3
* Provide a build-time option to store large relations as single files, ratherTom Lane2008-03-101-1/+14
* Use our own getopt() and getopt_long() on Solaris, because that platform'sTom Lane2008-02-241-3/+8
* Put back code modularization of fseeko() configure checks.Bruce Momjian2008-02-191-2/+3
* Put fseeko check back in old location, in hopes of silencing build warnings.Bruce Momjian2008-02-191-3/+2
* autoconf 2.61's AC_FUNC_FSEEKO reports success/failure differently, soBruce Momjian2008-02-181-10/+12
* Upgrade to Autoconf 2.61:Peter Eisentraut2008-02-171-24/+12
* Stamp HEAD as 8.4devel.Tom Lane2008-02-131-2/+2
* configure tag'd 8.3.0 and built witih autoconf 2.59REL8_3_0Marc G. Fournier2008-02-011-2/+2
* Change /contrib to contrib for consistency.Peter Eisentraut2008-01-241-4/+4
* must commit after autoconf ... and yes, I used the right autoconfREL8_3_RC2Marc G. Fournier2008-01-181-2/+2
* Stamp release 8.3RC1.REL8_3_RC1Tom Lane2008-01-031-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Provide a more helpful error message when there is an autoconf versionBruce Momjian2007-12-311-3/+4
* Provide a more helpful error message when there is an autoconf versionBruce Momjian2007-12-311-2/+4
* Stamp 8.3beta4.REL8_3_BETA4Tom Lane2007-12-031-2/+2
* Require a specific Autoconf version, instead of a lower bound only.Peter Eisentraut2007-11-261-2/+2
* update files for beta3Marc G. Fournier2007-11-161-2/+2
* I find that an out-of-the-box installation of OSSP uuid 1.6.0 installsTom Lane2007-11-131-1/+11
* Document that configure option only affects contrib:Bruce Momjian2007-11-051-2/+2
* Update wording for xsl configure option.Bruce Momjian2007-11-041-3/+3
* Document that configure --with-libxslt controls just /contrib/xml2.Bruce Momjian2007-11-041-3/+3
* New versions of mingw have gettimeofday(), so add an autoconf testMagnus Hagander2007-10-291-2/+2
* Stamp 8.3beta2.REL8_3_BETA2Tom Lane2007-10-271-2/+2
* Make configure probe for the location of the <uuid.h> header file.Tom Lane2007-10-231-1/+8
* tag it 8.3beta1 ... the beta cycle beginsREL8_3_BETA1Marc G. Fournier2007-10-051-2/+2
* Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in olderTom Lane2007-10-021-1/+2
* If we're gonna provide an --enable-profiling configure option, surelyTom Lane2007-09-211-3/+3
* Revert ill-starred change to ICC anti-aliasing switches. PerTom Lane2007-09-121-3/+3
* Give ICC its preferred, documented form of the no-strict-aliasingTom Lane2007-09-111-3/+3
* Add configure option --with-system-tzdata to use operating system time zonePeter Eisentraut2007-08-201-1/+8
* Adjust configure so that it sets CFLAGS properly for Intel's iccTom Lane2007-08-051-20/+19
* Adjust configure script to print the bison and flex versions in use.Tom Lane2007-07-191-28/+6
* Support for finding gssapi functions in the library "gss", as requiredMagnus Hagander2007-07-141-2/+2
* Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander2007-07-121-4/+5
* Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander2007-07-121-1/+10
* Fix misspelling.Tom Lane2007-07-101-5/+4