Add pgrowlocks

This commit is contained in:
Tatsuo Ishii 2006-04-23 02:17:59 +00:00
parent 66126f9687
commit 4799cd7f24
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/contrib/Makefile,v 1.64 2006/04/03 18:47:41 petere Exp $
# $PostgreSQL: pgsql/contrib/Makefile,v 1.65 2006/04/23 02:17:59 ishii Exp $
subdir = contrib
top_builddir = ..
@ -25,6 +25,7 @@ WANTED_DIRS = \
pg_trgm \
pgbench \
pgcrypto \
pgrowlocks \
pgstattuple \
seg \
spi \

View File

@ -113,16 +113,20 @@ pg_trgm -
pgbench -
TPC-B like benchmarking tool
by Tatsuo Ishii <t-ishii@sra.co.jp>
by Tatsuo Ishii <ishii@sraoss.co.jp>
pgcrypto -
Cryptographic functions
by Marko Kreen <marko@l-t.ee>
pgrowlocks -
A function to return row locking information
by Tatsuo Ishii <ishii@sraoss.co.jp>
pgstattuple -
A function to return statistics about "dead" tuples and free
space within a table
by Tatsuo Ishii <t-ishii@sra.co.jp>
by Tatsuo Ishii <ishii@sraoss.co.jp>
seg -
Confidence-interval datatype (GiST indexing example)