summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-271-21/+0
* Add key management systemBruce Momjian2020-12-251-0/+21
* Fix typos and grammar in docs and commentsMichael Paquier2020-12-241-1/+1
* Revert "Get rid of the dedicated latch for signaling the startup process".Fujii Masao2020-12-171-15/+25
* Add some checkpoint/restartpoint status to ps displayMichael Paquier2020-12-141-0/+45
* Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut2020-12-041-32/+68
* Replace a macro by a functionPeter Eisentraut2020-11-201-10/+11
* Make the standby server promptly handle interrupt signals.Fujii Masao2020-11-161-0/+3
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-101-54/+31
* Fix segmentation fault that commit ac22929a26 caused.Fujii Masao2020-11-041-1/+2
* Get rid of the dedicated latch for signaling the startup process.Fujii Masao2020-11-041-15/+14
* Fix compilation warning in xlog.cMichael Paquier2020-10-061-2/+0
* Add pg_stat_wal statistics view.Fujii Masao2020-10-021-0/+1
* Add block information in error context of WAL REDO apply loopMichael Paquier2020-10-021-1/+15
* Defer flushing of SLRU files.Thomas Munro2020-09-251-10/+18
* Report resource usage at the end of recoveryDavid Rowley2020-09-161-2/+7
* Message fixes and style improvementsPeter Eisentraut2020-09-141-1/+1
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-121-2/+2
* Track latest completed xid as a FullTransactionId.Andres Freund2020-08-111-2/+2
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-111-24/+24
* Remove non-fast promotion.Fujii Masao2020-07-291-37/+11
* Rename wal_keep_segments to wal_keep_size.Fujii Masao2020-07-201-12/+18
* Fix uninitialized value in segno calculationAlvaro Herrera2020-07-131-6/+9
* code: replace most remaining uses of 'master'.Andres Freund2020-07-081-7/+9
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-081-28/+28
* Fix incorrect variable datatype.Fujii Masao2020-07-081-1/+1
* Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera2020-07-071-4/+2
* Remove duplicate check added by commit b2a5545bd6.Amit Kapila2020-06-271-1/+1
* Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera2020-06-241-26/+31
* Add parens to ConvertToXSegs macroAlvaro Herrera2020-06-241-2/+5
* Don't export basebackup.c's sendTablespace().Robert Haas2020-06-171-12/+2
* Fix locking bugs that could corrupt pg_control.Thomas Munro2020-06-081-0/+8
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-9/+14
* Collect built-in LWLock tranche names statically, not dynamically.Tom Lane2020-05-141-4/+1
* Rework XLogReader callback systemAlvaro Herrera2020-05-081-3/+7
* Change the display of WAL usage statistics in Explain.Amit Kapila2020-05-051-2/+2
* Fix typoPeter Eisentraut2020-04-261-1/+1
* Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier2020-04-241-9/+48
* Cosmetic fixups for WAL usage work.Amit Kapila2020-04-131-1/+1
* Rationalize GetWalRcv{Write,Flush}RecPtr().Thomas Munro2020-04-081-10/+10
* Revert 0f5ca02f53Alexander Korotkov2020-04-081-13/+0
* Allow users to limit storage reserved by replication slotsAlvaro Herrera2020-04-071-23/+122
* Implement waiting for given lsn at transaction startAlexander Korotkov2020-04-071-0/+13
* Prevent archive recovery from scanning non-existent WAL files.Fujii Masao2020-04-081-1/+26
* Revert "Improve handling of parameter differences in physical replication"Peter Eisentraut2020-04-041-64/+10
* Add infrastructure to track WAL usage.Amit Kapila2020-04-041-1/+11
* Generate backup manifests for base backups, and validate them.Robert Haas2020-04-031-1/+2
* Improve the message logged when recovery is paused.Fujii Masao2020-04-011-8/+17
* Move routine definitions of xlogarchive.c to a new header fileMichael Paquier2020-03-311-0/+1
* Improve handling of parameter differences in physical replicationPeter Eisentraut2020-03-301-10/+64