summaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-05-12 16:50:58 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2010-05-12 16:50:58 +0000
commit44e55690fde08b725cf8e8fee5a402f26b3f6db7 (patch)
tree1be629269de66914747ef9fedc146a762a908057 /contrib/README
parent087b393dabc5309bfdcdfb57ee7bb91debcc6ed5 (diff)
downloadpostgresql-44e55690fde08b725cf8e8fee5a402f26b3f6db7.tar.gz
Hook pg_upgrade into the contrib makefile structure so it gets built
on the buildfarm.
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 ff35c08a70..a04c04346e 100644
--- a/contrib/README
+++ b/contrib/README
@@ -129,6 +129,10 @@ pg_trgm -
matching.
by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@sigaev.ru>
+pg_upgrade -
+ Support for in-place upgrade between major releases of PostgreSQL
+ Bruce Momjian <bruce@momjian.us> and others
+
pgbench -
TPC-B like benchmarking tool
by Tatsuo Ishii <ishii@sraoss.co.jp>