Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
aad41967
Commit
aad41967
authored
Jun 01, 2004
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
List pg_trgm in contrib Makefile and README.
parent
e590ceec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
15 deletions
+22
-15
contrib/Makefile
contrib/Makefile
+3
-2
contrib/README
contrib/README
+19
-13
No files found.
contrib/Makefile
View file @
aad41967
# $PostgreSQL: pgsql/contrib/Makefile,v 1.4
8 2004/03/05 05:15:16 momjian
Exp $
# $PostgreSQL: pgsql/contrib/Makefile,v 1.4
9 2004/06/01 05:15:47 tgl
Exp $
subdir
=
contrib
subdir
=
contrib
top_builddir
=
..
top_builddir
=
..
...
@@ -27,6 +27,7 @@ WANTED_DIRS = \
...
@@ -27,6 +27,7 @@ WANTED_DIRS = \
pg_autovacuum
\
pg_autovacuum
\
pg_dumplo
\
pg_dumplo
\
pg_logger
\
pg_logger
\
pg_trgm
\
pgbench
\
pgbench
\
pgcrypto
\
pgcrypto
\
pgstattuple
\
pgstattuple
\
...
@@ -43,8 +44,8 @@ WANTED_DIRS = \
...
@@ -43,8 +44,8 @@ WANTED_DIRS = \
vacuumlo
vacuumlo
# Missing:
# Missing:
# array \ (removed all but the README)
# adddepend \ (does not have a makefile)
# adddepend \ (does not have a makefile)
# array \ (removed all but the README)
# ipc_check \ (does not have a makefile)
# ipc_check \ (does not have a makefile)
# mSQL-interface \ (requires msql installed)
# mSQL-interface \ (requires msql installed)
# mac \ (does not have a makefile)
# mac \ (does not have a makefile)
...
...
contrib/README
View file @
aad41967
...
@@ -11,9 +11,9 @@ Each subdirectory contains a README file with information about the
...
@@ -11,9 +11,9 @@ Each subdirectory contains a README file with information about the
module. Most items can be built with `gmake all' and installed with
module. Most items can be built with `gmake all' and installed with
`gmake install' in the usual fashion, after you have run the `configure'
`gmake install' in the usual fashion, after you have run the `configure'
script in the top-level directory. Some directories supply new
script in the top-level directory. Some directories supply new
user-defined functions, operators, or types.
After you have installed
user-defined functions, operators, or types.
In these cases, after you have
the files you need to register the new entities in the database system
installed the files you need to register the new entities in the database
by running the commands in the supplied .sql file. For example,
system
by running the commands in the supplied .sql file. For example,
$ psql -d dbname -f module.sql
$ psql -d dbname -f module.sql
...
@@ -34,7 +34,7 @@ array -
...
@@ -34,7 +34,7 @@ array -
btree_gist -
btree_gist -
Support for emulating BTREE indexing in GiST
Support for emulating BTREE indexing in GiST
by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@s
tack.net
>
by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@s
igaev.ru
>
chkpass -
chkpass -
An auto-encrypted password datatype
An auto-encrypted password datatype
...
@@ -85,7 +85,7 @@ intagg -
...
@@ -85,7 +85,7 @@ intagg -
intarray -
intarray -
Index support for arrays of int4, using GiST
Index support for arrays of int4, using GiST
by Teodor Sigaev <teodor@s
tack.net
> and Oleg Bartunov <oleg@sai.msu.su>
by Teodor Sigaev <teodor@s
igaev.ru
> and Oleg Bartunov <oleg@sai.msu.su>
ipc_check -
ipc_check -
Simple test script to help in configuring IPC.
Simple test script to help in configuring IPC.
...
@@ -101,7 +101,7 @@ lo -
...
@@ -101,7 +101,7 @@ lo -
ltree -
ltree -
Tree-like data structures
Tree-like data structures
by Teodor Sigaev <teodor@s
tack.net
> and Oleg Bartunov <oleg@sai.msu.su>
by Teodor Sigaev <teodor@s
igaev.ru
> and Oleg Bartunov <oleg@sai.msu.su>
mSQL-interface -
mSQL-interface -
mSQL API translation library
mSQL API translation library
...
@@ -144,6 +144,11 @@ pg_logger -
...
@@ -144,6 +144,11 @@ pg_logger -
Stdin-to-syslog gateway for PostgreSQL
Stdin-to-syslog gateway for PostgreSQL
by Nathan Myers <ncm@nospam.cantrip.org>
by Nathan Myers <ncm@nospam.cantrip.org>
pg_trgm -
Functions for determining the similarity of text based on trigram
matching.
by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@sigaev.ru>
pg_upgrade -
pg_upgrade -
Upgrade from previous PostgreSQL version without pg_dump/reload
Upgrade from previous PostgreSQL version without pg_dump/reload
by Bruce Momjian <pgman@candle.pha.pa.us>
by Bruce Momjian <pgman@candle.pha.pa.us>
...
@@ -156,21 +161,22 @@ pgcrypto -
...
@@ -156,21 +161,22 @@ pgcrypto -
Cryptographic functions
Cryptographic functions
by Marko Kreen <marko@l-t.ee>
by Marko Kreen <marko@l-t.ee>
pgstattuple -
A function to return statistics about "dead" tuples and free
space within a table
by Tatsuo Ishii <t-ishii@sra.co.jp>
reindexdb -
reindexdb -
Reindexes a database
Reindexes a database
by Shaun Thomas <sthomas@townnews.com>
by Shaun Thomas <sthomas@townnews.com>
pgstattuple -
A function returns the percentage of "dead" tuples in a table
by Tatsuo Ishii <t-ishii@sra.co.jp>
rserv -
rserv -
Replication server
Replication server
by Vadim B. Mikheev <vadim4o@email.com>
by Vadim B. Mikheev <vadim4o@email.com>
rtree_gist -
rtree_gist -
Support for emulating RTREE indexing in GiST
Support for emulating RTREE indexing in GiST
by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@s
tack.net
>
by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@s
igaev.ru
>
seg -
seg -
Confidence-interval datatype (GiST indexing example)
Confidence-interval datatype (GiST indexing example)
...
@@ -200,12 +206,12 @@ tools -
...
@@ -200,12 +206,12 @@ tools -
tsearch -
tsearch -
Full-text-index support using GiST (obsolete version)
Full-text-index support using GiST (obsolete version)
by Teodor Sigaev <teodor@s
tack.net
> and Oleg Bartunov
by Teodor Sigaev <teodor@s
igaev.ru
> and Oleg Bartunov
<oleg@sai.msu.su>.
<oleg@sai.msu.su>.
tsearch2 -
tsearch2 -
Full-text-index support using GiST
Full-text-index support using GiST
by Teodor Sigaev <teodor@s
tack.net
> and Oleg Bartunov
by Teodor Sigaev <teodor@s
igaev.ru
> and Oleg Bartunov
<oleg@sai.msu.su>.
<oleg@sai.msu.su>.
userlock -
userlock -
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment