diff --git a/contrib/Makefile b/contrib/Makefile index 0b208851c16543ad32f3502664f1681654d04f23..c85a6526a014afb7c0dbadeb406cbcf542bd5f29 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/Makefile,v 1.90 2009/11/18 21:57:56 tgl Exp $ +# $PostgreSQL: pgsql/contrib/Makefile,v 1.91 2010/05/12 16:50:58 tgl Exp $ subdir = contrib top_builddir = .. @@ -31,6 +31,7 @@ SUBDIRS = \ pg_standby \ pg_stat_statements \ pg_trgm \ + pg_upgrade \ pgbench \ pgcrypto \ pgrowlocks \ diff --git a/contrib/README b/contrib/README index ff35c08a700501cd9583218fe4c609765c21d5d1..a04c04346edadfad1334d763c61ced6fd8f89506 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>