]> granicus.if.org Git - postgresql/history - src/backend/storage/buffer/bufmgr.c
Fix typo in comment.
[postgresql] / src / backend / storage / buffer / bufmgr.c
2015-01-28 Heikki LinnakangasFix typo in comment.
2015-01-19 Andres FreundFix various shortcomings of the new PrivateRefCount...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-11-13 Heikki LinnakangasFix race condition between hot standby and restoring...
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-10-20 Andres FreundFlush unlogged table's buffers when copying or moving...
2014-09-25 Robert HaasChange locking regimen around buffer replacement.
2014-08-30 Andres FreundMake backend local tracking of buffer pins memory effic...
2014-07-22 Tom LaneCheck block number against the correct fork in get_raw_...
2014-06-20 Andres FreundDon't allow to disable backend assertions via the debug...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-30 Tom LaneRationalize common/relpath.[hc].
2014-03-31 Robert HaasCount buffers dirtied due to hints in pgBufferUsage...
2014-01-27 Robert HaasRelax the requirement that all lwlocks be stored in...
2014-01-14 Tom LaneFix multiple bugs in index page locking during hot...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-13 Heikki LinnakangasAdd GUC to enable WAL-logging of hint bits, even with...
2013-08-02 Robert HaasFix typo in comment.
2013-06-17 Jeff DavisAdd buffer_std flag to MarkBufferDirtyHint().
2013-06-14 Tom LaneRefactor checksumming code to make it easier to use...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-08 Simon RiggsAvoid tricky race condition recording XLOG_HINT
2013-04-07 Simon RiggsTune BufferGetLSNAtomic() when checksums !enabled
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-03-15 Tom LaneImprove error reporting in code that checks for buffer...
2013-02-22 Alvaro HerreraMove relpath() to libpgcommon
2013-02-11 Heikki LinnakangasSupport unlogged GiST index.
2013-01-17 Alvaro HerreraAccelerate end-of-transaction dropping of relations
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-12 Heikki LinnakangasUse correct text domain for translating errcontext...
2012-10-17 Tom LaneRevert "Use "transient" files for blind writes, take 2".
2012-09-16 Simon RiggsFix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as...
2012-09-14 Robert HaasProperly set relpersistence for fake relcache entries.
2012-08-28 Alvaro HerreraSplit resowner.h
2012-07-17 Tom LaneImprove coding around the fsync request queue.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-07 Tom LaneScan the buffer pool just once, not once per fork,...
2012-06-07 Tom LaneDo unlocked prechecks in bufmgr.c loops that scan the...
2012-05-10 Tom LaneImprove control logic for bgwriter hibernation mode.
2012-04-29 Tom LaneRename I/O timing statistics columns to blk_read_time...
2012-04-29 Tom LaneRename track_iotiming GUC to track_io_timing.
2012-04-18 Robert HaasFix incorrect comment in SetBufferCommitInfoNeedsSave().
2012-04-05 Robert HaasExpose track_iotiming data via the statistics collector.
2012-03-27 Robert HaasNew GUC, track_iotiming, to track I/O timings.
2012-02-23 Robert HaasMake EXPLAIN (BUFFERS) track blocks dirtied, as well...
2012-01-26 Heikki LinnakangasMake bgwriter sleep longer when it has no work to do...
2012-01-06 Robert HaasFix variable confusion in BufferSync().
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-25 Alvaro HerreraImprove logging of autovacuum I/O activity
2011-11-19 Tom LaneAvoid floating-point underflow while tracking buffer...
2011-11-01 Simon RiggsSplit work of bgwriter between 2 processes: bgwriter...
2011-10-28 Robert HaasAllow hint bits to be set sooner for temporary and...
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-08-02 Tom LaneFix incorrect initialization of ProcGlobal->startupBuff...
2011-06-29 Peter EisentrautUnify spelling of "canceled", "canceling", "cancellation"
2011-06-18 Peter EisentrautCapitalization fixes
2011-06-10 Alvaro HerreraUse "transient" files for blind writes, take 2
2011-06-09 Alvaro HerreraRevert "Use "transient" files for blind writes"
2011-06-09 Alvaro HerreraUse "transient" files for blind writes
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-11-25 Robert HaasRemove belt-and-suspenders guards against buffer pin...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-20 Robert HaasRemove the isLocalBuf argument from ReadBuffer_common.
2010-08-14 Robert HaasFurther dtrace adjustments for the backend-IDs-in-relpa...
2010-08-13 Robert HaasFix assorted dtrace breakage caused by patch to include...
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-02-26 Bruce Momjianpgindent run for 9.0
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-04-03 Tom LaneAdd a comment documenting the question of whether Prefe...
2009-03-31 Tom LaneModify the relcache to record the temp status of both...
2009-03-23 Tom LaneMore fixes for 8.4 DTrace probes. Remove useless BUFFE...
2009-03-22 Tom LaneAdd isExtend to the parameters of the buffer_read_start...
2009-03-13 Tom LaneRestore previous ordering of BUFFER_FLUSH_START probe...
2009-03-11 Tom LaneCode review for dtrace probes added (so far) to 8.4...
2009-01-12 Tom LaneImplement prefetching via posix_fadvise() for bitmap...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-17 Bruce MomjianThe attached patch contains a couple of fixes in the...
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-10-31 Heikki LinnakangasUnite ReadBufferWithFork, ReadBufferWithStrategy, and...
2008-10-20 Alvaro HerreraProperly access a buffer's LSN using existing access...
2008-09-17 Tom LaneAllow ShowBufferUsage() to report the number of reads...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-08-05 Tom LaneIn ReadOrZeroBuffer (and related entry points), don...
2008-08-01 Alvaro HerreraAdd a few more DTrace probes to the backend.
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-11-15 Bruce Momjianpgindent run for 8.3.
next