| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for gcov and lcov only when coverage testing is enabled. | Peter Eisentraut | 2008-09-05 | 1 | -19/+18 |
* | Code coverage testing with gcov. Documentation is in the regression test | Peter Eisentraut | 2008-09-05 | 1 | -6/+201 |
* | Add DSSSL stylesheet location for Mac OS X/Fink installation. | Peter Eisentraut | 2008-09-05 | 1 | -2/+3 |
* | Remove all traces that suggest that a non-Bison yacc might be supported, and | Peter Eisentraut | 2008-08-29 | 1 | -29/+25 |
* | Autoconf 2.62 will require cache variables to contain "_cv_". Fix our few | Peter Eisentraut | 2008-08-21 | 1 | -12/+12 |
* | Remove -Winline from the default set of CFLAGS for gcc. It's gotten much | Tom Lane | 2008-08-19 | 1 | -1/+1 |
* | Cope with Tcl versions that do not create a tclsh symlink to the version- | Alvaro Herrera | 2008-08-01 | 1 | -1/+1 |
* | Abort if Tcl support was configured and no tcl shell was found. | Peter Eisentraut | 2008-07-23 | 1 | -0/+6 |
* | Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4 | Tom Lane | 2008-06-27 | 1 | -51/+57 |
* | Require bind_textdomain_codeset() not just gettext() to enable NLS support. | Tom Lane | 2008-05-27 | 1 | -12/+12 |
* | Adjust -Wl,--asneeded test to avoid using the switch if it breaks | Tom Lane | 2008-05-20 | 1 | -118/+142 |
* | Make another try at using -Wl,--as-needed to suppress linking of unnecessary | Tom Lane | 2008-05-18 | 1 | -0/+110 |
* | Provide for MSVC config equivalents of recently added configure options. Remove | Andrew Dunstan | 2008-05-03 | 1 | -1/+2 |
* | Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to also | Tom Lane | 2008-05-02 | 1 | -3/+113 |
* | Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all | Tom Lane | 2008-05-02 | 1 | -20/+88 |
* | Fix broken configure test for libxslt: it was probing for xsltLibxmlVersion, | Tom Lane | 2008-04-28 | 1 | -10/+10 |
* | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 | 1 | -0/+133 |
* | Modify the float4 datatype to be pass-by-val. Along the way, remove the last | Alvaro Herrera | 2008-04-18 | 1 | -2/+2 |
* | Enable 64-bit integer datetimes by default, per previous discussion. | Neil Conway | 2008-03-30 | 1 | -3/+27 |
* | Use -fwrapv in CFLAGS if we are using a version of gcc that accepts this flag. | Tom Lane | 2008-03-10 | 1 | -0/+50 |
* | Provide a build-time option to store large relations as single files, rather | Tom Lane | 2008-03-10 | 1 | -0/+446 |
* | Use our own getopt() and getopt_long() on Solaris, because that platform's | Tom Lane | 2008-02-24 | 1 | -2/+17 |
* | Backport fixed AC_FUNC_FSEEKO | Peter Eisentraut | 2008-02-19 | 1 | -4/+8 |
* | Put back code modularization of fseeko() configure checks. | Bruce Momjian | 2008-02-19 | 1 | -2/+103 |
* | Put fseeko check back in old location, in hopes of silencing build warnings. | Bruce Momjian | 2008-02-19 | 1 | -103/+2 |
* | autoconf 2.61's AC_FUNC_FSEEKO reports success/failure differently, so | Bruce Momjian | 2008-02-18 | 1 | -10/+116 |
* | Upgrade to Autoconf 2.61: | Peter Eisentraut | 2008-02-17 | 1 | -9668/+8930 |
* | Stamp HEAD as 8.4devel. | Tom Lane | 2008-02-13 | 1 | -9/+9 |
* | configure tag'd 8.3.0 and built witih autoconf 2.59REL8_3_0 | Marc G. Fournier | 2008-02-01 | 1 | -9/+9 |
* | Change /contrib to contrib for consistency. | Peter Eisentraut | 2008-01-24 | 1 | -2/+2 |
* | must commit after autoconf ... and yes, I used the right autoconfREL8_3_RC2 | Marc G. Fournier | 2008-01-18 | 1 | -9/+9 |
* | Stamp release 8.3RC1.REL8_3_RC1 | Tom Lane | 2008-01-03 | 1 | -9/+9 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
* | Stamp 8.3beta4.REL8_3_BETA4 | Tom Lane | 2007-12-03 | 1 | -9/+9 |
* | Re-do configure with autoconf 2.59 | Tom Lane | 2007-11-16 | 1 | -8629/+9483 |
* | update files for beta3 | Marc G. Fournier | 2007-11-16 | 1 | -9491/+8637 |
* | I find that an out-of-the-box installation of OSSP uuid 1.6.0 installs | Tom Lane | 2007-11-13 | 1 | -1/+148 |
* | Document that configure option only affects contrib: | Bruce Momjian | 2007-11-05 | 1 | -1/+1 |
* | Update wording for xsl configure option. | Bruce Momjian | 2007-11-04 | 1 | -1/+1 |
* | Document that configure --with-libxslt controls just /contrib/xml2. | Bruce Momjian | 2007-11-04 | 1 | -1/+1 |
* | New versions of mingw have gettimeofday(), so add an autoconf test | Magnus Hagander | 2007-10-29 | 1 | -6/+110 |
* | Stamp 8.3beta2.REL8_3_BETA2 | Tom Lane | 2007-10-27 | 1 | -9/+9 |
* | Make configure probe for the location of the <uuid.h> header file. | Tom Lane | 2007-10-23 | 1 | -0/+310 |
* | tag it 8.3beta1 ... the beta cycle beginsREL8_3_BETA1 | Marc G. Fournier | 2007-10-05 | 1 | -9/+9 |
* | Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in older | Tom Lane | 2007-10-02 | 1 | -0/+102 |
* | If we're gonna provide an --enable-profiling configure option, surely | Tom Lane | 2007-09-21 | 1 | -1/+1 |
* | Revert ill-starred change to ICC anti-aliasing switches. Per | Tom Lane | 2007-09-12 | 1 | -4/+4 |
* | Give ICC its preferred, documented form of the no-strict-aliasing | Tom Lane | 2007-09-11 | 1 | -4/+4 |
* | Add configure option --with-system-tzdata to use operating system time zone | Peter Eisentraut | 2007-08-20 | 1 | -1/+34 |
* | Fix search for SGML stylesheets to include the place where Gentoo keeps them. | Tom Lane | 2007-08-09 | 1 | -1/+2 |