aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Change the order that pg_xlog and WAL archive are polled for WAL segments.Heikki Linnakangas2014-02-14
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-14
* Fix pause_at_recovery_target + recovery_target_inclusive combination.Heikki Linnakangas2014-01-08
* Fix bug in determining when recovery has reached consistency.Heikki Linnakangas2014-01-08
* Move permissions check from do_pg_start_backup to pg_start_backupMagnus Hagander2014-01-07
* Truncate pg_multixact/'s contents during crash recoveryAlvaro Herrera2013-11-29
* Rename the "fast_promote" file to just "promote".Heikki Linnakangas2013-08-19
* Message punctuation and pluralization fixesPeter Eisentraut2013-08-09
* Message style improvementsPeter Eisentraut2013-07-28
* Ensure no xid gaps during Hot Standby startupSimon Riggs2013-06-23
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-17
* Remove special-case treatment of LOG severity level in standalone mode.Tom Lane2013-06-13
* Observe array length in HaveVirtualXIDsDelayingChkpt().Noah Misch2013-06-12
* Fix typo in comment.Heikki Linnakangas2013-06-06
* Code review of recycling WAL segments in a restartpoint.Heikki Linnakangas2013-06-03
* Post-pgindent cleanupStephen Frost2013-06-01
* pgindent run for release 9.3Bruce Momjian2013-05-29
* After fast promotion use CHECKPOINT_FORCESimon Riggs2013-05-21
* Maintain ThisTimeLineID correctly in checkpointerSimon Riggs2013-05-21
* Init crash recovery using the latest available TLISimon Riggs2013-05-19
* Emit msg correctly for timeline-crossing crashSimon Riggs2013-05-19
* Remove single space on end of a line in xlog.cSimon Riggs2013-05-19
* Fix walsender failure at promotion.Heikki Linnakangas2013-05-08
* Record data_checksum_version in control file.Simon Riggs2013-04-30
* Make fast promotion the default promotion mode.Simon Riggs2013-04-24
* Fix calculation of how many segments to retain for wal_keep_segments.Heikki Linnakangas2013-04-08
* Skip extraneous locking in XLogCheckBuffer().Simon Riggs2013-04-08
* Avoid tricky race condition recording XLOG_HINTSimon Riggs2013-04-08
* Make REPLICATION privilege checks test current user not authenticated user.Tom Lane2013-04-01
* Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs2013-03-28
* Allow external recovery_config_directorySimon Riggs2013-03-27
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-18
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Fix tli history file fetching, broken by the archive after crash recevery patch.Heikki Linnakangas2013-03-07
* Fix thinko in previous commit.Heikki Linnakangas2013-02-22
* If recovery.conf is created after "pg_ctl stop -m i", do crash recovery.Heikki Linnakangas2013-02-22
* Better fix for "unarchived WAL files get deleted on crash recovery" bug.Heikki Linnakangas2013-02-15
* Don't delete unarchived WAL files during crash recovery.Heikki Linnakangas2013-02-15
* Support unlogged GiST index.Heikki Linnakangas2013-02-11
* Fix checkpoint after fast promotion.Heikki Linnakangas2013-02-11
* Include previous TLI in end-of-recovery and shutdown checkpoint records.Heikki Linnakangas2013-02-11
* Rely only on checkpoint 1 at end of recovery.Simon Riggs2013-02-07
* Switch timelines if we crash soon after promotion.Simon Riggs2013-01-31
* Fast promote mode skips checkpoint at end of recovery.Simon Riggs2013-01-29
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Fix more issues with cascading replication and timeline switches.Heikki Linnakangas2013-01-23
* Fix off-by-one bug in xlog reading logicAlvaro Herrera2013-01-18
* Use the right timeline when beginning to stream from master.Heikki Linnakangas2013-01-18
* Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas2013-01-17