summaryrefslogtreecommitdiff
path: root/src/include/access/xlog_internal.h
AgeCommit message (Expand)Author
2017-08-01Fix comment.Tatsuo Ishii
2016-04-14Remove trailing commas in enums.Andres Freund
2015-09-26Remove legacy multixact truncation support.Andres Freund
2015-07-02Make use of xlog_internal.h's macros in WAL-related utilities.Fujii Masao
2015-05-22At promotion, don't leave behind a partial segment on the old timeline.Heikki Linnakangas
2015-05-08At promotion, archive last segment from old timeline with .partial suffix.Heikki Linnakangas
2015-05-08Add macros to check if a filename is a WAL segment or other such file.Heikki Linnakangas
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-13Don't archive bogus recycled or preallocated files after timeline switch.Heikki Linnakangas
2015-03-15Merge the various forms of transaction commit & abort records.Andres Freund
2015-03-11Add GUC to enable compression of full page images stored in WAL.Fujii Masao
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-11-25action_at_recovery_target recovery config optionSimon Riggs
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-11-04Switch to CRC-32C in WAL and other places.Heikki Linnakangas
2014-09-22Improve code around the recently added rm_identify rmgr callback.Andres Freund
2014-09-19Add rmgr callback to name xlog record types for display purposes.Andres Freund
2014-07-31Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas
2014-06-14Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas
2014-06-05Adjust SP-GiST WAL record formats to reduce alignment padding.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-18Remove rm_safe_restartpoint machinery.Heikki Linnakangas
2014-03-18Make the handling of interrupted B-tree page splits more robust.Heikki Linnakangas
2014-03-14Fix race condition in B-tree page deletion.Heikki Linnakangas
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-22Change the way we mark tuples as frozen.Robert Haas
2013-12-21Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao
2013-12-16Rework tuple freezing protocolAlvaro Herrera
2013-12-13Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas
2013-12-10Add new wal_level, logical, sufficient for logical decoding.Robert Haas
2013-12-04Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas
2013-11-27Get rid of the post-recovery cleanup step of GIN page splits.Heikki Linnakangas
2013-07-04Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-07Fix tli history file fetching, broken by the archive after crash recevery patch.Heikki Linnakangas
2013-02-15Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs
2013-02-11Include previous TLI in end-of-recovery and shutdown checkpoint records.Heikki Linnakangas
2013-02-06Split out list of XLog resource managersAlvaro Herrera
2013-01-29Fast promote mode skips checkpoint at end of recovery.Simon Riggs
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-30Keep timeline history files restored from archive in pg_xlog.Heikki Linnakangas
2012-12-27Remove unused NextLogPage macroAlvaro Herrera
2012-12-13Make xlog_internal.h includable in frontend context.Heikki Linnakangas
2012-11-28Split out rmgr rm_desc functions into their own filesAlvaro Herrera
2012-11-19Fix archive_cleanup_command.Heikki Linnakangas
2012-10-02Split off functions related to timeline history files and XLOG archiving.Heikki Linnakangas
2012-06-25Remove sanity test in XRecOffIsValid.Robert Haas
2012-06-24Use UINT64CONST for 64-bit integer constants.Heikki Linnakangas