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
*
Rework locking code in GetMultiXactIdMembers
Alvaro Herrera
2024-03-04
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Improve performance of subsystems on top of SLRU
Alvaro Herrera
2024-02-28
*
Rename SLRU elements in view pg_stat_slru
Alvaro Herrera
2024-02-28
*
Use atomic access for SlruShared->latest_page_number
Alvaro Herrera
2024-02-06
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-11-29
*
Reword messages about impending (M)XID exhaustion.
Robert Haas
2023-10-17
*
Talk about assigning, rather than generating, new MultiXactIds.
Robert Haas
2023-10-17
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Update more obsolete multixact.c comments.
Peter Geoghegan
2023-01-24
*
Update obsolete multixact.c comments.
Peter Geoghegan
2023-01-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Refactor how VACUUM passes around its XID cutoffs.
Peter Geoghegan
2022-12-22
*
Switch some system functions to use get_call_result_type()
Michael Paquier
2022-12-21
*
Make multixact error message more explicit
Alvaro Herrera
2022-11-24
*
Add doubly linked count list implementation
David Rowley
2022-11-02
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Harmonize heapam and tableam parameter names.
Peter Geoghegan
2022-09-19
*
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-26
*
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-12
*
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-08
*
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-24
*
Fix typo in multixact.c
Michael Paquier
2022-02-10
*
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-08
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-07-31
*
Tidy up GetMultiXactIdMembers()'s behavior on error
Heikki Linnakangas
2021-06-17
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-17
*
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-16
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Use PG_GETARG_TRANSACTIONID where appropriate
Peter Eisentraut
2020-11-02
*
Extend amcheck to check heap pages.
Robert Haas
2020-10-22
*
Fix typo in multixact.c
Michael Paquier
2020-10-08
*
Defer flushing of SLRU files.
Thomas Munro
2020-09-25
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
*
Change XID and mxact limits to warn at 40M and stop at 3M.
Noah Misch
2020-08-01
*
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
[next]