]> granicus.if.org Git - postgresql/history - contrib/pg_buffercache
Fix hstore regression tests.
[postgresql] / contrib / pg_buffercache /
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.