]> granicus.if.org Git - postgresql/history - contrib/pg_buffercache/pg_buffercache_pages.c
pgindent run prior to branching
[postgresql] / contrib / pg_buffercache / pg_buffercache_pages.c
2017-06-21 Tom LanePhase 2 of pgindent updates.
2016-09-29 Heikki LinnakangasDon't bother to lock bufmgr partitions in pg_buffercache.
2016-09-15 Robert Haaspg_buffercache: Allow huge allocations.
2016-04-11 Andres FreundAllow Pin/UnpinBuffer to operate in a lockfree manner.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-01-29 Andres FreundAlign buffer descriptors to cache line boundaries.
2014-08-30 Andres FreundMake backend local tracking of buffer pins memory effic...
2014-08-22 Andres FreundFix newly introduced misspelling of existence in pg_buf...
2014-08-21 Andres FreundAdd pinning_backends column to the pg_buffercache exten...
2014-07-10 Bruce MomjianAdjust blank lines around PG_MODULE_MAGIC defines,...
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-01-27 Robert HaasRelax the requirement that all lwlocks be stored in...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2008-08-14 Heikki Linnakangaspg_buffercache needs to be taught about relation forks...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-07-16 Tom LaneFix pg_buffercache to release buffer partition locks...
2007-04-07 Bruce MomjianAdd the usage count statistics to the information avail...
2006-10-22 Tom LaneCode cleanup for pg_buffercache, from Mark Kirkwood.
2006-10-19 Tom LaneClean up local redeclarations of variables with DLLIMPO...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-23 Tom LaneSplit the buffer mapping table into multiple separately...
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-12 Tom LaneDo all accesses to shared buffer headers through volati...
2005-05-31 Tom LaneChange relblocknumber field of pg_buffercache view...
2005-04-01 Neil ConwayRemove pg_buffercache_pages.h -- patch from Mark Kirkwood.
2005-03-31 Neil ConwayFix build error in pg_buffercache on Win32 (native...
2005-03-12 Neil ConwayAdd pg_buffercache contrib module, from Mark Kirkwood.