summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/clog.c
AgeCommit message (Expand)Author
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
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-30Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane
2012-01-06Make the number of CLOG buffers adaptive, based on shared_buffers.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-02Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs
2011-10-04Use callbacks in SlruScanDirectory for the actual actionAlvaro Herrera
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-05-12Fix assorted typosAlvaro Herrera
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-30Avoid unnecessary public struct declaration in slru.hAlvaro Herrera
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-19Allow read only connections during recovery, known as Hot Standby.Simon Riggs