index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
multixact.c
Age
Commit message (
Expand
)
Author
2025-07-07
Refactor some repetitive SLRU code
Álvaro Herrera
2025-07-07
Integrate FullTransactionIds deeper into two-phase code
Michael Paquier
2025-05-09
Add support for runtime arguments in injection points
Michael Paquier
2025-04-30
Fix a couple of comment typos
David Rowley
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-02-13
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-08-23
Rework new SLRU test with injection points
Michael Paquier
2024-08-20
Add injection-point test for new multixact CV usage
Alvaro Herrera
2024-08-19
Fix more holes with SLRU code in need of int64 for segment numbers
Michael Paquier
2024-07-26
Fix more holes with SLRU code in need of int64 for segment numbers
Michael Paquier
2024-06-16
Convert confusing macros in multixact.c to static inline functions
Heikki Linnakangas
2024-06-13
Clamp result of MultiXactMemberFreezeThreshold
Heikki Linnakangas
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-04-07
Use conditional variable to wait for next MultiXact offset
Alvaro Herrera
2024-03-04
Rework locking code in GetMultiXactIdMembers
Alvaro Herrera
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-02-28
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-06
Use atomic access for SlruShared->latest_page_number
Alvaro Herrera
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-28
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-10-17
Reword messages about impending (M)XID exhaustion.
Robert Haas
2023-10-17
Talk about assigning, rather than generating, new MultiXactIds.
Robert Haas
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-01-24
Update more obsolete multixact.c comments.
Peter Geoghegan
2023-01-04
Update obsolete multixact.c comments.
Peter Geoghegan
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-22
Refactor how VACUUM passes around its XID cutoffs.
Peter Geoghegan
2022-12-21
Switch some system functions to use get_call_result_type()
Michael Paquier
2022-11-24
Make multixact error message more explicit
Alvaro Herrera
2022-11-02
Add doubly linked count list implementation
David Rowley
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-09-19
Harmonize heapam and tableam parameter names.
Peter Geoghegan
2022-08-25
More -Wshadow=compatible-local warning fixes
David Rowley
2022-04-12
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-08
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-03-24
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-02-10
Fix typo in multixact.c
Michael Paquier
2022-02-08
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-07-31
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-06-17
Tidy up GetMultiXactIdMembers()'s behavior on error
Heikki Linnakangas
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-01-16
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-02
Use PG_GETARG_TRANSACTIONID where appropriate
Peter Eisentraut
[next]