]> granicus.if.org Git - postgresql/history - src/backend/access/transam/xlogutils.c
pgindent run for 9.4
[postgresql] / src / backend / access / transam / xlogutils.c
2014-04-30 Tom LaneRationalize common/relpath.[hc].
2014-03-07 Heikki LinnakangasFix dangling smgr_owner pointer when a fake relcache...
2014-02-12 Tom LaneIn XLogReadBufferExtended, don't assume P_NEW yields...
2014-01-14 Tom LaneFix multiple bugs in index page locking during hot...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-02-22 Alvaro HerreraMove relpath() to libpgcommon
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-09-14 Robert HaasProperly set relpersistence for fake relcache entries.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-09 Heikki LinnakangasDon't set reachedMinRecoveryPoint during crash recovery...
2011-12-02 Heikki LinnakangasDuring recovery, if we reach consistent state and still...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-26 Bruce MomjianAdd missing includes after pgrminclude run.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-30 Tom LaneFix oversight in RelFileNodeBackend patch: CreateFakeRe...
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-07-08 Tom LaneUpdate obsolete comment. Noted by Josh Tolley.
2010-02-09 Tom LaneFix up rickety handling of relation-truncation interlocks.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
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-12-03 Heikki LinnakangasIntroduce visibility map. The visibility map is a bitma...
2008-11-26 Heikki LinnakangasRely on relcache invalidation to update the cached...
2008-11-19 Heikki LinnakangasRethink the way FSM truncation works. Instead of WAL...
2008-11-11 Heikki LinnakangasChange error messages to print the physical path, like
2008-11-03 Alvaro HerreraFix mistakes in comment headers
2008-10-31 Heikki LinnakangasUnite ReadBufferWithFork, ReadBufferWithStrategy, and...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-07-13 Tom LaneClean up the use of some page-header-access macros...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-12 Heikki LinnakangasRefactor XLogOpenRelation() and XLogReadBuffer() in...
2008-06-08 Alvaro HerreraMove BufferGetPageSize and BufferGetPage from bufpage...
2008-05-12 Alvaro HerreraPut back bufmgr.h in bufpage.h -- it is needed by some...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-05-02 Tom LaneDuring WAL recovery, when reading a page that we intend...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-04-14 Tom LaneMake the world safe for full_page_writes. Allow XLOG...
2006-03-31 Tom LaneClean up WAL/buffer interactions as per my recent propo...
2006-03-29 Tom LaneClean up and document the API for XLogOpenRelation...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-11 Neil ConwayCosmetic code cleanup: fix a bunch of places that used...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-21 Tom LaneInvent WAL timelines, as per recent discussion, to...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-02-11 Tom LaneCommit the reasonably uncontroversial parts of J.R...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2003-12-14 Neil ConwayI posted some bufmgr cleanup a few weeks ago, but it...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Bruce MomjianThis patch wraps all accesses to t_xmin, t_cmin, t_xmax...
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-05 Tom LaneFurther cleanup of dynahash.c API, in pursuit of portab...
2001-10-01 Tom LaneAnother round of cleanups for dynahash.c (maybe it...
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
2001-08-23 Tom LaneEnsure that all TransactionId comparisons are encapsula...
2001-06-29 Tom LaneFurther work on connecting the free space map (which...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-13 Tom LaneXLOG (and related) changes:
2001-02-22 Hiroshi InoueAvoid 'FATAL: out of free buffers: time to abort !...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-02 Tom LaneClean up non-reentrant interface for hash_seq/HashTable...
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-20 Peter EisentrautInclude postgres.h before checking #ifdef XLOG.
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-10-31 Vadim B. MikheevFix recovery cache code (thanks to Peter Eisentraut for
2000-10-28 Vadim B. MikheevWAL
2000-10-24 Vadim B. MikheevWAL misc
2000-10-21 Vadim B. MikheevWAL
2000-10-20 Vadim B. Mikheevredo/undo support functions and cleanups.
2000-10-13 Vadim B. MikheevVarious utils for WAL