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
/
multixact.c
Commit message (
Expand
)
Author
Age
*
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-16
*
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-15
*
Fix some typos
Michael Paquier
2020-04-27
*
snapshot scalability: Move delayChkpt from PGXACT to PGPROC.
Andres Freund
2020-04-07
*
Remove useless pfree()s at the ends of various ValuePerCall SRFs.
Tom Lane
2020-03-16
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
*
Update stale comments, and fix comment typos.
Noah Misch
2019-06-08
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
Make release of 2PC identifier and locks consistent in COMMIT PREPARED
Michael Paquier
2019-02-25
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Fix typo in comment.
Robert Haas
2018-03-22
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Extend near-wraparound hints to include replication slots
Simon Riggs
2017-12-29
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-17
*
Make logging about multixact wraparound protection less chatty.
Tom Lane
2017-03-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Fix typos
Peter Eisentraut
2016-08-16
*
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-06-24
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-02-02
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix comments about WAL rule "write xlog before data" versus pg_multixact.
Noah Misch
2016-01-01
*
Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure.
Andres Freund
2015-12-14
*
Move each SLRU's lwlocks to a separate tranche.
Robert Haas
2015-11-12
*
Message style improvements
Peter Eisentraut
2015-10-28
*
Fix typos in comments.
Robert Haas
2015-10-22
*
Remove legacy multixact truncation support.
Andres Freund
2015-09-26
*
Rework the way multixact truncations work.
Andres Freund
2015-09-26
*
Fix off-by-one error in calculating subtrans/multixact truncation point.
Heikki Linnakangas
2015-07-23
*
Improve multixact emergency autovacuum logic.
Andres Freund
2015-06-21
*
Fix corner case in autovacuum-forcing logic for multixact wraparound.
Robert Haas
2015-06-19
*
Cope with possible failure of the oldest MultiXact to exist.
Robert Haas
2015-06-05
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix whitespace
Peter Eisentraut
2015-05-16
*
Increase threshold for multixact member emergency autovac to 50%.
Robert Haas
2015-05-11
*
Even when autovacuum=off, force it for members as we do in other cases.
Robert Haas
2015-05-11
*
Advance the stop point for multixact offset creation only at checkpoint.
Robert Haas
2015-05-10
*
Fix DetermineSafeOldestOffset for the case where there are no mxacts.
Robert Haas
2015-05-10
*
Fix whitespace
Peter Eisentraut
2015-05-08
*
Teach autovacuum about multixact member wraparound.
Robert Haas
2015-05-08
*
Fix incorrect math in DetermineSafeOldestOffset.
Robert Haas
2015-05-07
[next]