summaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-03-20 18:14:46 +0000
committerBruce Momjian <bruce@momjian.us>2003-03-20 18:14:46 +0000
commitbd18c50ba87f12d1dc0aa65c1ff0507b2d1c5c41 (patch)
tree48959a0d90f31062cb9885c7a1ccbb574243cde8 /contrib/README
parent41d17389f178149dafbd673fe63ce5a6e5838629 (diff)
downloadpostgresql-bd18c50ba87f12d1dc0aa65c1ff0507b2d1c5c41.tar.gz
I have updated my pg_autovacuum program (formerly pg_avd, the name
changed as per discussion on the patches list). This version should be a good bit better. It addresses all the issues pointed out by Neil Conway. Vacuum and Analyze are now handled separately. It now monitors for xid wraparound. The number of database connections and queries has been significantly reduced compared the previous version. I have moved it from bin to contrib. More detail on the changes are in the TODO file. I have not tested the xid wraparound code as I have to let my AthlonXP 1600 run select 1 in a tight loop for approx. two days in order to perform the required 500,000,000 xacts. Matthew T. O'Connor
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 8287b2f04e..f535952425 100644
--- a/contrib/README
+++ b/contrib/README
@@ -132,6 +132,10 @@ oracle -
Converts Oracle database schema to PostgreSQL
by Gilles Darold <gilles@darold.net>
+pg_autovacuum -
+ Automatically performs vacuum
+ by Matthew T. O'Connor <matthew@zeut.net>
+
pg_dumplo -
Dump large objects
by Karel Zak <zakkr@zf.jcu.cz>