summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
AgeCommit message (Expand)Author
2021-07-25Make the standby server promptly handle interrupt signals.Fujii Masao
2021-06-30Fix incorrect PITR message for transaction ROLLBACK PREPAREDMichael Paquier
2021-06-09Fix corner case failure of new standby to follow new primary.Robert Haas
2021-03-17Prevent buffer overrun in read_tablespace_map().Tom Lane
2020-12-23Fix portability issues with parsing of recovery_target_xidMichael Paquier
2020-11-10Fix and simplify some usages of TimestampDifference().Tom Lane
2020-06-08Fix locking bugs that could corrupt pg_control.Thomas Munro
2020-05-09Prevent archive recovery from scanning non-existent WAL files.Fujii Masao
2020-04-24Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier
2020-03-21Back-patch log_newpage_range().Noah Misch
2020-03-09Avoid assertion failure with targeted recovery in standby mode.Fujii Masao
2019-10-18Fix failure of archive recovery with recovery_min_apply_delay enabled.Fujii Masao
2019-10-02Remove temporary WAL and history files at the end of archive recoveryMichael Paquier
2018-11-19PANIC on fsync() failure.Thomas Munro
2018-09-28Fix assertion failure when updating full_page_writes for checkpointer.Amit Kapila
2018-09-26Rework activation of commit timestamps during recoveryMichael Paquier
2018-09-13Attach FPI to the first record after full_page_writes is turned on.Amit Kapila
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-08-31Ensure correct minimum consistent point on standbysMichael Paquier
2018-07-09Rework order of end-of-recovery actions to delay timeline history writeMichael Paquier
2018-07-05Prevent references to invalid relation pages after fresh promotionMichael Paquier
2018-06-25Address set of issues with errno handlingMichael Paquier
2018-05-18Fix error message on short read of pg_controlMagnus Hagander
2018-05-05Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas
2018-04-11Ignore nextOid when replaying an ONLINE checkpoint.Tom Lane
2017-12-19Fix bug in cancellation of non-exclusive backup to avoid assertion failure.Fujii Masao
2017-12-08Fix mistake in commentPeter Eisentraut
2017-12-04Clean up assorted messiness around AllocateDir() usage.Tom Lane
2017-06-22Fix typo in commentAlvaro Herrera
2017-06-21Fix possibility of creating a "phantom" segment after promotion.Andres Freund
2017-06-05Prevent possibility of panics during shutdown checkpoint.Andres Freund
2017-05-16Fix new warnings from GCC 7Peter Eisentraut
2017-03-28Suppress implicit-conversion warnings seen with newer clang versions.Tom Lane
2017-03-24Fix backup cancelingTeodor Sigaev
2017-03-14Spelling fixesPeter Eisentraut
2017-02-28Fix incorrect variable datatypeMagnus Hagander
2017-01-17Fix an assertion failure related to an exclusive backup.Fujii Masao
2016-11-25Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane
2016-10-27Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas
2016-08-31Prevent starting a standalone backend with standby_mode on.Tom Lane
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-07-21Remove unused structure member.Robert Haas
2016-07-11Fix start WAL filename for concurrent backups from standbyMagnus Hagander
2016-06-09pgindent run for 9.6Robert Haas
2016-05-08Fix poorly-worded log message.Tom Lane
2016-04-05Implement backup API functions for non-exclusive backupsMagnus Hagander
2016-04-04Display WAL pointer in rm_redo error callbackAlvaro Herrera
2016-03-29Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas
2016-03-18Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut
2016-03-15Fix typos in commentsAlvaro Herrera