]> granicus.if.org Git - postgresql/history - contrib/pg_buffercache
Correctly set t_self for heap tuples in expand_tuple
[postgresql] / contrib / pg_buffercache /
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-03-30 Simon RiggsDefault monitoring roles
2016-09-29 Heikki LinnakangasDon't bother to lock bufmgr partitions in pg_buffercache.
2016-09-15 Robert Haaspg_buffercache: Allow huge allocations.
2016-06-09 Robert HaasUpdate pg_buffercache extension for parallel query.
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-25 Andres FreundFix typos in some error messages thrown by extension...
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-14 Noah MischAdd file version information to most installed Windows...
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-10-12 Tom LaneThrow a useful error message if an extension script...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-02-14 Tom LaneAvoid use of CREATE OR REPLACE FUNCTION in extension...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
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-11-13 Bruce MomjianAdd CVS version labels to all install/uninstall scripts.
2007-11-11 Bruce MomjianMake /contrib install/uninstall script consistent:
2007-11-10 Bruce MomjianRemove references to READMEs from /contrib Makefiles.
2007-11-10 Bruce MomjianMove most /contrib README files into SGML. Some still...
2007-07-16 Tom LaneFix pg_buffercache to release buffer partition locks...
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
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...
2006-04-26 Bruce MomjianImprove /contrib/pg_buffercache installation to use...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-27 Peter Eisentrautcontrib uninstall 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-09-27 Tom LanePGXS should be set with := not =, as specified in the...
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.