]> granicus.if.org Git - postgresql/history - src/backend/postmaster/bgwriter.c
Stamp copyrights for year 2011.
[postgresql] / src / backend / postmaster / bgwriter.c
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...