aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_buffercache
Commit message (Expand)AuthorAge
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-12
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-13
* Convert contrib modules to use the extension facility.Tom Lane2011-02-13
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* pg_buffercache needs to be taught about relation forks, as Greg StarkHeikki Linnakangas2008-08-14
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-13
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-11
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-10
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-10
* Fix pg_buffercache to release buffer partition locks in reverse order,Tom Lane2007-07-16
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-26
* Add the usage count statistics to the information available inBruce Momjian2007-04-07
* Code cleanup for pg_buffercache, from Mark Kirkwood.Tom Lane2006-10-22
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-19
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Split the buffer mapping table into multiple separately lockableTom Lane2006-07-23
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-30
* Improve /contrib/pg_buffercache installation to use BEGIN/COMMIT,Bruce Momjian2006-04-26
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-27
* contrib uninstall scriptsPeter Eisentraut2006-02-27
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Do all accesses to shared buffer headers through volatile-qualifiedTom Lane2005-10-12
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-27
* Change relblocknumber field of pg_buffercache view from numeric to int8Tom Lane2005-05-31
* Remove pg_buffercache_pages.h -- patch from Mark Kirkwood.Neil Conway2005-04-01
* Fix build error in pg_buffercache on Win32 (native and cygwin). FromNeil Conway2005-03-31
* Add pg_buffercache contrib module, from Mark Kirkwood.Neil Conway2005-03-12