File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 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 $
22
33subdir = contrib
44top_builddir = ..
@@ -25,6 +25,7 @@ WANTED_DIRS = \
2525 pg_trgm \
2626 pgbench \
2727 pgcrypto \
28+ pgrowlocks \
2829 pgstattuple \
2930 seg \
3031 spi \
Original file line number Diff line number Diff line change @@ -113,16 +113,20 @@ pg_trgm -
113113
114114pgbench -
115115 TPC-B like benchmarking tool
116- by Tatsuo Ishii <t- ishii@sra .co.jp>
116+ by Tatsuo Ishii <ishii@sraoss .co.jp>
117117
118118pgcrypto -
119119 Cryptographic functions
120120 by Marko Kreen <marko@l-t.ee>
121121
122+ pgrowlocks -
123+ A function to return row locking information
124+ by Tatsuo Ishii <ishii@sraoss.co.jp>
125+
122126pgstattuple -
123127 A function to return statistics about "dead" tuples and free
124128 space within a table
125- by Tatsuo Ishii <t- ishii@sra .co.jp>
129+ by Tatsuo Ishii <ishii@sraoss .co.jp>
126130
127131seg -
128132 Confidence-interval datatype (GiST indexing example)
You can’t perform that action at this time.
0 commit comments