aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/xlog_internal.h
Commit message (Expand)AuthorAge
* Fix comment.Tatsuo Ishii2017-08-01
* Clear all-frozen visibilitymap status when locking tuples.Andres Freund2016-07-18
* pg_visibility: Add pg_truncate_visibility_map function.Robert Haas2016-06-17
* pgindent run for 9.6Robert Haas2016-06-09
* Remove trailing commas in enums.Andres Freund2016-04-14
* Add required database and origin filtering for logical messages.Andres Freund2016-04-13
* Add Generic WAL interfaceTeodor Sigaev2016-04-01
* Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas2016-03-29
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove legacy multixact truncation support.Andres Freund2015-09-26
* Fix bug introduced by microvacuum for GiSTTeodor Sigaev2015-09-17
* Make use of xlog_internal.h's macros in WAL-related utilities.Fujii Masao2015-07-02
* At promotion, don't leave behind a partial segment on the old timeline.Heikki Linnakangas2015-05-22
* At promotion, archive last segment from old timeline with .partial suffix.Heikki Linnakangas2015-05-08
* Add macros to check if a filename is a WAL segment or other such file.Heikki Linnakangas2015-05-08
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Don't archive bogus recycled or preallocated files after timeline switch.Heikki Linnakangas2015-04-13
* Merge the various forms of transaction commit & abort records.Andres Freund2015-03-15
* Add GUC to enable compression of full page images stored in WAL.Fujii Masao2015-03-11
* Update copyright for 2015Bruce Momjian2015-01-06
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* action_at_recovery_target recovery config optionSimon Riggs2014-11-25
* 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
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-04
* Improve code around the recently added rm_identify rmgr callback.Andres Freund2014-09-22
* 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
* Adjust SP-GiST WAL record formats to reduce alignment padding.Heikki Linnakangas2014-06-05
* pgindent run for 9.4Bruce Momjian2014-05-06
* Remove rm_safe_restartpoint machinery.Heikki Linnakangas2014-03-18
* Make the handling of interrupted B-tree page splits more robust.Heikki Linnakangas2014-03-18
* Fix race condition in B-tree page deletion.Heikki Linnakangas2014-03-14
* Update copyright for 2014Bruce Momjian2014-01-07
* Change the way we mark tuples as frozen.Robert Haas2013-12-22
* Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao2013-12-21
* Rework tuple freezing protocolAlvaro Herrera2013-12-16
* 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
* Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas2013-12-04
* Get rid of the post-recovery cleanup step of GIN page splits.Heikki Linnakangas2013-11-27
* Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas2013-07-04
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix tli history file fetching, broken by the archive after crash recevery patch.Heikki Linnakangas2013-03-07
* Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs2013-02-15
* Include previous TLI in end-of-recovery and shutdown checkpoint records.Heikki Linnakangas2013-02-11
* Split out list of XLog resource managersAlvaro Herrera2013-02-06
* Fast promote mode skips checkpoint at end of recovery.Simon Riggs2013-01-29
* Update copyrights for 2013Bruce Momjian2013-01-01