summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/clog.c
AgeCommit message (Expand)Author
3 hoursRefactor some repetitive SLRU codeHEADmasterÁlvaro Herrera
2025-02-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-19Remove final mention of FREEZE_PAGE from commentsMelanie Plageman
2024-07-23Use more consistently int64 for page numbers in SLRU-related codeMichael Paquier
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-02-28Improve performance of subsystems on top of SLRUAlvaro Herrera
2024-02-28Rename SLRU elements in view pg_stat_slruAlvaro Herrera
2024-02-21Remove superfluous 'pgprocno' field from PGPROCHeikki Linnakangas
2024-02-06Use atomic access for SlruShared->latest_page_numberAlvaro Herrera
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-08Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas
2023-11-28Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-15Static assertions cleanupPeter Eisentraut
2022-10-25Update outdated comment for TransactionIdSetTreeStatusHeikki Linnakangas
2022-10-05Rename shadowed local variablesDavid Rowley
2022-03-03Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-06-28Fix race condition in TransactionGroupUpdateXidStatus().Amit Kapila
2021-01-27In TrimCLOG(), don't reset XactCtl->shared->latest_page_number.Robert Haas
2021-01-27In clog_redo(), don't set XactCtl->shared->latest_page_number.Robert Haas
2021-01-16Prevent excess SimpleLruTruncate() deletion.Noah Misch
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-25Defer flushing of SLRU files.Thomas Munro
2020-09-23Fix missing fsync of SLRU directories.Thomas Munro
2020-08-14snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.Andres Freund
2020-08-14snapshot scalability: Introduce dense array of in-progress xids.Andres Freund
2020-08-11Rename VariableCacheData.nextFullXid to nextXid.Andres Freund
2020-05-17Mop-up for wait event naming issues.Tom Lane
2020-05-15Rename SLRU structures and associated LWLocks.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-17Change overly strict Assert in TransactionGroupUpdateXidStatus.Amit Kapila
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-28Add basic infrastructure for 64 bit transaction IDs.Thomas Munro
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-10-06Fix access-off-end-of-array in clog.c.Tom Lane
2017-09-01Use group updates when setting transaction status in clog.Robert Haas
2017-08-10Remove incorrect assertion in clog.cRobert Haas
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-27Fsync directory after creating or unlinking file.Teodor Sigaev
2017-03-23Track the oldest XID that can be safely looked up in CLOG.Robert Haas