| Age | Commit message (Expand) | Author |
| 2011-02-10 | Send status updates back from standby server to master, indicating how far | Heikki Linnakangas |
| 2011-02-09 | Implement NOWAIT option for BASE_BACKUP command | Magnus Hagander |
| 2011-02-08 | Per-column collation support | Peter Eisentraut |
| 2011-02-08 | Named restore points in recovery. Users can record named points, then | Simon Riggs |
| 2011-02-08 | Basic Recovery Control functions for use in Hot Standby. Pause, Resume, | Simon Riggs |
| 2011-02-07 | Implement genuine serializable isolation level. | Heikki Linnakangas |
| 2011-01-31 | Support multiple concurrent pg_basebackup backups. | Heikki Linnakangas |
| 2011-01-09 | Split pg_start_backup() and pg_stop_backup() into two pieces | Magnus Hagander |
| 2011-01-08 | Refactor GIN's handling of duplicate search entries. | Tom Lane |
| 2011-01-08 | Fix GIN to support null keys, empty and null items, and full index scans. | Tom Lane |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-12-31 | Support RIGHT and FULL OUTER JOIN in hash joins. | Tom Lane |
| 2010-12-30 | Avoid unnecessary public struct declaration in slru.h | Alvaro Herrera |
| 2010-12-29 | Bump XLOG_PAGE_MAGIC. | Robert Haas |
| 2010-12-29 | Support unlogged tables. | Robert Haas |
| 2010-12-23 | Rewrite the GiST insertion logic so that we don't need the post-recovery | Heikki Linnakangas |
| 2010-12-14 | Instrument checkpoint sync calls. | Robert Haas |
| 2010-12-09 | Force default wal_sync_method to be fdatasync on Linux. | Tom Lane |
| 2010-12-04 | Update comment to match later code changes. | Tom Lane |
| 2010-12-04 | KNNGIST, otherwise known as order-by-operator support for GIST. | Tom Lane |
| 2010-12-03 | Create core infrastructure for KNNGIST. | Tom Lane |
| 2010-11-16 | The GiST scan algorithm uses LSNs to detect concurrent pages splits, but | Heikki Linnakangas |
| 2010-11-10 | Add monitoring function pg_last_xact_replay_timestamp. | Robert Haas |
| 2010-10-18 | Fix a passel of inappropriately-named global functions in GIN. | Tom Lane |
| 2010-10-18 | Improve GIN indexscan cost estimation. | Tom Lane |
| 2010-10-08 | Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE. | Tom Lane |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-09-15 | Use a latch to make startup process wake up and replay immediately when | Heikki Linnakangas |
| 2010-09-11 | SERIALIZABLE transactions are actually implemented beneath the covers with | Joe Conway |
| 2010-08-13 | Include the backend ID in the relpath of temporary relations. | Robert Haas |
| 2010-08-12 | Correct sundry errors in Hot Standby-related comments. | Robert Haas |
| 2010-08-01 | Fix an additional set of problems in GIN's handling of lossy page pointers. | Tom Lane |
| 2010-08-01 | Rewrite the rbtree routines so that an RBNode is the first field of the | Tom Lane |
| 2010-07-31 | Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem() | Tom Lane |
| 2010-07-29 | Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0. | Simon Riggs |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
| 2010-07-03 | Replace max_standby_delay with two parameters, max_standby_archive_delay and | Tom Lane |
| 2010-06-17 | Don't allow walsender to send WAL data until it's been safely fsync'd on the | Tom Lane |
| 2010-06-10 | Make TriggerFile variable static. It's not used outside xlog.c. | Heikki Linnakangas |
| 2010-04-29 | Rename the parameter recovery_connections to hot_standby, to reduce possible | Tom Lane |
| 2010-04-28 | Introduce wal_level GUC to explicitly control if information needed for | Heikki Linnakangas |
| 2010-04-21 | Fix oversight in collecting values for cleanup_info records. | Simon Riggs |
| 2010-04-20 | Rename standby_keep_segments to wal_keep_segments. | Robert Haas |
| 2010-04-18 | Remove some additional changes in previous commit that belong elsewhere. | Simon Riggs |
| 2010-04-18 | Tune GetSnapshotData() during Hot Standby by avoiding loop | Simon Riggs |
| 2010-04-13 | Allow Hot Standby to begin from a shutdown checkpoint. | Heikki Linnakangas |
| 2010-04-12 | Update the location of last removed WAL segment in shared memory only | Heikki Linnakangas |
| 2010-04-12 | Change the logic to decide when to delete old WAL segments, so that it | Heikki Linnakangas |
| 2010-04-01 | Refer to max_wal_senders in a more consistent fashion. | Robert Haas |
| 2010-03-28 | Derive latestRemovedXid for btree deletes by reading heap pages. The | Simon Riggs |