summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/clog.c
AgeCommit message (Expand)Author
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-24Fix 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-16Mop-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-02Update 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
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-22Fix Hot-Standby initialization of clog and subtrans.Heikki Linnakangas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-28Remove obsolete XLogRecPtr macrosAlvaro Herrera
2012-11-28Split out rmgr rm_desc functions into their own filesAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-29Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane