File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/contrib/Makefile,v 1.90 2009/11/18 21:57:56 tgl Exp $
1
+ # $PostgreSQL: pgsql/contrib/Makefile,v 1.91 2010/05/12 16:50:58 tgl Exp $
2
2
3
3
subdir = contrib
4
4
top_builddir = ..
@@ -31,6 +31,7 @@ SUBDIRS = \
31
31
pg_standby \
32
32
pg_stat_statements \
33
33
pg_trgm \
34
+ pg_upgrade \
34
35
pgbench \
35
36
pgcrypto \
36
37
pgrowlocks \
Original file line number Diff line number Diff line change @@ -129,6 +129,10 @@ pg_trgm -
129
129
matching.
130
130
by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@sigaev.ru>
131
131
132
+ pg_upgrade -
133
+ Support for in-place upgrade between major releases of PostgreSQL
134
+ Bruce Momjian <bruce@momjian.us> and others
135
+
132
136
pgbench -
133
137
TPC-B like benchmarking tool
134
138
by Tatsuo Ishii <ishii@sraoss.co.jp>
You can’t perform that action at this time.
0 commit comments