| Age | Commit message (Expand) | Author |
| 2010-07-09 | Stamp HEAD as 9.1devel. | Tom Lane |
| 2010-07-09 | tag beta3 | Marc G. Fournier |
| 2010-07-05 | Split the LDFLAGS make variable into two parts: LDFLAGS is now used for | Tom Lane |
| 2010-06-04 | tag 9.0beta2 | Marc G. Fournier |
| 2010-05-25 | Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG... | Michael Meskes |
| 2010-05-25 | Added a configure test for "long long" datatypes. So far this is only used in... | Michael Meskes |
| 2010-05-13 | Fix up lame idea of not using autoconf to determine if platform has scandir(). | Tom Lane |
| 2010-04-30 | tag for 9.0beta1 | Marc G. Fournier |
| 2010-02-19 | Revert version stamping in wrong branch | Peter Eisentraut |
| 2010-02-19 | Version stamp 9.0alpha4 | Peter Eisentraut |
| 2010-02-17 | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane |
| 2010-02-13 | Support inlining various small performance-critical functions on non-GCC | Tom Lane |
| 2010-01-16 | Re-order configure tests to reflect the fact that the code generated for | Tom Lane |
| 2010-01-07 | Fail in a nicer way if we have --with-perl and no Perl. | Tom Lane |
| 2010-01-07 | Alter the configure script to fail immediately if the C compiler does not | Tom Lane |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-12-31 | Redefine Datum as uintptr_t, instead of unsigned long. | Tom Lane |
| 2009-12-11 | Properly define ENABLE_THREAD_SAFETY in conflgure, per suggestion from Peter. | Bruce Momjian |
| 2009-12-02 | thread-safety | Bruce Momjian |
| 2009-12-01 | Enable thread safety | Bruce Momjian |
| 2009-11-30 | THREAD_SUPPORT | Bruce Momjian |
| 2009-10-01 | Support "samehost" and "samenet" specifications in pg_hba.conf, | Tom Lane |
| 2009-09-13 | Write psql's ~/.psql_history file using history_truncate_file() and | Tom Lane |
| 2009-09-08 | Replace use of the long-deprecated Bonjour API DNSServiceRegistrationCreate | Tom Lane |
| 2009-08-26 | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut |
| 2009-08-04 | Use DocBook XSL stylesheets for man page building | Peter Eisentraut |
| 2009-07-24 | Add commentary about Cygwin's broken erand48, per report from Andrew Dunstan. | Tom Lane |
| 2009-07-23 | Force use of our erand48 on Cygwin | Andrew Dunstan |
| 2009-07-16 | Add erand48() to the set of functions supported by our src/port/ library, | Tom Lane |
| 2009-07-02 | Upgrade to Autoconf 2.63 | Peter Eisentraut |
| 2009-07-01 | Stamp HEAD as 8.5devel. | Tom Lane |
| 2009-06-27 | Bundle v8.4.0 | Marc G. Fournier |
| 2009-06-22 | bundle RC2 | Marc G. Fournier |
| 2009-06-12 | time to tag rc1 ... | Marc G. Fournier |
| 2009-06-10 | Fix ill-advised whitespace prettification, per buildfarm. | Tom Lane |
| 2009-06-10 | Support Kerberos on platforms where libcom_err depends on OpenSSL, as | Tom Lane |
| 2009-05-19 | Add documentation string for LDFLAGS_SL in configure --help output. | Peter Eisentraut |
| 2009-05-15 | commit for BETA2 | Marc G. Fournier |
| 2009-04-10 | commit and tag beta1 | Marc G. Fournier |
| 2009-04-07 | Disable effective_io_concurrency on Solaris because posix_fadvise() is | Bruce Momjian |
| 2009-04-04 | Make an attempt at fixing our current Solaris 11 breakage: add a configure | Tom Lane |
| 2009-03-27 | On Solaris, we should only force use of our own getopt(); it's okay to use | Tom Lane |
| 2009-02-12 | do not use unsetenv.c on mingw | Andrew Dunstan |
| 2009-02-11 | Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running | Tom Lane |
| 2009-01-22 | Recreate ecpg_config.h with a stamp file created by config.status, same | Peter Eisentraut |
| 2009-01-21 | Make win32 builds always do SetEnvironmentVariable() when doing putenv(). | Magnus Hagander |
| 2009-01-14 | Check nsl library for gethostbyname_r() on all platforms (HP-UX uses it | Bruce Momjian |
| 2009-01-14 | Renable threading build for Solaris 2.5, per report from Andrew Chernow | Bruce Momjian |
| 2009-01-11 | Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that | Tom Lane |
| 2009-01-07 | Produce a full version string for Sun Studio. | Peter Eisentraut |