]> granicus.if.org Git - postgresql/history - src/backend/postmaster/bgwriter.c
Fix up pgstats counting of live and dead tuples to recognize that committed
[postgresql] / src / backend / postmaster / bgwriter.c
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...