aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera2021-09-04
* Avoid creating archive status ".ready" files too earlyAlvaro Herrera2021-08-23
* Refresh apply delay on reload of recovery_min_apply_delay at recoveryMichael Paquier2021-08-16
* Make the standby server promptly handle interrupt signals.Fujii Masao2021-07-25
* Advance old-segment horizon properly after slot invalidationAlvaro Herrera2021-07-16
* Fix incorrect PITR message for transaction ROLLBACK PREPAREDMichael Paquier2021-06-30
* Fix outdated comment that talked about seek position of WAL file.Heikki Linnakangas2021-06-16
* Fix corner case failure of new standby to follow new primary.Robert Haas2021-06-09
* Prevent buffer overrun in read_tablespace_map().Tom Lane2021-03-17
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* Rename wal_keep_segments to wal_keep_size.Fujii Masao2020-07-20
* Fix uninitialized value in segno calculationAlvaro Herrera2020-07-13
* Fix incorrect variable datatype.Fujii Masao2020-07-08
* Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera2020-07-07
* Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera2020-06-24
* Add parens to ConvertToXSegs macroAlvaro Herrera2020-06-24
* Fix locking bugs that could corrupt pg_control.Thomas Munro2020-06-08
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Collect built-in LWLock tranche names statically, not dynamically.Tom Lane2020-05-14
* Rework XLogReader callback systemAlvaro Herrera2020-05-08
* Change the display of WAL usage statistics in Explain.Amit Kapila2020-05-05
* Fix typoPeter Eisentraut2020-04-26
* Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier2020-04-24
* Cosmetic fixups for WAL usage work.Amit Kapila2020-04-13
* Rationalize GetWalRcv{Write,Flush}RecPtr().Thomas Munro2020-04-08
* Revert 0f5ca02f53Alexander Korotkov2020-04-08
* Allow users to limit storage reserved by replication slotsAlvaro Herrera2020-04-07
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-07
* Prevent archive recovery from scanning non-existent WAL files.Fujii Masao2020-04-08
* Revert "Improve handling of parameter differences in physical replication"Peter Eisentraut2020-04-04
* Add infrastructure to track WAL usage.Amit Kapila2020-04-04
* Generate backup manifests for base backups, and validate them.Robert Haas2020-04-03
* Improve the message logged when recovery is paused.Fujii Masao2020-04-01
* Move routine definitions of xlogarchive.c to a new header fileMichael Paquier2020-03-31
* Improve handling of parameter differences in physical replicationPeter Eisentraut2020-03-30
* Allow walreceiver configuration to change on reloadAlvaro Herrera2020-03-27
* Set wal_receiver_create_temp_slot PGC_POSTMASTERAlvaro Herrera2020-03-27
* Prefer standby promotion over recovery pause.Fujii Masao2020-03-24
* Add wait events for WAL archive and recovery pause.Fujii Masao2020-03-24
* Rename the recovery-related wait events.Fujii Masao2020-03-19
* Fix comment in xlog.c.Fujii Masao2020-03-17
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Remove HAVE_WORKING_LINKPeter Eisentraut2020-03-11
* Tidy up XLogSource code in xlog.c.Fujii Masao2020-03-10
* Avoid assertion failure with targeted recovery in standby mode.Fujii Masao2020-03-09
* Report progress of streaming base backup.Fujii Masao2020-03-03
* Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane2020-02-24
* Factor out InitControlFile() from BootStrapXLOG()Peter Eisentraut2020-02-22
* Reformat code commentPeter Eisentraut2020-02-22