aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/clog.c
Commit message (Expand)AuthorAge
* Use more consistently int64 for page numbers in SLRU-related codeMichael Paquier2024-07-23
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Improve performance of subsystems on top of SLRUAlvaro Herrera2024-02-28
* Rename SLRU elements in view pg_stat_slruAlvaro Herrera2024-02-28
* Remove superfluous 'pgprocno' field from PGPROCHeikki Linnakangas2024-02-22
* Use atomic access for SlruShared->latest_page_numberAlvaro Herrera2024-02-06
* Update copyright for 2024Bruce Momjian2024-01-03
* Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas2023-12-08
* Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov2023-11-29
* Update copyright for 2023Bruce Momjian2023-01-02
* Static assertions cleanupPeter Eisentraut2022-12-15
* Update outdated comment for TransactionIdSetTreeStatusHeikki Linnakangas2022-10-25
* Rename shadowed local variablesDavid Rowley2022-10-05
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-03
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix race condition in TransactionGroupUpdateXidStatus().Amit Kapila2021-06-28
* In TrimCLOG(), don't reset XactCtl->shared->latest_page_number.Robert Haas2021-01-27
* In clog_redo(), don't set XactCtl->shared->latest_page_number.Robert Haas2021-01-27
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16
* Update copyright for 2021Bruce Momjian2021-01-02
* Defer flushing of SLRU files.Thomas Munro2020-09-25
* Fix missing fsync of SLRU directories.Thomas Munro2020-09-24
* snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.Andres Freund2020-08-14
* snapshot scalability: Introduce dense array of in-progress xids.Andres Freund2020-08-14
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-11
* Mop-up for wait event naming issues.Tom Lane2020-05-16
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-15
* Update copyrights for 2020Bruce Momjian2020-01-01
* Change overly strict Assert in TransactionGroupUpdateXidStatus.Amit Kapila2019-12-17
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-28
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Fix access-off-end-of-array in clog.c.Tom Lane2017-10-06
* Use group updates when setting transaction status in clog.Robert Haas2017-09-01
* Remove incorrect assertion in clog.cRobert Haas2017-08-10
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fsync directory after creating or unlinking file.Teodor Sigaev2017-03-27
* Track the oldest XID that can be safely looked up in CLOG.Robert Haas2017-03-23
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-17
* Revert "Use group updates when setting transaction status in clog."Robert Haas2017-03-10
* Use group updates when setting transaction status in clog.Robert Haas2017-03-09
* Update copyright via script for 2017Bruce Momjian2017-01-03