]> granicus.if.org Git - postgresql/history - src/backend/storage/buffer/bufmgr.c
Make init_spin_delay() C89 compliant and change stuck spinlock reporting.
[postgresql] / src / backend / storage / buffer / bufmgr.c
2016-04-14 Andres FreundMake init_spin_delay() C89 compliant and change stuck...
2016-04-11 Kevin GrittnerUse static inline function for BufferGetPage()
2016-04-11 Andres FreundAllow Pin/UnpinBuffer to operate in a lockfree manner.
2016-04-08 Kevin GrittnerAdd the "snapshot too old" feature
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-04-02 Noah MischCopyedit comments and documentation.
2016-03-15 Robert HaasFix typos.
2016-03-11 Andres FreundBlindly try to fix dtrace enabled builds, broken in...
2016-03-11 Andres FreundCheckpoint sorting and balancing.
2016-03-11 Andres FreundAllow to trigger kernel writeback after a configurable...
2016-03-10 Robert HaasProvide much better wait information in pg_stat_activity.
2016-02-22 Andres FreundFix wrong keysize in PrivateRefCountHash creation.
2016-02-10 Tom LaneRevert "Temporarily make pg_ctl and server shutdown...
2016-02-08 Tom LaneTemporarily make pg_ctl and server shutdown a whole...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-15 Robert HaasMove buffer I/O and content LWLocks out of the main...
2015-12-14 Andres FreundCorrect statement to actually be the intended assert...
2015-12-10 Andres FreundFix bug leading to restoring unlogged relations from...
2015-11-16 Robert HaasRemove volatile qualifiers from bufmgr.c and freelist.c
2015-09-08 Alvaro HerreraAllow per-tablespace effective_io_concurrency
2015-08-12 Andres FreundFix two off-by-one errors in bufmgr.c.
2015-06-26 Heikki LinnakangasFix a couple of bugs with wal_log_hints.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-02-23 Andres FreundGuard against spurious signals in LockBufferForCleanup.
2015-01-29 Andres FreundAlign buffer descriptors to cache line boundaries.
2015-01-29 Andres FreundFix #ifdefed'ed out code to compile again.
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...
next