Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4799cd7

Browse files
committed
Add pgrowlocks
1 parent66126f9 commit4799cd7

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

‎contrib/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
subdir = contrib
44
top_builddir = ..
@@ -25,6 +25,7 @@ WANTED_DIRS = \
2525
pg_trgm\
2626
pgbench\
2727
pgcrypto\
28+
pgrowlocks\
2829
pgstattuple\
2930
seg\
3031
spi\

‎contrib/README

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,20 @@ pg_trgm -
113113

114114
pgbench -
115115
TPC-B like benchmarking tool
116-
by Tatsuo Ishii <t-ishii@sra.co.jp>
116+
by Tatsuo Ishii <ishii@sraoss.co.jp>
117117

118118
pgcrypto -
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+
122126
pgstattuple -
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

127131
seg -
128132
Confidence-interval datatype (GiST indexing example)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp