| Age | Commit message (Expand) | Author |
| 2008-08-19 | Remove -Winline from the default set of CFLAGS for gcc. It's gotten much | Tom Lane |
| 2008-06-27 | Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4 | Tom Lane |
| 2008-05-20 | Adjust -Wl,--asneeded test to avoid using the switch if it breaks | Tom Lane |
| 2008-05-18 | Make another try at using -Wl,--as-needed to suppress linking of unnecessary | Tom Lane |
| 2008-05-03 | Provide for MSVC config equivalents of recently added configure options. Remove | Andrew Dunstan |
| 2008-05-02 | Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to also | Tom Lane |
| 2008-05-02 | Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all | Tom Lane |
| 2008-04-28 | Fix broken configure test for libxslt: it was probing for xsltLibxmlVersion, | Tom Lane |
| 2008-04-21 | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane |
| 2008-03-30 | Enable 64-bit integer datetimes by default, per previous discussion. | Neil Conway |
| 2008-03-10 | Use -fwrapv in CFLAGS if we are using a version of gcc that accepts this flag. | Tom Lane |
| 2008-03-10 | Provide a build-time option to store large relations as single files, rather | Tom Lane |
| 2008-02-24 | Use our own getopt() and getopt_long() on Solaris, because that platform's | Tom Lane |
| 2008-02-19 | Put back code modularization of fseeko() configure checks. | Bruce Momjian |
| 2008-02-19 | Put fseeko check back in old location, in hopes of silencing build warnings. | Bruce Momjian |
| 2008-02-18 | autoconf 2.61's AC_FUNC_FSEEKO reports success/failure differently, so | Bruce Momjian |
| 2008-02-17 | Upgrade to Autoconf 2.61: | Peter Eisentraut |
| 2008-02-13 | Stamp HEAD as 8.4devel. | Tom Lane |
| 2008-02-01 | configure tag'd 8.3.0 and built witih autoconf 2.59REL8_3_0 | Marc G. Fournier |
| 2008-01-24 | Change /contrib to contrib for consistency. | Peter Eisentraut |
| 2008-01-18 | must commit after autoconf ... and yes, I used the right autoconfREL8_3_RC2 | Marc G. Fournier |
| 2008-01-03 | Stamp release 8.3RC1.REL8_3_RC1 | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-12-31 | Provide a more helpful error message when there is an autoconf version | Bruce Momjian |
| 2007-12-31 | Provide a more helpful error message when there is an autoconf version | Bruce Momjian |
| 2007-12-03 | Stamp 8.3beta4.REL8_3_BETA4 | Tom Lane |
| 2007-11-26 | Require a specific Autoconf version, instead of a lower bound only. | Peter Eisentraut |
| 2007-11-16 | update files for beta3 | Marc G. Fournier |
| 2007-11-13 | I find that an out-of-the-box installation of OSSP uuid 1.6.0 installs | Tom Lane |
| 2007-11-05 | Document that configure option only affects contrib: | Bruce Momjian |
| 2007-11-04 | Update wording for xsl configure option. | Bruce Momjian |
| 2007-11-04 | Document that configure --with-libxslt controls just /contrib/xml2. | Bruce Momjian |
| 2007-10-29 | New versions of mingw have gettimeofday(), so add an autoconf test | Magnus Hagander |
| 2007-10-27 | Stamp 8.3beta2.REL8_3_BETA2 | Tom Lane |
| 2007-10-23 | Make configure probe for the location of the <uuid.h> header file. | Tom Lane |
| 2007-10-05 | tag it 8.3beta1 ... the beta cycle beginsREL8_3_BETA1 | Marc G. Fournier |
| 2007-10-02 | Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in older | Tom Lane |
| 2007-09-21 | If we're gonna provide an --enable-profiling configure option, surely | Tom Lane |
| 2007-09-12 | Revert ill-starred change to ICC anti-aliasing switches. Per | Tom Lane |
| 2007-09-11 | Give ICC its preferred, documented form of the no-strict-aliasing | Tom Lane |
| 2007-08-20 | Add configure option --with-system-tzdata to use operating system time zone | Peter Eisentraut |
| 2007-08-05 | Adjust configure so that it sets CFLAGS properly for Intel's icc | Tom Lane |
| 2007-07-19 | Adjust configure script to print the bison and flex versions in use. | Tom Lane |
| 2007-07-14 | Support for finding gssapi functions in the library "gss", as required | Magnus Hagander |
| 2007-07-12 | Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>, | Magnus Hagander |
| 2007-07-12 | Fix freenig of names in Kerberos when using MIT - need to use the | Magnus Hagander |
| 2007-07-10 | Fix misspelling. | Tom Lane |
| 2007-07-10 | Add support for GSSAPI authentication. | Magnus Hagander |
| 2007-06-29 | Fix computation of PG_VERSION_NUM by configure: remove unnecessary and | Tom Lane |
| 2007-06-04 | Tidy overly long configure help lines. | Andrew Dunstan |