]> granicus.if.org Git - postgresql/history - src/include/storage/bufmgr.h
pgindent run for 9.4
[postgresql] / src / include / storage / bufmgr.h
2014-01-14 Tom LaneFix multiple bugs in index page locking during hot...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-06-17 Jeff DavisAdd buffer_std flag to MarkBufferDirtyHint().
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-01-17 Alvaro HerreraAccelerate end-of-transaction dropping of relations
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-07 Tom LaneScan the buffer pool just once, not once per fork,...
2012-04-29 Tom LaneRename track_iotiming GUC to track_io_timing.
2012-03-27 Robert HaasNew GUC, track_iotiming, to track I/O timings.
2012-01-26 Heikki LinnakangasMake bgwriter sleep longer when it has no work to do...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-28 Robert HaasAllow hint bits to be set sooner for temporary and...
2011-10-28 Robert HaasDemote some sanity checks in BufferIsValid() to assertions.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-01-23 Simon RiggsIn HS, Startup process sets SIGALRM when waiting for...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-15 Robert HaasAdd an EXPLAIN (BUFFERS) option to show buffer-usage...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-12 Tom LaneImplement prefetching via posix_fadvise() for bitmap...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-19 Heikki LinnakangasRethink the way FSM truncation works. Instead of WAL...
2008-11-06 Tom LaneImprove bulk-insert performance by keeping the current...
2008-10-31 Heikki LinnakangasUnite ReadBufferWithFork, ReadBufferWithStrategy, and...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
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-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-25 Tom LaneJust-in-time background writing strategy. This code...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-05-30 Tom LaneMake large sequential scans and VACUUMs work in a limit...
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-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
next