aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Rename LWLockWaitUntilFree to LWLockAcquireOrWait.Heikki Linnakangas2012-02-08
* Add locking around WAL-replay modification of shared-memory variables.Tom Lane2012-02-06
* Fix transient clobbering of shared buffers during WAL replay.Tom Lane2012-02-05
* Make group commit more effective.Heikki Linnakangas2012-01-30
* Allow pg_basebackup from standby node with safety checking.Simon Riggs2012-01-25
* Correctly initialise shared recoveryLastRecPtr in recovery.Simon Riggs2012-01-13
* Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was alwaysHeikki Linnakangas2012-01-11
* Refactor XLogInsert a bit. The rdata entries for backup blocks are nowHeikki Linnakangas2012-01-11
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Send new protocol keepalive messages to standby servers.Simon Riggs2011-12-31
* Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.Tom Lane2011-12-12
* Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,Heikki Linnakangas2011-12-09
* During recovery, if we reach consistent state and still have entries in theHeikki Linnakangas2011-12-02
* Wakeup WALWriter as needed for asynchronous commit performance.Simon Riggs2011-11-13
* Move user functions related to WAL into xlogfuncs.cSimon Riggs2011-11-04
* Update more comments about checkpoints being done by bgwriterSimon Riggs2011-11-02
* Reduce checkpoints and WAL traffic on low activity database serverSimon Riggs2011-11-02
* Refactor xlog.c to create src/backend/postmaster/startup.cSimon Riggs2011-11-02
* Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs2011-11-02
* Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs2011-11-02
* Comment changes to show bgwriter no longer performs checkpoints.Simon Riggs2011-11-01
* Support synchronization of snapshots through an export/import procedure.Tom Lane2011-10-22
* Suppress -Wunused-result warnings about write() and fwrite().Tom Lane2011-10-18
* Restructure error handling in reading of postgresql.conf.Tom Lane2011-10-02
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Adjust translator comment format to xgettext expectationsAlvaro Herrera2011-09-05
* Mark some untranslatable messages with errmsg_internalAlvaro Herrera2011-09-05
* Fix comment about which version had BACKUP METHOD line in backup_lable, again.Heikki Linnakangas2011-08-17
* Fix bogus comment that claimed that the new BACKUP METHOD line inHeikki Linnakangas2011-08-16
* Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane2011-08-10
* If backup-end record is not seen, and we reach end of recovery from aHeikki Linnakangas2011-08-10
* Measure WaitLatch's timeout parameter in milliseconds, not microseconds.Tom Lane2011-08-09
* Cascading replication feature for streaming log-based replication.Simon Riggs2011-07-19
* Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas2011-07-08
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-29
* Introduce compact WAL record for the common case of commit (non-DDL).Simon Riggs2011-06-28
* Make the visibility map crash-safe.Robert Haas2011-06-21
* Work around gcc 4.6.0 bug that breaks WAL replay.Tom Lane2011-06-10
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Shut down WAL receiver if it's still running at end of recovery. We used toHeikki Linnakangas2011-05-11
* recoveryStopsHere() must check the resource manager ID.Robert Haas2011-04-18
* Revert the patch to check if we've reached end-of-backup also when doingHeikki Linnakangas2011-04-13
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Improve error message when WAL ends before reaching end of online backup.Heikki Linnakangas2011-03-31
* Check that we've reached end-of-backup also when we're not performingHeikki Linnakangas2011-03-30
* Minor changes to recovery pause behaviour.Simon Riggs2011-03-23
* Prevent intermittent hang in recovery from bgwriter interaction.Simon Riggs2011-03-23
* When two base backups are started at the same time with pg_basebackup,Heikki Linnakangas2011-03-21
* Remove bogus semicolons in recoveryPausesHere.Robert Haas2011-03-18