index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
Commit message (
Expand
)
Author
Age
*
Add pg_stat_wal statistics view.
Fujii Masao
2020-10-02
*
Add block information in error context of WAL REDO apply loop
Michael Paquier
2020-10-02
*
Defer flushing of SLRU files.
Thomas Munro
2020-09-25
*
Standardize the printf format for st_size
Peter Eisentraut
2020-09-24
*
Fix missing fsync of SLRU directories.
Thomas Munro
2020-09-24
*
Add support for building GiST index by sorting.
Heikki Linnakangas
2020-09-17
*
Report resource usage at the end of recovery
David Rowley
2020-09-16
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Report expected contrecord length on mismatch
Alvaro Herrera
2020-09-04
*
Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE.
Heikki Linnakangas
2020-08-17
*
Correct several behavior descriptions in comments.
Noah Misch
2020-08-15
*
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
*
snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.
Andres Freund
2020-08-14
*
snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.
Andres Freund
2020-08-14
*
snapshot scalability: Introduce dense array of in-progress xids.
Andres Freund
2020-08-14
*
Fix obsolete comment in xlogutils.c.
Peter Geoghegan
2020-08-14
*
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-08-13
*
Fix out-of-date version reference, grammar.
Andres Freund
2020-08-12
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
Track latest completed xid as a FullTransactionId.
Andres Freund
2020-08-11
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
*
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-08-08
*
Change XID and mxact limits to warn at 40M and stop at 3M.
Noah Misch
2020-08-01
*
Use pg_pread() and pg_pwrite() in slru.c.
Thomas Munro
2020-08-02
*
Remove non-fast promotion.
Fujii Masao
2020-07-29
*
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-07-23
*
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
*
Immediately WAL-log subtransaction and top-level XID association.
Amit Kapila
2020-07-20
*
Fix uninitialized value in segno calculation
Alvaro Herrera
2020-07-13
*
Include replication origins in SQL functions for commit timestamp
Michael Paquier
2020-07-12
*
code: replace most remaining uses of 'master'.
Andres Freund
2020-07-08
*
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-07-08
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
*
Fix incorrect variable datatype.
Fujii Masao
2020-07-08
*
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
Alvaro Herrera
2020-07-07
*
Remove duplicate check added by commit b2a5545bd6.
Amit Kapila
2020-06-27
*
Adjust max_slot_wal_keep_size behavior per review
Alvaro Herrera
2020-06-24
*
Add parens to ConvertToXSegs macro
Alvaro Herrera
2020-06-24
*
Remove dead forceSync parameter of XactLogCommitRecord().
Noah Misch
2020-06-20
*
Don't export basebackup.c's sendTablespace().
Robert Haas
2020-06-17
*
Remove STATUS_WAITING
Peter Eisentraut
2020-06-17
*
Fix locking bugs that could corrupt pg_control.
Thomas Munro
2020-06-08
*
Fix crash in WAL sender when starting physical replication
Michael Paquier
2020-06-08
*
Mop-up for wait event naming issues.
Tom Lane
2020-05-16
*
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-15
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Collect built-in LWLock tranche names statically, not dynamically.
Tom Lane
2020-05-14
*
Improve management of SLRU statistics collection.
Tom Lane
2020-05-13
*
Adjust walsender usage of xlogreader, simplify APIs
Alvaro Herrera
2020-05-13
[next]