summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/clog.c
AgeCommit message (Expand)Author
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
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2017-03-10Revert "Use group updates when setting transaction status in clog."Robert Haas
2017-03-09Use group updates when setting transaction status in clog.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-04-08Increase maximum number of clog buffers.Andres Freund
2016-02-02Make all built-in lwlock tranche IDs fixed.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-12Move each SLRU's lwlocks to a separate tranche.Robert Haas
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-03Fix typosAlvaro Herrera
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian