Commit 4799cd7f authored by Tatsuo Ishii's avatar Tatsuo Ishii

Add pgrowlocks

parent 66126f96
# $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 subdir = contrib
top_builddir = .. top_builddir = ..
...@@ -25,6 +25,7 @@ WANTED_DIRS = \ ...@@ -25,6 +25,7 @@ WANTED_DIRS = \
pg_trgm \ pg_trgm \
pgbench \ pgbench \
pgcrypto \ pgcrypto \
pgrowlocks \
pgstattuple \ pgstattuple \
seg \ seg \
spi \ spi \
......
...@@ -113,16 +113,20 @@ pg_trgm - ...@@ -113,16 +113,20 @@ pg_trgm -
pgbench - pgbench -
TPC-B like benchmarking tool TPC-B like benchmarking tool
by Tatsuo Ishii <t-ishii@sra.co.jp> by Tatsuo Ishii <ishii@sraoss.co.jp>
pgcrypto - pgcrypto -
Cryptographic functions Cryptographic functions
by Marko Kreen <marko@l-t.ee> by Marko Kreen <marko@l-t.ee>
pgrowlocks -
A function to return row locking information
by Tatsuo Ishii <ishii@sraoss.co.jp>
pgstattuple - pgstattuple -
A function to return statistics about "dead" tuples and free A function to return statistics about "dead" tuples and free
space within a table space within a table
by Tatsuo Ishii <t-ishii@sra.co.jp> by Tatsuo Ishii <ishii@sraoss.co.jp>
seg - seg -
Confidence-interval datatype (GiST indexing example) Confidence-interval datatype (GiST indexing example)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment