summaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
authorNeil Conway2005-03-12 15:36:24 +0000
committerNeil Conway2005-03-12 15:36:24 +0000
commitde004e44e2cb4c3def05ba3d9f1a6f23e802bea3 (patch)
tree2962249b350086375bd7b2a88f6327247114ee80 /contrib/README
parent919594f3e23b1c8bb5e70a10d255d233bb237e11 (diff)
Add pg_buffercache contrib module, from Mark Kirkwood.
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README
index 1cf43b6f661..74f82159b37 100644
--- a/contrib/README
+++ b/contrib/README
@@ -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>