aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Rename wal_keep_segments to wal_keep_size.Fujii Masao2020-07-20
* Fix uninitialized value in segno calculationAlvaro Herrera2020-07-13
* code: replace most remaining uses of 'master'.Andres Freund2020-07-08
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Fix incorrect variable datatype.Fujii Masao2020-07-08
* Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera2020-07-07
* Remove duplicate check added by commit b2a5545bd6.Amit Kapila2020-06-27
* Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera2020-06-24
* Add parens to ConvertToXSegs macroAlvaro Herrera2020-06-24
* Don't export basebackup.c's sendTablespace().Robert Haas2020-06-17
* 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
* Fail if recovery target is not reachedPeter Eisentraut2020-01-29
* Fix randAccess setting in ReadRecord()Heikki Linnakangas2020-01-28
* Refactor XLogReadRecord(), adding XLogBeginRead() function.Heikki Linnakangas2020-01-26
* Update copyrights for 2020Bruce Momjian2020-01-01
* Avoid splitting C string literals with \-newlineAlvaro Herrera2019-12-24
* Fix minor problems with non-exclusive backup cleanup.Robert Haas2019-12-19
* Remove shadow variables linked to RedoRecPtr in xlog.cMichael Paquier2019-12-18