]> granicus.if.org Git - postgresql/history - src/backend/access/transam/slru.c
Reduce pinning and buffer content locking for btree scans.
[postgresql] / src / backend / access / transam / slru.c
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-03 Alvaro HerreraKeep track of transaction commit timestamps
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-27 Robert HaasRelax the requirement that all lwlocks be stored in...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-02 Alvaro HerreraHandle 5-char filenames in SlruScanDirectory
2014-01-02 Alvaro HerreraHandle wraparound during truncation in multixact/members
2013-08-19 Alvaro HerreraFix pg_upgrade failure from servers older than 9.3
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-28 Alvaro HerreraRemove obsolete XLogRecPtr macros
2012-11-27 Heikki LinnakangasAdd OpenTransientFile, with automatic cleanup at end...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-09 Robert HaasTeach SLRU code to avoid replacing I/O-busy pages.
2012-01-30 Tom LaneAssorted comment fixes, mostly just typos, but some...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-04 Tom LaneFix uninitialized-variable bug.
2011-10-04 Alvaro HerreraUse callbacks in SlruScanDirectory for the actual action
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-30 Alvaro HerreraAvoid unnecessary public struct declaration in slru.h
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-04-28 Tom LaneModify ShmemInitStruct and ShmemInitHash to throw error...
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-04-02 Bruce MomjianRevert DTrace patch from Robert Lor
2009-04-02 Bruce MomjianAdd support for additional DTrace probes.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-16 Bruce MomjianSmall comment spacing improvement.
2007-11-15 Bruce MomjianFix pgindent to properly handle 'else' and single-line...
2007-08-01 Tom LaneSupport an optional asynchronous commit mode, in which...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
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-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
2006-01-21 Tom LaneRepair longstanding bug in slru/clog logic: it is possi...
2005-12-06 Tom LaneGet rid of slru.c's hardwired insistence on a fixed...
2005-12-06 Tom LaneArrange for read-only accesses to SLRU page buffers...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-05 Tom LaneClean up representation of SLRU page state. This is...
2005-11-03 Tom LaneFix longstanding race condition in transaction log...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-19 Tom LaneSimplify uses of readdir() by creating a function ReadD...
2005-02-12 Bruce MomjianMove plpgsql DEBUG from DEBUG2 to DEBUG1 because it...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-06 Tom LaneDowngrade LOG messages to DEBUG1 for normal recycling...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-23 Tom LaneRearrange pg_subtrans handling as per recent discussion...
2004-07-21 Tom LaneInvent WAL timelines, as per recent discussion, to...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
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...
2004-05-28 Tom LaneCode review for EXEC_BACKEND changes. Reduce the numbe...
2004-02-23 Tom LaneReplace opendir/closedir calls throughout the backend...
2004-02-17 Bruce MomjianHere is an updated version of the win32 readdir patch.
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-01-28 Tom LaneReview uses of IsUnderPostmaster, change some tests...
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-08 Tom LaneSuppress unused-variable warnings when building without...
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-19 Tom LaneError message editing: finish up undone task of reporti...
2003-06-11 Bruce MomjianThis patch extracts page buffer pooling and the simple