| Age | Commit message (Expand) | Author |
| 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 |
| 2007-05-04 | tas() support for Renesas' M32R processor. Kazuhiro Inaoka | Tom Lane |
| 2007-04-21 | Fix alignment of help output. | Peter Eisentraut |
| 2007-04-21 | Contrib module uuid-ossp for generating UUID values using the OSSP UUID | Peter Eisentraut |
| 2007-04-15 | Add --with-libxslt configure option | Andrew Dunstan |
| 2007-04-13 | Enable building contrib/xml2 if configured using --with-libxml. | Andrew Dunstan |
| 2007-04-06 | Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be | Tom Lane |
| 2007-04-06 | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane |
| 2007-03-29 | Make ECPG regression tests use native threading instead of pthreads, now that | Magnus Hagander |
| 2007-03-26 | Properly fix PORTNAME in configure. | Bruce Momjian |
| 2007-03-26 | User PORTNAME for win32 tests, rather than $template, for consistency. | Bruce Momjian |
| 2007-03-26 | Add -lcrypto as one of the possible link dependencies of libkrb5. | Tom Lane |
| 2007-03-21 | Native shared memory implementation for win32. | Magnus Hagander |
| 2007-02-21 | Add configure --enable-profiling to enable GCC profiling. Patches from | Bruce Momjian |
| 2007-02-07 | Add strlcat() from OpenBSD, to be used for replacing strncat and other | Peter Eisentraut |
| 2007-02-03 | Fix configure detection code when --with-ldap and --enable-thread-safety | Bruce Momjian |
| 2007-01-28 | Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather than | Bruce Momjian |
| 2007-01-28 | Use sys_siglist[] to print out signal names for signal exits, rather | Bruce Momjian |
| 2007-01-18 | Optionally use xml2-config to detect installation locations of libxml. | Peter Eisentraut |
| 2007-01-07 | Check and document minimum required version of libxml. | Peter Eisentraut |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2007-01-02 | finite() no longer used; remove finite() platform-specific | Bruce Momjian |
| 2006-12-21 | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut |
| 2006-12-14 | Make --with-ldap build on Unixware, per Olivier Prenant. | Tom Lane |