]> granicus.if.org Git - postgresql/history - src/backend/access/nbtree/nbtxlog.c
Refactor per-page logic common to all redo routines to a new function.
[postgresql] / src / backend / access / nbtree / nbtxlog.c
2014-09-02 Heikki LinnakangasRefactor per-page logic common to all redo routines...
2014-05-19 Heikki LinnakangasFix backup-block numbering in redo of b-tree split.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-06 Simon RiggsCorrect comment in Hot Standby nbtree handling
2014-04-23 Heikki LinnakangasCleanup of new b-tree page deletion code.
2014-04-22 Heikki LinnakangasRetain original physical order of tuples in redo of...
2014-03-24 Heikki LinnakangasRemove dead code and add comments.
2014-03-18 Heikki LinnakangasMake the handling of interrupted B-tree page splits...
2014-03-14 Heikki LinnakangasFix race condition in B-tree page deletion.
2014-01-14 Tom LaneFix multiple bugs in index page locking during hot...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
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-11-13 Tom LaneFix multiple problems in WAL replay.
2012-08-28 Alvaro HerreraSplit heapam_xlog.h from heapam.h
2012-08-03 Tom LaneImprove underdocumented btree_xlog_delete_get_latestRem...
2012-06-01 Simon RiggsAvoid early reuse of btree pages, causing incorrect...
2012-02-21 Tom LaneCosmetic cleanup for commit a760893dbda9934e287789d54bb...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-09 Simon RiggsReduce spurious Hot Standby conflicts from never-visibl...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-04-30 Heikki LinnakangasFix handling of b-tree reuse WAL records when hot stand...
2010-04-22 Simon RiggsOptimise btree delete processing when no active backends.
2010-04-19 Tom LaneFix uninitialized local variables. Not sure why gcc...
2010-03-30 Bruce MomjianProperly initialize local varaible in
2010-03-28 Simon RiggsDerive latestRemovedXid for btree deletes by reading...
2010-03-19 Simon RiggsReset btpo.xact following recovery of btree delete...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-13 Simon RiggsIntroduce WAL records to log reuse of btree pages,...
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-01-29 Simon RiggsFilter recovery conflicts based upon dboid from relfile...
2010-01-14 Simon RiggsFirst part of refactoring of code for ResolveRecoveryCo...
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-06-12 Heikki LinnakangasRefactor XLogOpenRelation() and XLogReadBuffer() in...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-16 Tom LaneRepair still another bug in the btree page split WAL...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-12 Tom LaneRedefine the lp_flags field of item pointers as having...
2007-05-20 Tom LaneTo support external compression of archived WAL data...
2007-04-11 Tom LaneCode review for btree page split WAL reduction patch...
2007-02-08 Bruce MomjianReduce WAL activity for page splits:
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-01 Tom LaneFix "failed to re-find parent key" btree VACUUM failure...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-07 Tom LaneMake recovery from WAL be restartable, by executing...
2006-07-25 Tom LaneModify btree to delete known-dead index entries without...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-05-08 Tom LaneRewrite btree vacuuming to fold the former bulkdelete...
2006-04-13 Tom LaneFix an ancient oversight in btree xlog replay. When...
2006-04-01 Tom LaneRemove the 'slow' path for btree index build, which...
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-28 Tom LaneRepair longstanding error in btree xlog replay: XLogRea...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-25 Tom LaneRemove the no-longer-useful BTItem/BTItemData level...
2005-10-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-06-02 Tom LaneChange CRCs in WAL records from 64bit to 32bit for...
2005-03-22 Tom LaneCreate a routine PageIndexMultiDelete() that replaces...
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-07-11 Tom LaneRename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HE...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-02 Tom LaneAdjust btree index build to not use shared buffers...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-12-14 Neil ConwayI posted some bufmgr cleanup a few weeks ago, but it...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-29 Tom LaneAdjust btree index build procedure so that the btree...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-02-23 Tom LaneAdjust btbulkdelete logic so that only one WAL record...
2003-02-23 Tom LaneFirst cut at recycling space in btree indexes. Still...
2003-02-21 Tom LaneMake btree index structure adjustments and WAL logging...