aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam
Commit message (Expand)AuthorAge
* 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
* Standardize the printf format for st_sizePeter Eisentraut2020-09-24
* Fix missing fsync of SLRU directories.Thomas Munro2020-09-24
* Add support for building GiST index by sorting.Heikki Linnakangas2020-09-17
* Report resource usage at the end of recoveryDavid Rowley2020-09-16
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* Report expected contrecord length on mismatchAlvaro Herrera2020-09-04
* Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE.Heikki Linnakangas2020-08-17
* Correct several behavior descriptions in comments.Noah Misch2020-08-15
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.Andres Freund2020-08-14
* snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.Andres Freund2020-08-14
* snapshot scalability: Introduce dense array of in-progress xids.Andres Freund2020-08-14
* Fix obsolete comment in xlogutils.c.Peter Geoghegan2020-08-14
* snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund2020-08-13
* Fix out-of-date version reference, grammar.Andres Freund2020-08-12
* 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
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-08
* Change XID and mxact limits to warn at 40M and stop at 3M.Noah Misch2020-08-01
* Use pg_pread() and pg_pwrite() in slru.c.Thomas Munro2020-08-02
* Remove non-fast promotion.Fujii Masao2020-07-29
* WAL Log invalidations at command end with wal_level=logical.Amit Kapila2020-07-23
* Rename wal_keep_segments to wal_keep_size.Fujii Masao2020-07-20
* Immediately WAL-log subtransaction and top-level XID association.Amit Kapila2020-07-20
* Fix uninitialized value in segno calculationAlvaro Herrera2020-07-13
* Include replication origins in SQL functions for commit timestampMichael Paquier2020-07-12
* code: replace most remaining uses of 'master'.Andres Freund2020-07-08
* code: replace 'master' with 'leader' where appropriate.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
* Remove dead forceSync parameter of XactLogCommitRecord().Noah Misch2020-06-20
* Don't export basebackup.c's sendTablespace().Robert Haas2020-06-17
* Remove STATUS_WAITINGPeter Eisentraut2020-06-17
* Fix locking bugs that could corrupt pg_control.Thomas Munro2020-06-08
* Fix crash in WAL sender when starting physical replicationMichael Paquier2020-06-08
* Mop-up for wait event naming issues.Tom Lane2020-05-16
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Collect built-in LWLock tranche names statically, not dynamically.Tom Lane2020-05-14
* Improve management of SLRU statistics collection.Tom Lane2020-05-13
* Adjust walsender usage of xlogreader, simplify APIsAlvaro Herrera2020-05-13