]> granicus.if.org Git - postgresql/history - src/backend/access/transam/clog.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / access / transam / clog.c
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-07-22 Michael PaquierFix inconsistencies and typos in the tree
2019-07-16 Michael PaquierFix inconsistencies and typos in the tree
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-03-28 Thomas MunroAdd basic infrastructure for 64 bit transaction IDs.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-10-06 Tom LaneFix access-off-end-of-array in clog.c.
2017-09-01 Robert HaasUse group updates when setting transaction status in...
2017-08-10 Robert HaasRemove incorrect assertion in clog.c
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-03-27 Teodor SigaevFsync directory after creating or unlinking file.
2017-03-23 Robert HaasTrack the oldest XID that can be safely looked up in...
2017-03-17 Robert HaasRename "pg_clog" directory to "pg_xact".
2017-03-10 Robert HaasRevert "Use group updates when setting transaction...
2017-03-09 Robert HaasUse group updates when setting transaction status in...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-04-08 Andres FreundIncrease maximum number of clog buffers.
2016-02-02 Robert HaasMake all built-in lwlock tranche IDs fixed.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-12 Robert HaasMove each SLRU's lwlocks to a separate tranche.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-03 Alvaro HerreraFix typos
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-22 Heikki LinnakangasFix Hot-Standby initialization of clog and subtrans.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-28 Alvaro HerreraRemove obsolete XLogRecPtr macros
2012-11-28 Alvaro HerreraSplit out rmgr rm_desc functions into their own files
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-30 Tom LaneAssorted comment fixes, mostly just typos, but some...
2012-01-06 Robert HaasMake the number of CLOG buffers adaptive, based on...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-02 Simon RiggsFix timing of Startup CLOG and MultiXact during Hot...
2011-10-04 Alvaro HerreraUse callbacks in SlruScanDirectory for the actual action
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-05-12 Alvaro HerreraFix assorted typos
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-30 Alvaro HerreraAvoid unnecessary public struct declaration in slru.h
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-20 Heikki LinnakangasAdd a new option to RestoreBkpBlocks() to indicate...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-03 Alvaro HerreraFix silly typo in previous commit.
2008-11-03 Alvaro HerreraFix TransactionIdSetStatusBit so that it doesn't try...
2008-10-20 Alvaro HerreraRework subtransaction commit protocol for hot standby.
2008-08-01 Alvaro HerreraAdd a few more DTrace probes to the backend.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-08-01 Tom LaneSupport an optional asynchronous commit mode, in which...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-06 Tom LaneGet rid of slru.c's hardwired insistence on a fixed...
2005-12-06 Tom LaneArrange for read-only accesses to SLRU page buffers...
2005-11-05 Tom LaneClean up representation of SLRU page state. This is...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-06-30 Tom LaneImprove the checkpoint signaling mechanism so that...
2005-06-06 Tom LaneModify XLogInsert API to make callers specify whether...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-22 Tom LaneAwhile back I added some code to StartupCLOG() to forci...
2004-08-30 Tom LaneEnsure that the remainder of the current pg_clog page...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-23 Tom LaneRearrange pg_subtrans handling as per recent discussion...
2004-07-03 Tom LaneFix no-longer-correct bit-pushing in TransactionIdSetSt...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-05-31 Tom LanePer previous discussions, get rid of use of sync(2...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-06-11 Bruce MomjianThis patch extracts page buffer pooling and the simple
2003-05-03 Bruce MomjianHandle clog structure in shared memory in exec() case...
2003-05-02 Bruce MomjianBack out last commit --- wrong patch.
2003-05-02 Bruce MomjianDump/read non-default GUC values for use by exec'ed...
2003-04-14 Tom LaneReorganize clog's error reporting so that PANIC on...
2002-09-26 Tom LaneEnsure that before truncating CLOG, we force a checkpoi...
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Tom LaneFix a couple of places where lack of parenthesization...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-08-26 Tom LaneTransaction IDs wrap around, per my proposal of 13...
2001-08-25 Tom LaneFix portability problem in new CLOG code, per report...
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...