]> granicus.if.org Git - postgresql/history - src/include/storage/bufpage.h
Update copyright for 2009.
[postgresql] / src / include / storage / bufpage.h
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-03 Heikki LinnakangasIntroduce visibility map. The visibility map is a bitma...
2008-11-03 Tom LaneClean up the messy semantics (not to mention inefficien...
2008-07-14 Tom LaneClean up buildfarm failures arising from the seemingly...
2008-07-13 Tom LaneChange the PageGetContents() macro to guarantee its...
2008-06-08 Alvaro HerreraMove BufferGetPageSize and BufferGetPage from bufpage...
2008-06-06 Alvaro HerreraChange xlog.h to xlogdefs.h in bufpage.h, and fix fallout.
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-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-21 Tom LaneImprove handling of prune/no-prune decisions by storing...
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-03-02 Tom LaneSuppress useless searches for unused line pointers...
2007-02-21 Bruce Momjianbtree source code cleanups:
2007-02-09 Tom LaneCombine cmin and cmax fields of HeapTupleHeaders into...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-09-22 Bruce MomjianThis patch cleans up the access to members of ItemIdData.
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-03-22 Tom LaneCreate a routine PageIndexMultiDelete() that replaces...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-07-21 Tom LaneInvent WAL timelines, as per recent discussion, to...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-05 Tom LaneAdjust PageGetMaxOffsetNumber to ensure sane behavior...
2003-12-11 Tom LaneFix thinko in comment.
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-03-28 Tom LaneAdd code to apply some simple sanity checks to the...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-06 Tom LaneRemove no-longer-used PageManagerMode enum.
2002-07-02 Bruce Momjian>the extra level of struct naming for pd_opaque has...
2002-07-02 Bruce MomjianThere already was a macro PageGetItemId; this is now...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-01-15 Tom LaneAdd more sanity-checking to PageAddItem and PageIndexTu...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
2001-05-14 Bruce MomjianSmall include file fix for pg_variabie.h
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-21 Bruce MomjianComment improvements.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-30 Vadim B. Mikheev1. WAL needs in zero-ed content of newly initialized...
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-20 Vadim B. MikheevNo casting to LSN (XLogRecPtr) is required.
2000-10-28 Vadim B. MikheevWAL
2000-10-21 Vadim B. MikheevWAL
2000-10-20 Vadim B. Mikheevredo/undo support functions and cleanups.
2000-09-07 Vadim B. MikheevHeap redo/undo (except for tuple moving used by vacuum).
2000-07-21 Tom LaneMajor overhaul of btree index code. Eliminate special...
2000-07-03 Vadim B. Mikheevheap' logging
2000-06-02 Vadim B. Mikheevheap' xlog records
2000-01-26 Bruce MomjianAdd:
2000-01-08 Tom LaneModify PageIsEmpty and PageGetMaxOffsetNumber macros...
1999-07-16 Bruce MomjianMore cleanup
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-03 Bruce MomjianFix to prevent too large tuple from being created.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-06-15 Bruce MomjianFix macros that were not properly surrounded by parens...
1998-04-24 Bruce MomjianInline some small functions called for every row.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1998-01-13 Vadim B. MikheevRemove PageSizeIsValid from BufferGetPageSize.
1998-01-13 Marc G. FournierSome *very* major changes by darrenk@insightdist.com...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-26 Bruce MomjianInlined heap_getattr().
1997-08-24 Bruce MomjianMajor patch to speed up backend startup after profiling...
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1996-11-05 Marc G. FournierAnother directory totally cleaned out
1996-11-01 Marc G. FournierOkay, following Bryan's (and others) suggestions.....
1996-10-23 Marc G. FournierMajor code cleanups from D'arcy (-Wall -Werror)
1996-10-20 Marc G. FournierMore include files cleaned up
1996-10-19 Marc G. Fournierand another one..
1996-10-18 Vadim B. MikheevMove definition of PageIsNew from hio.c to here
1996-08-28 Marc G. FournierMore cleanups of the include files