summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
AgeCommit message (Expand)Author
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-04-08Optionally prefetch referenced data in recovery.Thomas Munro
2021-04-08Add circular WAL decoding buffer.Thomas Munro
2021-04-08Remove read_page callback from XLogReader.Thomas Munro
2021-04-06Stop archive recovery if WAL generated with wal_level=minimal is found.Fujii Masao
2021-03-17Code review for server's handling of "tablespace map" files.Tom Lane
2021-03-17Prevent buffer overrun in read_tablespace_map().Tom Lane
2021-03-12Add condition variable for recovery resume.Thomas Munro
2021-03-11Be clear about whether a recovery pause has taken effect.Robert Haas
2021-03-09Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao
2021-02-23Simplify printing of LSNsPeter Eisentraut
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-02-06Clarify some comments around SharedRecoveryState in xlog.cMichael Paquier
2021-01-29Retire pg_standby.Thomas Munro
2021-01-27Move StartupCLOG() calls to just after we initialize ShmemVariableCache.Robert Haas
2021-01-25Remove CheckpointLock.Robert Haas
2021-01-18Pause recovery for insufficient parameter settingsPeter Eisentraut
2021-01-15Fix O(N^2) stat() calls when recycling WAL segmentsMichael Paquier
2021-01-11Use vectored I/O to fill new WAL segments.Thomas Munro
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-27Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-12-24Fix typos and grammar in docs and commentsMichael Paquier
2020-12-17Revert "Get rid of the dedicated latch for signaling the startup process".Fujii Masao
2020-12-14Add some checkpoint/restartpoint status to ps displayMichael Paquier
2020-12-04Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut
2020-11-20Replace a macro by a functionPeter Eisentraut
2020-11-16Make the standby server promptly handle interrupt signals.Fujii Masao
2020-11-10Fix and simplify some usages of TimestampDifference().Tom Lane
2020-11-04Fix segmentation fault that commit ac22929a26 caused.Fujii Masao
2020-11-04Get rid of the dedicated latch for signaling the startup process.Fujii Masao
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