summaryrefslogtreecommitdiff
path: root/contrib/pg_buffercache
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup for pg_buffercache, from Mark Kirkwood.Tom Lane2006-10-221-66/+34
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-191-6/+1
* pgindent run for 8.2.Bruce Momjian2006-10-041-5/+5
* Split the buffer mapping table into multiple separately lockableTom Lane2006-07-231-10/+13
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+3
* Improve /contrib/pg_buffercache installation to use BEGIN/COMMIT,Bruce Momjian2006-04-262-2/+6
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-1/+1
* contrib uninstall scriptsPeter Eisentraut2006-02-272-1/+8
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-47/+46
* Do all accesses to shared buffer headers through volatile-qualifiedTom Lane2005-10-121-20/+7
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-2/+2
* Change relblocknumber field of pg_buffercache view from numeric to int8Tom Lane2005-05-313-7/+7
* Remove pg_buffercache_pages.h -- patch from Mark Kirkwood.Neil Conway2005-04-012-20/+3
* Fix build error in pg_buffercache on Win32 (native and cygwin). FromNeil Conway2005-03-311-1/+6
* Add pg_buffercache contrib module, from Mark Kirkwood.Neil Conway2005-03-125-0/+403