aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/xlog.h
Commit message (Expand)AuthorAge
* pgindent run for 9.6Robert Haas2016-06-09
* Mark wal_level as PGDLLIMPORT.Tom Lane2016-05-24
* Implement backup API functions for non-exclusive backupsMagnus Hagander2016-04-05
* Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas2016-03-29
* Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut2016-03-18
* Speedup 2PC by skipping two phase state files in normal pathSimon Riggs2016-01-20
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove files signaling a standby promotion request at postmaster startupFujii Masao2015-09-09
* Make postmaster restart archiver soon after it dies, even during recovery.Fujii Masao2015-06-12
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add archive_mode='always' option.Heikki Linnakangas2015-05-15
* Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan2015-05-12
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Add GUC to enable compression of full page images stored in WAL.Fujii Masao2015-03-11
* Replace checkpoint_segments with min_wal_size and max_wal_size.Heikki Linnakangas2015-02-23
* Add GUC to control the time to wait before retrieving WAL after failed attempt.Fujii Masao2015-02-23
* Update copyright for 2015Bruce Momjian2015-01-06
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Renumber CHECKPOINT_* flags.Andres Freund2014-10-21
* Flush unlogged table's buffers when copying or moving databases.Andres Freund2014-10-20
* Remove num_xloginsert_locks GUC, replace with a #defineHeikki Linnakangas2014-10-01
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-19
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-31
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Replace the XLogInsert slots with regular LWLocks.Heikki Linnakangas2014-03-21
* Only WAL-log the modified portion in an UPDATE, if possible.Heikki Linnakangas2014-03-12
* Introduce logical decoding.Robert Haas2014-03-03
* Introduce replication slots.Robert Haas2014-01-31
* Add recovery_target='immediate' option.Heikki Linnakangas2014-01-25
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-14
* Update copyright for 2014Bruce Momjian2014-01-07
* Rename walLogHints to wal_log_hints for easier grepping.Robert Haas2014-01-01
* Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao2013-12-21
* Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas2013-12-13
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-10
* Improve scalability of WAL insertions.Heikki Linnakangas2013-07-08
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-17
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Support unlogged GiST index.Heikki Linnakangas2013-02-11
* Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas2013-01-17
* Tolerate timeline switches while "pg_basebackup -X fetch" is running.Heikki Linnakangas2013-01-03
* Update copyrights for 2013Bruce Momjian2013-01-01
* Forgot to remove extern declaration of GetRecoveryTargetTLI()Heikki Linnakangas2012-12-21
* Follow TLI of last replayed record, not recovery target TLI, in walsenders.Heikki Linnakangas2012-12-20
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-13
* Fix multiple problems in WAL replay.Tom Lane2012-11-12
* Fix bugs in cascading replication with recovery_target_timeline='latest'Heikki Linnakangas2012-09-04