-# $PostgreSQL: pgsql/contrib/Makefile,v 1.48 2004/03/05 05:15:16 momjian Exp $
+# $PostgreSQL: pgsql/contrib/Makefile,v 1.49 2004/06/01 05:15:47 tgl Exp $
subdir = contrib
top_builddir = ..
pg_autovacuum \
pg_dumplo \
pg_logger \
+ pg_trgm \
pgbench \
pgcrypto \
pgstattuple \
vacuumlo
# Missing:
-# array \ (removed all but the README)
# adddepend \ (does not have a makefile)
+# array \ (removed all but the README)
# ipc_check \ (does not have a makefile)
# mSQL-interface \ (requires msql installed)
# mac \ (does not have a makefile)
module. Most items can be built with `gmake all' and installed with
`gmake install' in the usual fashion, after you have run the `configure'
script in the top-level directory. Some directories supply new
-user-defined functions, operators, or types. After you have installed
-the files you need to register the new entities in the database system
-by running the commands in the supplied .sql file. For example,
+user-defined functions, operators, or types. In these cases, after you have
+installed the files you need to register the new entities in the database
+system by running the commands in the supplied .sql file. For example,
$ psql -d dbname -f module.sql
btree_gist -
Support for emulating BTREE indexing in GiST
- by Oleg Bartunov
and Teodor Sigaev tack.net>
+ by Oleg Bartunov
and Teodor Sigaev igaev.ru>
chkpass -
An auto-encrypted password datatype
intarray -
Index support for arrays of int4, using GiST
- by Teodor Sigaev
tack.net> and Oleg Bartunov
+ by Teodor Sigaev
igaev.ru> and Oleg Bartunov
ipc_check -
Simple test script to help in configuring IPC.
ltree -
Tree-like data structures
- by Teodor Sigaev
tack.net> and Oleg Bartunov
+ by Teodor Sigaev
igaev.ru> and Oleg Bartunov
mSQL-interface -
mSQL API translation library
Stdin-to-syslog gateway for PostgreSQL
by Nathan Myers
+pg_trgm -
+ Functions for determining the similarity of text based on trigram
+ matching.
+ by Oleg Bartunov
and Teodor Sigaev
+
pg_upgrade -
Upgrade from previous PostgreSQL version without pg_dump/reload
Cryptographic functions
by Marko Kreen
+pgstattuple -
+ A function to return statistics about "dead" tuples and free
+ space within a table
+ by Tatsuo Ishii
+
reindexdb -
Reindexes a database
by Shaun Thomas
-pgstattuple -
- A function returns the percentage of "dead" tuples in a table
- by Tatsuo Ishii
-
rserv -
Replication server
by Vadim B. Mikheev
rtree_gist -
Support for emulating RTREE indexing in GiST
- by Oleg Bartunov
and Teodor Sigaev tack.net>
+ by Oleg Bartunov
and Teodor Sigaev igaev.ru>
seg -
Confidence-interval datatype (GiST indexing example)
tsearch -
Full-text-index support using GiST (obsolete version)
- by Teodor Sigaev tack.net> and Oleg Bartunov
+ by Teodor Sigaev igaev.ru> and Oleg Bartunov
tsearch2 -
Full-text-index support using GiST
- by Teodor Sigaev tack.net> and Oleg Bartunov
+ by Teodor Sigaev igaev.ru> and Oleg Bartunov
userlock -