summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
AgeCommit message (Expand)Author
2020-10-06Fix compilation warning in xlog.cMichael Paquier
2020-10-02Add pg_stat_wal statistics view.Fujii Masao
2020-10-02Add block information in error context of WAL REDO apply loopMichael Paquier
2020-09-25Defer flushing of SLRU files.Thomas Munro
2020-09-16Report resource usage at the end of recoveryDavid Rowley
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-08-11Track latest completed xid as a FullTransactionId.Andres Freund
2020-08-11Rename VariableCacheData.nextFullXid to nextXid.Andres Freund
2020-07-29Remove non-fast promotion.Fujii Masao
2020-07-20Rename wal_keep_segments to wal_keep_size.Fujii Masao
2020-07-13Fix uninitialized value in segno calculationAlvaro Herrera
2020-07-08code: replace most remaining uses of 'master'.Andres Freund
2020-07-08code: replace 'master' with 'primary' where appropriate.Andres Freund
2020-07-08Fix incorrect variable datatype.Fujii Masao
2020-07-07Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera
2020-06-27Remove duplicate check added by commit b2a5545bd6.Amit Kapila
2020-06-24Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera
2020-06-24Add parens to ConvertToXSegs macroAlvaro Herrera
2020-06-17Don't export basebackup.c's sendTablespace().Robert Haas
2020-06-08Fix locking bugs that could corrupt pg_control.Thomas Munro
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-14Collect built-in LWLock tranche names statically, not dynamically.Tom Lane
2020-05-08Rework XLogReader callback systemAlvaro Herrera
2020-05-05Change the display of WAL usage statistics in Explain.Amit Kapila
2020-04-26Fix typoPeter Eisentraut
2020-04-24Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier
2020-04-13Cosmetic fixups for WAL usage work.Amit Kapila
2020-04-08Rationalize GetWalRcv{Write,Flush}RecPtr().Thomas Munro
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-07Allow users to limit storage reserved by replication slotsAlvaro Herrera
2020-04-07Implement waiting for given lsn at transaction startAlexander Korotkov
2020-04-08Prevent archive recovery from scanning non-existent WAL files.Fujii Masao
2020-04-04Revert "Improve handling of parameter differences in physical replication"Peter Eisentraut
2020-04-04Add infrastructure to track WAL usage.Amit Kapila
2020-04-03Generate backup manifests for base backups, and validate them.Robert Haas
2020-04-01Improve the message logged when recovery is paused.Fujii Masao
2020-03-31Move routine definitions of xlogarchive.c to a new header fileMichael Paquier
2020-03-30Improve handling of parameter differences in physical replicationPeter Eisentraut
2020-03-27Allow walreceiver configuration to change on reloadAlvaro Herrera
2020-03-27Set wal_receiver_create_temp_slot PGC_POSTMASTERAlvaro Herrera
2020-03-24Prefer standby promotion over recovery pause.Fujii Masao
2020-03-24Add wait events for WAL archive and recovery pause.Fujii Masao
2020-03-19Rename the recovery-related wait events.Fujii Masao
2020-03-17Fix comment in xlog.c.Fujii Masao
2020-03-11Refactor ps_status.c APIPeter Eisentraut
2020-03-11Remove HAVE_WORKING_LINKPeter Eisentraut
2020-03-10Tidy up XLogSource code in xlog.c.Fujii Masao
2020-03-09Avoid assertion failure with targeted recovery in standby mode.Fujii Masao
2020-03-03Report progress of streaming base backup.Fujii Masao