| Age | Commit message (Expand) | Author |
| 2011-03-02 | Support for DragonFly BSD | Peter Eisentraut |
| 2011-02-26 | Add a configure check for Python.h if building with python. | Andrew Dunstan |
| 2011-02-16 | Better support for thread-support flag detection with clang | Peter Eisentraut |
| 2011-02-08 | Per-column collation support | Peter Eisentraut |
| 2011-01-31 | Enable building with the Mingw64 compiler. | Andrew Dunstan |
| 2011-01-26 | Use -Wformat-security when available | Peter Eisentraut |
| 2011-01-26 | autoreconf | Peter Eisentraut |
| 2011-01-24 | sepgsql, an SE-Linux integration for PostgreSQL | Robert Haas |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-12-26 | Only build in crashdump support on Windows if there's a working dbghelp.h. | Andrew Dunstan |
| 2010-12-16 | Fix up getopt() reset management so it works on recent mingw. | Tom Lane |
| 2010-09-29 | Add/fix caching on some configure checks | Peter Eisentraut |
| 2010-09-22 | Fix remaining stray references to CVS. | Tom Lane |
| 2010-09-11 | Introduce latches. A latch is a boolean variable, with the capability to | Heikki Linnakangas |
| 2010-07-09 | Stamp HEAD as 9.1devel. | Tom Lane |
| 2010-07-09 | tag beta3REL9_0_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.0beta2REL9_0_BETA2 | 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.0beta1REL9_0_BETA1 | Marc G. Fournier |
| 2010-03-17 | Don't link PL/Python against LOCALMODLIBS | Peter Eisentraut |
| 2010-02-23 | Fix configure's regexp for extracting the Perl version number from perl -v | Tom Lane |
| 2010-02-22 | Revert configure warning to use "official distribution". | Bruce Momjian |
| 2010-02-22 | Use the term "bundled distribution" instead of "official distribution" in | Bruce Momjian |
| 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 | Make configure check the version of Perl we're building with, and reject | 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-15 | Python 3 support in PL/Python | Peter Eisentraut |
| 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-14 | In the configure check for the Python distutils module, use a less obscure | Peter Eisentraut |
| 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 | Remove any -arch switches given in ExtUtils::Embed's ldopts from our | 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 |