1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Add pg_buffercache contrib module, from Mark Kirkwood.

This commit is contained in:
Neil Conway
2005-03-12 15:36:24 +00:00
parent 919594f3e2
commit de004e44e2
7 changed files with 409 additions and 1 deletions

View File

@ -136,6 +136,10 @@ pg_autovacuum -
Automatically performs vacuum
by Matthew T. O'Connor <matthew@zeut.net>
pg_buffercache -
Real time queries on the shared buffer cache
by Mark Kirkwood <markir@paradise.net.nz>
pg_dumplo -
Dump large objects
by Karel Zak <zakkr@zf.jcu.cz>