File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/contrib/Makefile,v 1.64 2006/04/03 18:47:41 petere Exp $
1
+ # $PostgreSQL: pgsql/contrib/Makefile,v 1.65 2006/04/23 02:17:59 ishii Exp $
2
2
3
3
subdir = contrib
4
4
top_builddir = ..
@@ -25,6 +25,7 @@ WANTED_DIRS = \
25
25
pg_trgm \
26
26
pgbench \
27
27
pgcrypto \
28
+ pgrowlocks \
28
29
pgstattuple \
29
30
seg \
30
31
spi \
Original file line number Diff line number Diff line change @@ -113,16 +113,20 @@ pg_trgm -
113
113
114
114
pgbench -
115
115
TPC-B like benchmarking tool
116
- by Tatsuo Ishii <t- ishii@sra .co.jp>
116
+ by Tatsuo Ishii <ishii@sraoss .co.jp>
117
117
118
118
pgcrypto -
119
119
Cryptographic functions
120
120
by Marko Kreen <
[email protected] >
121
121
122
+ pgrowlocks -
123
+ A function to return row locking information
124
+ by Tatsuo Ishii <
[email protected] >
125
+
122
126
pgstattuple -
123
127
A function to return statistics about "dead" tuples and free
124
128
space within a table
125
- by Tatsuo Ishii <t- ishii@sra .co.jp>
129
+ by Tatsuo Ishii <ishii@sraoss .co.jp>
126
130
127
131
seg -
128
132
Confidence-interval datatype (GiST indexing example)
You can’t perform that action at this time.
0 commit comments