@@ -11,9 +11,9 @@ Each subdirectory contains a README file with information about the
11
11
module. Most items can be built with `gmake all' and installed with
12
12
`gmake install' in the usual fashion, after you have run the `configure'
13
13
script in the top-level directory. Some directories supply new
14
- user-defined functions, operators, or types. After you have installed
15
- the files you need to register the new entities in the database system
16
- by running the commands in the supplied .sql file. For example,
14
+ user-defined functions, operators, or types. In these cases, after you have
15
+ installed the files you need to register the new entities in the database
16
+ system by running the commands in the supplied .sql file. For example,
17
17
18
18
$ psql -d dbname -f module.sql
19
19
@@ -34,7 +34,7 @@ array -
34
34
35
35
btree_gist -
36
36
Support for emulating BTREE indexing in GiST
37
- by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@stack.net >
37
+ by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@sigaev.ru >
38
38
39
39
chkpass -
40
40
An auto-encrypted password datatype
@@ -85,7 +85,7 @@ intagg -
85
85
86
86
intarray -
87
87
Index support for arrays of int4, using GiST
88
- by Teodor Sigaev <teodor@stack.net > and Oleg Bartunov <oleg@sai.msu.su>
88
+ by Teodor Sigaev <teodor@sigaev.ru > and Oleg Bartunov <oleg@sai.msu.su>
89
89
90
90
ipc_check -
91
91
Simple test script to help in configuring IPC.
101
101
102
102
ltree -
103
103
Tree-like data structures
104
- by Teodor Sigaev <teodor@stack.net > and Oleg Bartunov <oleg@sai.msu.su>
104
+ by Teodor Sigaev <teodor@sigaev.ru > and Oleg Bartunov <oleg@sai.msu.su>
105
105
106
106
mSQL-interface -
107
107
mSQL API translation library
@@ -144,6 +144,11 @@ pg_logger -
144
144
Stdin-to-syslog gateway for PostgreSQL
145
145
by Nathan Myers <ncm@nospam.cantrip.org>
146
146
147
+ pg_trgm -
148
+ Functions for determining the similarity of text based on trigram
149
+ matching.
150
+ by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@sigaev.ru>
151
+
147
152
pg_upgrade -
148
153
Upgrade from previous PostgreSQL version without pg_dump/reload
149
154
by Bruce Momjian <pgman@candle.pha.pa.us>
@@ -156,21 +161,22 @@ pgcrypto -
156
161
Cryptographic functions
157
162
by Marko Kreen <marko@l-t.ee>
158
163
164
+ pgstattuple -
165
+ A function to return statistics about "dead" tuples and free
166
+ space within a table
167
+ by Tatsuo Ishii <t-ishii@sra.co.jp>
168
+
159
169
reindexdb -
160
170
Reindexes a database
161
171
by Shaun Thomas <sthomas@townnews.com>
162
172
163
- pgstattuple -
164
- A function returns the percentage of "dead" tuples in a table
165
- by Tatsuo Ishii <t-ishii@sra.co.jp>
166
-
167
173
rserv -
168
174
Replication server
169
175
by Vadim B. Mikheev <vadim4o@email.com>
170
176
171
177
rtree_gist -
172
178
Support for emulating RTREE indexing in GiST
173
- by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@stack.net >
179
+ by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@sigaev.ru >
174
180
175
181
seg -
176
182
Confidence-interval datatype (GiST indexing example)
@@ -200,12 +206,12 @@ tools -
200
206
201
207
tsearch -
202
208
Full-text-index support using GiST (obsolete version)
203
- by Teodor Sigaev <teodor@stack.net > and Oleg Bartunov
209
+ by Teodor Sigaev <teodor@sigaev.ru > and Oleg Bartunov
204
210
<oleg@sai.msu.su>.
205
211
206
212
tsearch2 -
207
213
Full-text-index support using GiST
208
- by Teodor Sigaev <teodor@stack.net > and Oleg Bartunov
214
+ by Teodor Sigaev <teodor@sigaev.ru > and Oleg Bartunov
209
215
<oleg@sai.msu.su>.
210
216
211
217
userlock -
0 commit comments