aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-08
* Add circular WAL decoding buffer.Thomas Munro2021-04-08
* Remove read_page callback from XLogReader.Thomas Munro2021-04-08
* Stop archive recovery if WAL generated with wal_level=minimal is found.Fujii Masao2021-04-06
* Code review for server's handling of "tablespace map" files.Tom Lane2021-03-17
* Prevent buffer overrun in read_tablespace_map().Tom Lane2021-03-17
* Add condition variable for recovery resume.Thomas Munro2021-03-12
* Be clear about whether a recovery pause has taken effect.Robert Haas2021-03-11
* Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao2021-03-09
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-17
* Clarify some comments around SharedRecoveryState in xlog.cMichael Paquier2021-02-06
* Retire pg_standby.Thomas Munro2021-01-29
* Move StartupCLOG() calls to just after we initialize ShmemVariableCache.Robert Haas2021-01-27
* Remove CheckpointLock.Robert Haas2021-01-25
* Pause recovery for insufficient parameter settingsPeter Eisentraut2021-01-18
* Fix O(N^2) stat() calls when recycling WAL segmentsMichael Paquier2021-01-15
* Use vectored I/O to fill new WAL segments.Thomas Munro2021-01-11
* Update copyright for 2021Bruce Momjian2021-01-02
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-27
* Add key management systemBruce Momjian2020-12-25
* Fix typos and grammar in docs and commentsMichael Paquier2020-12-24
* Revert "Get rid of the dedicated latch for signaling the startup process".Fujii Masao2020-12-17
* Add some checkpoint/restartpoint status to ps displayMichael Paquier2020-12-14
* Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut2020-12-04
* Replace a macro by a functionPeter Eisentraut2020-11-20
* Make the standby server promptly handle interrupt signals.Fujii Masao2020-11-16
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* Fix segmentation fault that commit ac22929a26 caused.Fujii Masao2020-11-04
* Get rid of the dedicated latch for signaling the startup process.Fujii Masao2020-11-04
* Fix compilation warning in xlog.cMichael Paquier2020-10-06
* Add pg_stat_wal statistics view.Fujii Masao2020-10-02
* Add block information in error context of WAL REDO apply loopMichael Paquier2020-10-02
* Defer flushing of SLRU files.Thomas Munro2020-09-25
* Report resource usage at the end of recoveryDavid Rowley2020-09-16
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* Track latest completed xid as a FullTransactionId.Andres Freund2020-08-11
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-11
* Remove non-fast promotion.Fujii Masao2020-07-29
* 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