| Age | Commit message (Expand) | Author |
| 2010-02-02 | Fix assorted poorly-thought-out message strings: use %u not %d for printing | Tom Lane |
| 2010-01-31 | Detect early deadlock in Hot Standby when Startup is already waiting. First | Simon Riggs |
| 2010-01-29 | Filter recovery conflicts based upon dboid from relfilenode of WAL | Simon Riggs |
| 2010-01-23 | In HS, Startup process sets SIGALRM when waiting for buffer pin. If | Simon Riggs |
| 2010-01-21 | Better internal documentation of locking for Hot Standby conflict resolution. | Simon Riggs |
| 2010-01-16 | Fix bogus initialization of KnownAssignedXids shared memory state --- | Tom Lane |
| 2010-01-16 | Message mentions msec when it should be seconds, so use s instead of ms. | Simon Riggs |
| 2010-01-16 | Teach standby conflict resolution to use SIGUSR1 | Simon Riggs |
| 2010-01-15 | Introduce Streaming Replication. | Heikki Linnakangas |
| 2010-01-14 | First part of refactoring of code for ResolveRecoveryConflict. Purposes | Simon Riggs |
| 2010-01-10 | During Hot Standby, fix drop database when sessions idle. | Simon Riggs |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-12-31 | Suppress compiler warning (pid_t isn't int everywhere) | Tom Lane |
| 2009-12-31 | Add missing 'static' tag. | Tom Lane |
| 2009-12-19 | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs |
| 2009-07-31 | Create a multiplexing structure for signals to Postgres child processes. | Tom Lane |
| 2009-07-29 | Fix a thinko introduced into CountActiveBackends by a recent patch: | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-05-15 | Fix all the server-side SIGQUIT handlers (grumble ... why so many identical | Tom Lane |
| 2009-05-05 | Install an atexit(2) callback that ensures that proc_exit's cleanup processing | Tom Lane |
| 2009-05-05 | Install a "dead man switch" to allow the postmaster to detect cases where | Tom Lane |
| 2009-04-04 | A session that does not have any live snapshots does not have to be waited for | Tom Lane |
| 2009-03-31 | Fix a rare race condition when commit_siblings > 0 and a transaction commits | Heikki Linnakangas |
| 2009-01-03 | Create a "shmem_startup_hook" to be called at the end of shared memory | Tom Lane |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-09 | Revert SIGUSR1 multiplexing patch, per Tom's objection. | Heikki Linnakangas |
| 2008-12-09 | Provide support for multiplexing SIGUSR1 signal. The upcoming synchronous | Heikki Linnakangas |
| 2008-11-02 | Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't | Tom Lane |
| 2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |
| 2008-08-04 | Improve CREATE/DROP/RENAME DATABASE so that when failing because the source | Tom Lane |
| 2008-07-18 | Fix a race condition that I introduced into sinvaladt.c during the recent | Tom Lane |
| 2008-07-11 | Make sure we only try to free snapshots that have been passed through | Alvaro Herrera |
| 2008-07-01 | Teach autovacuum how to determine whether a temp table belongs to a crashed | Tom Lane |
| 2008-06-20 | Seems I was too optimistic in supposing that sinval's maxMsgNum could be | Tom Lane |
| 2008-06-19 | Rewrite the sinval messaging mechanism to reduce contention and avoid | Tom Lane |
| 2008-06-17 | Remove freeBackends counter from the sinval shared memory area. We used to | Tom Lane |
| 2008-05-12 | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera |
| 2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
| 2008-04-16 | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane |
| 2008-03-26 | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera |
| 2008-03-26 | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera |
| 2008-03-20 | Make source code READMEs more consistent. Add CVS tags to all README files. | Bruce Momjian |
| 2008-03-18 | Move elog(DEBUG4) call outside the locked area, per suggestion from Tom Lane. | Alvaro Herrera |
| 2008-03-17 | Move ProcState definition into sinvaladt.c from sinvaladt.h, since it's not | Alvaro Herrera |
| 2008-03-16 | Modify interactions between sinval.c and sinvaladt.c. The code that actually | Alvaro Herrera |
| 2008-03-11 | Make TransactionIdIsInProgress check transam.c's single-item XID status cache | Tom Lane |
| 2008-02-19 | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut |
| 2008-01-09 | Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manual | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-30 | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane |