Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
4799cd7f
Commit
4799cd7f
authored
19 years ago
by
Tatsuo Ishii
Browse files
Options
Downloads
Patches
Plain Diff
Add pgrowlocks
parent
66126f96
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/Makefile
+2
-1
2 additions, 1 deletion
contrib/Makefile
contrib/README
+6
-2
6 additions, 2 deletions
contrib/README
with
8 additions
and
3 deletions
contrib/Makefile
+
2
−
1
View file @
4799cd7f
# $PostgreSQL: pgsql/contrib/Makefile,v 1.6
4
2006/04/
0
3
18:47:41 petere
Exp $
# $PostgreSQL: pgsql/contrib/Makefile,v 1.6
5
2006/04/
2
3
02:17:59 ishii
Exp $
subdir
=
contrib
top_builddir
=
..
...
...
@@ -25,6 +25,7 @@ WANTED_DIRS = \
pg_trgm
\
pgbench
\
pgcrypto
\
pgrowlocks
\
pgstattuple
\
seg
\
spi
\
...
...
This diff is collapsed.
Click to expand it.
contrib/README
+
6
−
2
View file @
4799cd7f
...
...
@@ -113,16 +113,20 @@ pg_trgm -
pgbench -
TPC-B like benchmarking tool
by Tatsuo Ishii <
t-
ishii@sra.co.jp>
by Tatsuo Ishii <ishii@sra
oss
.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@sra
oss
.co.jp>
seg -
Confidence-interval datatype (GiST indexing example)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment