]> granicus.if.org Git - postgresql/history - src/include/storage/bufmgr.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
[postgresql] / src / include / storage / bufmgr.h
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-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.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-08-12 Tom LaneRemove BufferBlockPointers array in favor of a base...
2005-08-08 Tom LaneCause ShutdownPostgres to do a normal transaction abort...
2005-03-20 Tom LaneRemove unnecessary calls of FlushRelationBuffers: there...
2005-03-19 Tom LaneAdd temp_buffers GUC variable to allow users to determi...
2005-03-18 Tom LaneNeed to reset local buffer pin counts, not only shared...
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-16 Tom LaneGive the ResourceOwner mechanism full responsibility...
2004-10-15 Tom LaneRepair possible failure to update hint bits back to...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-05-31 Tom LaneMinor code rationalization: FlushRelationBuffers just...
2004-05-31 Tom LanePer previous discussions, get rid of use of sync(2...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
2004-05-08 Tom LaneGet rid of rd_nblocks field in relcache entries. Turns...
2004-04-25 Neil ConwayTiny assorted fixes: correct a typo in a comment in...
2004-04-22 Neil ConwayMake LocalRefCount and PrivateRefCount arrays of int32...
2004-04-21 Tom LaneAnother round of code cleanup on bufmgr. Use BM_VALID...
2004-02-04 Jan WieckBacking out the background writer sync() option.
2004-01-24 Jan WieckAdded GUC variable bgwriter_flush_method controlling...
2003-12-14 Neil ConwayI posted some bufmgr cleanup a few weeks ago, but it...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-19 Jan WieckBackground writer process
2003-08-10 Tom LaneRepair potential deadlock created by recent changes...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-03-28 Tom LaneAdd code to apply some simple sanity checks to the...
2002-10-22 Peter EisentrautAdd DLLIMPORT declarations required by contrib with...
2002-10-21 Peter EisentrautAdd DLLIMPORT declarations needed by contrib modules.
2002-09-04 Bruce Momjianpgindent run.
2002-08-11 Tom LaneCode review of CLUSTER patch. Clean up problems with...
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-07-02 Bruce MomjianMinor code cleanup in bufmgr.c and bufmgr.h, mainly...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Bruce MomjianWriteBuffer return value:
2002-04-15 Bruce MomjianThe patch I sent to -patches a little while ago wasn...
2001-11-10 Tom LaneClean up usage-statistics display code (ShowUsage and...
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-07-06 Tom LaneImplement LockBufferForCleanup(), which will allow...
2001-06-29 Tom LaneFurther work on connecting the free space map (which...
2001-06-09 Tom LaneRemove RelationGetBufferWithBuffer(), which is horribly...
2001-05-12 Tom LaneModify RelationGetBufferForTuple() so that we only...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-28 Vadim B. MikheevNew WAL version - CRC and data blocks backup.
2000-12-18 Tom LaneClean up backend-exit-time cleanup behavior. Use on_sh...
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-30 Tom LaneRearrange bufmgr header files so that buf_internals...
2000-11-28 Tom LaneSignificant cleanups in SysV IPC handling (shared mem...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-10-28 Vadim B. MikheevWAL
2000-10-20 Vadim B. Mikheevredo/undo support functions and cleanups.
2000-08-07 Tom LaneTOAST mop-up work: update comments for tuple-size-relat...
2000-06-15 Bruce MomjianClean up #include's.
2000-05-19 Tom LaneRevise FlushRelationBuffers/ReleaseRelationBuffers...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-09 Tom LaneBuffer manager modifications to keep a local buffer...
2000-03-31 Tom LaneGet rid of SetBufferWriteMode(), which was an accident...
2000-01-26 Bruce MomjianAdd:
2000-01-17 Hiroshi InoueFix for TODO item * spinlock stuck problem when elog...
1999-09-28 Vadim B. MikheevMake tree compilable (+WAL).
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-09-23 Bruce MomjianAdd TRUNCATE command, with psql help and sgml additions.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
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-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
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 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 MomjianAdd typdefs to pgindent run.
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-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-03-28 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-01-16 Vadim B. MikheevSetBufferWriteMode () added; FlushLocalBuffer () fixed...
1997-01-14 Vadim B. MikheevThere is no more ReleaseTmpRelBuffers, but ReleaseRelat...
1996-11-05 Marc G. FournierAnother directory totally cleaned out
1996-11-03 Marc G. FournierMore cleans of the inter-dependencies in the #include...
1996-11-01 Marc G. FournierOkay, following Bryan's (and others) suggestions.....
1996-10-26 Marc G. FournierD'Arcy's cleanups
1996-10-20 Marc G. FournierMore include files cleaned up
next