aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* 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
* Fix a couple of error-handling bugs in the xlogreader patch.Heikki Linnakangas2013-01-17
* Split out XLog reading as an independent facilityAlvaro Herrera2013-01-16
* Tolerate timeline switches while "pg_basebackup -X fetch" is running.Heikki Linnakangas2013-01-03
* Delay reading timeline history file until it's fetched from master.Heikki Linnakangas2013-01-03
* Fix bug in streaming replication over multiple tli switches.Heikki Linnakangas2013-01-02
* Fix silly typo in code, which broke the check for reaching consistency.Heikki Linnakangas2013-01-02
* Update copyrights for 2013Bruce Momjian2013-01-01
* Keep timeline history files restored from archive in pg_xlog.Heikki Linnakangas2012-12-30
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-28
* Assign InvalidXLogRecPtr instead of MemSet(0)Alvaro Herrera2012-12-27