aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/xlog.h
Commit message (Expand)AuthorAge
* Fix multiple problems in WAL replay.Tom Lane2012-11-12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs2011-02-16
* pg_ctl promoteRobert Haas2011-02-15
* Send status updates back from standby server to master, indicating how farHeikki Linnakangas2011-02-10
* Implement NOWAIT option for BASE_BACKUP commandMagnus Hagander2011-02-09
* Named restore points in recovery. Users can record named points, thenSimon Riggs2011-02-08
* Support multiple concurrent pg_basebackup backups.Heikki Linnakangas2011-01-31
* Split pg_start_backup() and pg_stop_backup() into two piecesMagnus Hagander2011-01-09
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Instrument checkpoint sync calls.Robert Haas2010-12-14
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Use a latch to make startup process wake up and replay immediately whenHeikki Linnakangas2010-09-15
* Correct sundry errors in Hot Standby-related comments.Robert Haas2010-08-12
* Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0.Simon Riggs2010-07-29
* Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane2010-07-03
* Don't allow walsender to send WAL data until it's been safely fsync'd on theTom Lane2010-06-17
* Make TriggerFile variable static. It's not used outside xlog.c.Heikki Linnakangas2010-06-10
* Rename the parameter recovery_connections to hot_standby, to reduce possibleTom Lane2010-04-29
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-28
* Rename standby_keep_segments to wal_keep_segments.Robert Haas2010-04-20
* Remove some additional changes in previous commit that belong elsewhere.Simon Riggs2010-04-18
* Tune GetSnapshotData() during Hot Standby by avoiding loopSimon Riggs2010-04-18
* Change the logic to decide when to delete old WAL segments, so that itHeikki Linnakangas2010-04-12
* Refer to max_wal_senders in a more consistent fashion.Robert Haas2010-04-01
* Adjust comment in .history file to match recovery target specified. CommentSimon Riggs2010-03-19
* pgindent run for 9.0Bruce Momjian2010-02-26
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Revoke augmentation of WAL records for btree delete, per discussion.Simon Riggs2010-02-01
* Augment WAL records for btree delete with GetOldestXmin() to reduceSimon Riggs2010-01-29
* Change a few remaining calls of XLogArchivingActive() to useHeikki Linnakangas2010-01-28
* Write a WAL record whenever we perform an operation without WAL-loggingHeikki Linnakangas2010-01-20
* PGDLLIMPORT-ize the remaining variables needed by walreceiver.Tom Lane2010-01-16
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Cleanup and code review for the patch that made bgwriter active duringTom Lane2009-06-26
* Fix some serious bugs in archive recovery, now that bgwriter is activeHeikki Linnakangas2009-06-25
* Start background writer during archive recovery. Background writer now performsHeikki Linnakangas2009-02-18
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-20
* Update copyright for 2009.Bruce Momjian2009-01-01
* Convert wal_sync_method to guc enum.Magnus Hagander2008-05-12
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Minor improvements in backup and recovery:Tom Lane2007-09-26
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-05
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-01
* Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane2007-07-24
* Improve logging of checkpoints. Patch by Greg Smith, worked overTom Lane2007-06-30