index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
multixact.c
Age
Commit message (
Expand
)
Author
2016-02-02
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2016-01-01
Fix comments about WAL rule "write xlog before data" versus pg_multixact.
Noah Misch
2015-12-14
Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure.
Andres Freund
2015-11-12
Move each SLRU's lwlocks to a separate tranche.
Robert Haas
2015-10-28
Message style improvements
Peter Eisentraut
2015-10-22
Fix typos in comments.
Robert Haas
2015-09-26
Remove legacy multixact truncation support.
Andres Freund
2015-09-26
Rework the way multixact truncations work.
Andres Freund
2015-07-23
Fix off-by-one error in calculating subtrans/multixact truncation point.
Heikki Linnakangas
2015-06-21
Improve multixact emergency autovacuum logic.
Andres Freund
2015-06-19
Fix corner case in autovacuum-forcing logic for multixact wraparound.
Robert Haas
2015-06-05
Cope with possible failure of the oldest MultiXact to exist.
Robert Haas
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-16
Fix whitespace
Peter Eisentraut
2015-05-11
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-10
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-08
Fix whitespace
Peter Eisentraut
2015-05-08
Teach autovacuum about multixact member wraparound.
Robert Haas
2015-05-07
Fix incorrect math in DetermineSafeOldestOffset.
Robert Haas
2015-04-30
Fix pg_upgrade's multixact handling (again)
Alvaro Herrera
2015-04-28
Code review for multixact bugfix
Alvaro Herrera
2015-04-28
Protect against multixact members wraparound
Alvaro Herrera
2015-04-10
Optimize locking a tuple already locked by another subxact
Alvaro Herrera
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-14
Allow interrupting GetMultiXactIdMembers
Alvaro Herrera
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-07-29
Avoid uselessly looking up old LOCK_ONLY multixacts
Alvaro Herrera
2014-06-27
Have multixact be truncated by checkpoint, not vacuum
Alvaro Herrera
2014-06-09
Wrap multixact/members correctly during extension, take 2
Alvaro Herrera
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-24
Fix race when updating a tuple concurrently locked by another process
Alvaro Herrera
2014-02-13
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-06
Add more use of psprintf()
Peter Eisentraut
2014-01-02
Wrap multixact/members correctly during extension
Alvaro Herrera
2014-01-02
Handle wraparound during truncation in multixact/members
Alvaro Herrera
2013-12-18
Don't ignore tuple locks propagated by our updates
Alvaro Herrera
2013-12-16
Rework tuple freezing protocol
Alvaro Herrera
2013-12-13
Fix typo
Alvaro Herrera
2013-12-13
Rework MultiXactId cache code
Alvaro Herrera
2013-11-29
Fix a couple of bugs in MultiXactId freezing
Alvaro Herrera
2013-11-29
Truncate pg_multixact/'s contents during crash recovery
Alvaro Herrera
2013-11-29
Fix full-table-vacuum request mechanism for MultiXactIds
Alvaro Herrera
2013-11-29
Replace hardcoded 200000000 with autovacuum_freeze_max_age
Alvaro Herrera
2013-09-16
Rename various "freeze multixact" variables
Alvaro Herrera
[next]