summaryrefslogtreecommitdiff
path: root/contrib/pg_buffercache/pg_buffercache_pages.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Change relblocknumber field of pg_buffercache view from numeric to int8Tom Lane2005-05-311-3/+3
* Remove pg_buffercache_pages.h -- patch from Mark Kirkwood.Neil Conway2005-04-011-2/+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-121-0/+238