| Commit message (Expand) | Author | Age |
* | Fix multiple problems in WAL replay. | Tom Lane | 2012-11-12 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Hot Standby feedback for avoidance of cleanup conflicts on standby. | Simon Riggs | 2011-02-16 |
* | pg_ctl promote | Robert Haas | 2011-02-15 |
* | Send status updates back from standby server to master, indicating how far | Heikki Linnakangas | 2011-02-10 |
* | Implement NOWAIT option for BASE_BACKUP command | Magnus Hagander | 2011-02-09 |
* | Named restore points in recovery. Users can record named points, then | Simon Riggs | 2011-02-08 |
* | Support multiple concurrent pg_basebackup backups. | Heikki Linnakangas | 2011-01-31 |
* | Split pg_start_backup() and pg_stop_backup() into two pieces | Magnus Hagander | 2011-01-09 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Instrument checkpoint sync calls. | Robert Haas | 2010-12-14 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Use a latch to make startup process wake up and replay immediately when | Heikki Linnakangas | 2010-09-15 |
* | Correct sundry errors in Hot Standby-related comments. | Robert Haas | 2010-08-12 |
* | Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0. | Simon Riggs | 2010-07-29 |
* | Replace max_standby_delay with two parameters, max_standby_archive_delay and | Tom Lane | 2010-07-03 |
* | Don't allow walsender to send WAL data until it's been safely fsync'd on the | Tom Lane | 2010-06-17 |
* | Make TriggerFile variable static. It's not used outside xlog.c. | Heikki Linnakangas | 2010-06-10 |
* | Rename the parameter recovery_connections to hot_standby, to reduce possible | Tom Lane | 2010-04-29 |
* | Introduce wal_level GUC to explicitly control if information needed for | Heikki Linnakangas | 2010-04-28 |
* | Rename standby_keep_segments to wal_keep_segments. | Robert Haas | 2010-04-20 |
* | 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-18 |
* | Change the logic to decide when to delete old WAL segments, so that it | Heikki Linnakangas | 2010-04-12 |
* | Refer to max_wal_senders in a more consistent fashion. | Robert Haas | 2010-04-01 |
* | Adjust comment in .history file to match recovery target specified. Comment | Simon Riggs | 2010-03-19 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 |
* | Revoke augmentation of WAL records for btree delete, per discussion. | Simon Riggs | 2010-02-01 |
* | Augment WAL records for btree delete with GetOldestXmin() to reduce | Simon Riggs | 2010-01-29 |
* | Change a few remaining calls of XLogArchivingActive() to use | Heikki Linnakangas | 2010-01-28 |
* | Write a WAL record whenever we perform an operation without WAL-logging | Heikki Linnakangas | 2010-01-20 |
* | PGDLLIMPORT-ize the remaining variables needed by walreceiver. | Tom Lane | 2010-01-16 |
* | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | Cleanup and code review for the patch that made bgwriter active during | Tom Lane | 2009-06-26 |
* | Fix some serious bugs in archive recovery, now that bgwriter is active | Heikki Linnakangas | 2009-06-25 |
* | Start background writer during archive recovery. Background writer now performs | Heikki Linnakangas | 2009-02-18 |
* | Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should | Heikki Linnakangas | 2009-01-20 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Convert wal_sync_method to guc enum. | Magnus Hagander | 2008-05-12 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Minor improvements in backup and recovery: | Tom Lane | 2007-09-26 |
* | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane | 2007-09-05 |
* | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane | 2007-08-01 |
* | Create a new dedicated Postgres process, "wal writer", which exists to write | Tom Lane | 2007-07-24 |
* | Improve logging of checkpoints. Patch by Greg Smith, worked over | Tom Lane | 2007-06-30 |