]> granicus.if.org Git - postgresql/history - src/backend/postmaster/bgwriter.c
Lockless StrategyGetBuffer clock sweep hot path.
[postgresql] / src / backend / postmaster / bgwriter.c
2014-12-25 Andres FreundLockless StrategyGetBuffer clock sweep hot path.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-15 Robert HaasLogging running transactions every 15 seconds.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-20 Heikki LinnakangasDon't set ThisTimeLineID in checkpointer & bgwriter...
2012-12-13 Heikki LinnakangasMake xlog_internal.h includable in frontend context.
2012-10-17 Tom LaneClose un-owned SMgrRelations at transaction end.
2012-08-28 Alvaro HerreraSplit resowner.h
2012-07-18 Tom LaneFix management of pendingOpsTable in auxiliary processes.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-01 Simon RiggsAfter any checkpoint, close all smgr files handles...
2012-05-11 Tom LaneCosmetic adjustments for postmaster's handling of check...
2012-05-10 Tom LaneMake WaitLatch's WL_POSTMASTER_DEATH result trustworthy...
2012-05-10 Tom LaneImprove tests for postmaster death in auxiliary processes.
2012-05-10 Tom LaneImprove control logic for bgwriter hibernation mode.
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-11-01 Simon RiggsComment changes to show bgwriter no longer performs...
2011-11-01 Simon RiggsSplit work of bgwriter between 2 processes: bgwriter...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-08 Heikki LinnakangasIntroduce a pipe between postmaster and each backend...
2011-06-29 Peter EisentrautUnify spelling of "canceled", "canceling", "cancellation"
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-19 Robert HaasMove synchronous_standbys_defined updates from WAL...
2011-01-29 Robert HaasTry to avoid running with a full fsync request queue.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-15 Robert HaasAdd new buffers_backend_fsync field to pg_stat_bgwriter.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-04-28 Tom LaneModify ShmemInitStruct and ShmemInitHash to throw error...
2010-02-05 Bruce MomjianDocument that archive_timeout will force new WAL files...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-16 Peter EisentrautIf there is no sigdelset(), define it as a macro.
2009-07-31 Tom LaneCreate a multiplexing structure for signals to Postgres...
2009-06-26 Tom LaneCleanup and code review for the patch that made bgwrite...
2009-06-25 Heikki LinnakangasFix some serious bugs in archive recovery, now that...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-05-15 Tom LaneFix all the server-side SIGQUIT handlers (grumble ...
2009-03-26 Peter EisentrautGettext plural support
2009-02-18 Heikki LinnakangasStart background writer during archive recovery. Backgr...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-23 Tom LaneTeach RequestCheckpoint() to wait and retry a few times...
2008-10-14 Heikki LinnakangasFix oversight in the relation forks patch: forgot to...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-14 Tom LaneFix incorrect calculation of elapsed_xlogs. Itagaki...
2007-10-04 Tom LaneChange Assert() to a plain test and elog, just to see...
2007-09-25 Tom LaneJust-in-time background writing strategy. This code...
2007-09-16 Tom LaneRemove Assert(BgWriterShmem != NULL), which is rather...
2007-09-11 Tom LaneMake sure that open hash table scans are cleaned up...
2007-07-03 Tom LaneFix incorrect comment about the timing of AbsorbFsyncRe...
2007-06-30 Tom LaneImprove logging of checkpoints. Patch by Greg Smith...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-03-30 Magnus HaganderAdd some instrumentation to the bgwriter, through the...
2007-01-17 Tom LaneExtend yesterday's patch so that the bgwriter is also...
2007-01-17 Tom LaneRevise bgwriter fsync-request mechanism to improve...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-01 Tom LaneMake the bgwriter's error recovery path do smgrcloseall...
2006-11-30 Tom LaneMinor adjustments to make failures in startup/shutdown...
2006-11-21 Tom LaneOn systems that have setsid(2) (which should be just...
2006-11-21 Tom LaneAdjust elog.c so that elog(FATAL) exits (including...
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-17 Tom LaneImplement archive_timeout feature to force xlog file...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-05-30 Tom LaneClarify the HINT for 'checkpoint request failed', per...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-08 Tom LaneFix bgwriter's failure to release buffer pins and open...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-12 Tom LaneEnsure that any memory leaked during an error inside...
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-08-02 Tom LaneTweak BgBufferSync() so that a persistent write error...
2005-06-30 Tom LaneImprove the checkpoint signaling mechanism so that...
2005-05-28 Tom LaneBgwriter should PANIC if it runs out of memory for...
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2005-02-19 Tom LaneNew arrangement to always let the bgwriter do checkpoin...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-05 Peter EisentrautSmall message clarifications
2004-10-28 Tom LaneOn Windows, force a checkpoint just before dropping...
2004-10-12 Peter EisentrautMessage style revisions
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-08-04 Tom LaneFix typo in comment.
2004-07-31 Tom LaneRestructure error handling as recently discussed. ...
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
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...