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
/
clog.c
Age
Commit message (
Expand
)
Author
2024-07-23
Use more consistently int64 for page numbers in SLRU-related code
Michael Paquier
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-22
Remove superfluous 'pgprocno' field from PGPROC
Heikki Linnakangas
2024-02-06
Use atomic access for SlruShared->latest_page_number
Alvaro Herrera
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-08
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-11-29
Index SLRUs by 64-bit integers rather than by 32-bit integers
Alexander Korotkov
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-15
Static assertions cleanup
Peter Eisentraut
2022-10-25
Update outdated comment for TransactionIdSetTreeStatus
Heikki Linnakangas
2022-10-05
Rename shadowed local variables
David Rowley
2022-03-03
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-06-28
Fix race condition in TransactionGroupUpdateXidStatus().
Amit Kapila
2021-01-27
In TrimCLOG(), don't reset XactCtl->shared->latest_page_number.
Robert Haas
2021-01-27
In clog_redo(), don't set XactCtl->shared->latest_page_number.
Robert Haas
2021-01-16
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-09-25
Defer flushing of SLRU files.
Thomas Munro
2020-09-24
Fix missing fsync of SLRU directories.
Thomas Munro
2020-08-14
snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.
Andres Freund
2020-08-14
snapshot scalability: Introduce dense array of in-progress xids.
Andres Freund
2020-08-11
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-05-16
Mop-up for wait event naming issues.
Tom Lane
2020-05-15
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-17
Change overly strict Assert in TransactionGroupUpdateXidStatus.
Amit Kapila
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
Fix inconsistencies and typos in the tree
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-03-28
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-10-06
Fix access-off-end-of-array in clog.c.
Tom Lane
2017-09-01
Use group updates when setting transaction status in clog.
Robert Haas
2017-08-10
Remove incorrect assertion in clog.c
Robert Haas
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-27
Fsync directory after creating or unlinking file.
Teodor Sigaev
2017-03-23
Track the oldest XID that can be safely looked up in CLOG.
Robert Haas
2017-03-17
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-10
Revert "Use group updates when setting transaction status in clog."
Robert Haas
2017-03-09
Use group updates when setting transaction status in clog.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
[next]