]> granicus.if.org Git - postgresql/history - src/backend/storage/buffer/freelist.c
Update copyrights for 2013
[postgresql] / src / backend / storage / buffer / freelist.c
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-07-16 Peter EisentrautRemove unreachable code
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-10 Tom LaneImprove control logic for bgwriter hibernation mode.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-22 Tom LaneFor bulk write operations (eg COPY IN), use a ring...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-06 Tom LaneImprove bulk-insert performance by keeping the current...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-25 Tom LaneJust-in-time background writing strategy. This code...
2007-06-08 Tom LaneArrange for large sequential scans to synchronize with...
2007-05-30 Tom LaneMake large sequential scans and VACUUMs work in a limit...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-23 Tom LaneFix oversight in sizing of shared buffer lookup hashtab...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-12 Tom LaneDo all accesses to shared buffer headers through volati...
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2005-02-03 Tom LaneEnsure that all details of the ARC algorithm are hidden...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-11 Tom LaneStrategyDirtyBufferList wasn't being careful to honor...
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-04-21 Tom LaneAnother round of code cleanup on bufmgr. Use BM_VALID...
2004-04-19 Tom LaneCode review for ARC patch. Eliminate static variables...
2004-02-12 Jan WieckFixed bug where FlushRelationBuffers() did call Strateg...
2004-02-06 Jan WieckCost based vacuum delay feature.
2004-01-15 Jan WieckAdjusted calculation of shared memory requirements...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-27 Peter EisentrautConditionalize variable that is only used conditionally...
2003-11-19 Jan WieckBackground writer process
2003-11-16 Jan WieckChanged parameter name for shared cache status report...
2003-11-13 Jan Wieck2nd try for the ARC strategy.
2003-11-13 Jan WieckARC strategy backed out ... sorry
2003-11-13 Jan WieckReplacement of the buffer replacement strategy with...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-24 Tom LaneError message editing in backend/storage.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-07-06 Tom LaneImplement LockBufferForCleanup(), which will allow...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-30 Tom LaneRearrange bufmgr header files so that buf_internals...
2000-04-09 Tom LaneBuffer manager modifications to keep a local buffer...
2000-01-26 Bruce MomjianAdd:
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-06-15 Bruce MomjianFix macros that were not properly surrounded by parens...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-03 Marc G. FournierClean up Makefile
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01