| Age | Commit message (Expand) | Author |
| 2015-06-05 | Fix incorrect order of database-locking operations in InitPostgres(). | Tom Lane |
| 2015-02-02 | Be more careful to not lose sync in the FE/BE protocol. | Heikki Linnakangas |
| 2014-05-06 | Remove tabs after spaces in C comments | Bruce Momjian |
| 2013-04-01 | Fix insecure parsing of server command-line switches. | Tom Lane |
| 2011-08-13 | Fix incorrect timeout handling during initial authentication transaction. | Tom Lane |
| 2010-09-13 | Process options from the startup packed in walsender. Only few options | Heikki Linnakangas |
| 2010-08-16 | Arrange to fsync the contents of lockfiles (both postmaster.pid and the | Tom Lane |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
| 2010-04-26 | When we're restricting who can connect, don't allow new walsenders. | Robert Haas |
| 2010-04-21 | Move the check for whether walreceiver has authenticated as a superuser | Tom Lane |
| 2010-04-20 | Arrange for client authentication to occur before we select a specific | Tom Lane |
| 2010-04-20 | Move the responsibility for calling StartupXLOG into InitPostgres, for | Tom Lane |
| 2010-03-25 | Modify some new and pre-existing messages for translatability. | Simon Riggs |
| 2010-03-24 | Change replication connection log format to allow for a database | Simon Riggs |
| 2010-03-21 | Message tuning | Peter Eisentraut |
| 2010-03-19 | Add connection messages for streaming replication. log_connections | Simon Riggs |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-02-14 | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas |
| 2010-02-07 | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane |
| 2010-02-05 | Add C comment about process_settings() setting order. | Bruce Momjian |
| 2010-01-15 | Introduce Streaming Replication. | Heikki Linnakangas |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-12-19 | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs |
| 2009-12-09 | Prevent indirect security attacks via changing session-local state within | Tom Lane |
| 2009-10-07 | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera |
| 2009-09-01 | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera |
| 2009-09-01 | Move processing of startup-packet switches and GUC settings into InitPostgres, | Tom Lane |
| 2009-08-31 | Change the autovacuum launcher to read pg_database directly, rather than | Tom Lane |
| 2009-08-31 | Track the current XID wrap limit (or more accurately, the oldest unfrozen | Tom Lane |
| 2009-08-29 | Remove the use of the pg_auth flat file for client authentication. | Tom Lane |
| 2009-08-28 | Remove useless code that propagated FrontendProtocol to a backend via a | Tom Lane |
| 2009-08-27 | Make it reasonably safe to use pg_ctl to start the postmaster from a boot-time | Tom Lane |
| 2009-08-12 | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane |
| 2009-07-31 | Create a multiplexing structure for signals to Postgres child processes. | Tom Lane |
| 2009-07-08 | Need to use pg_perm_setlocale when setting LC_CTYPE and LC_COLLATE at startup. | Heikki Linnakangas |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-05-05 | Install a "dead man switch" to allow the postmaster to detect cases where | Tom Lane |
| 2009-04-08 | Oops, mustn't call textdomain() when compiling without --enable-nls | Heikki Linnakangas |
| 2009-04-08 | Tell gettext which codeset to use by calling bind_textdomain_codeset(). We | Heikki Linnakangas |
| 2009-03-08 | On Windows, call bind_textdomain_codeset on domains other than the default one, | Alvaro Herrera |
| 2009-02-18 | Start background writer during archive recovery. Background writer now performs | Heikki Linnakangas |
| 2009-01-05 | Quiet repeated "loaded library" messages from child backends that are just | Tom Lane |
| 2009-01-03 | Allow loadable modules to create PGC_POSTMASTER GUC variables, but only | Tom Lane |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-11 | Append major version number and for libraries soname major version number | Peter Eisentraut |
| 2008-11-09 | Add a new GUC variable called "IntervalStyle" that decouples interval output | Tom Lane |
| 2008-10-09 | Improve translatability of error messages for external modules by tweaking | Alvaro Herrera |
| 2008-09-23 | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas |
| 2008-09-11 | Initialize the minimum frozen Xid in vac_update_datfrozenxid using | Alvaro Herrera |
| 2008-06-12 | Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation | Heikki Linnakangas |