1
-
2
1
The PostgreSQL contrib tree
3
2
---------------------------
4
3
@@ -29,8 +28,8 @@ adminpack -
29
28
by Dave Page <dpage@vale-housing.co.uk>
30
29
31
30
btree_gist -
32
- Support for emulating BTREE indexing in GiST
33
- by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@sigaev.ru>
31
+ Support for emulating BTREE indexing in GiST
32
+ by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@sigaev.ru>
34
33
35
34
chkpass -
36
35
An auto-encrypted password datatype
@@ -44,17 +43,25 @@ dblink -
44
43
Allows remote query execution
45
44
by Joe Conway <mail@joeconway.com>
46
45
46
+ dict_int -
47
+ Text search dictionary template for integers
48
+ by Sergey Karpov <karpov@sao.ru>
49
+
50
+ dict_xsyn -
51
+ Text search dictionary template for extended synonym processing
52
+ by Sergey Karpov <karpov@sao.ru>
53
+
47
54
earthdistance -
48
- Operator for computing earth distance for two points
55
+ Operator for computing earth distance between two points
49
56
by Hal Snyder <hal@vailsys.com>
50
57
51
58
fuzzystrmatch -
52
59
Levenshtein, metaphone, and soundex fuzzy string matching
53
60
by Joe Conway <mail@joeconway.com>, Joel Burton <jburton@scw.org>
54
61
55
62
hstore -
56
- Hstore - module for storing (key,value) pairs
57
- by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@sigaev.ru>
63
+ Module for storing (key, value) pairs
64
+ by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@sigaev.ru>
58
65
59
66
intagg -
60
67
Integer aggregator
@@ -92,6 +99,10 @@ pg_freespacemap -
92
99
Displays the contents of the free space map (FSM)
93
100
by Mark Kirkwood <markir@paradise.net.nz>
94
101
102
+ pg_standby -
103
+ Sample archive_command for warm standby operation
104
+ by Simon Riggs <simon@2ndquadrant.com>
105
+
95
106
pg_trgm -
96
107
Functions for determining the similarity of text based on trigram
97
108
matching.
@@ -110,7 +121,7 @@ pgrowlocks -
110
121
by Tatsuo Ishii <ishii@sraoss.co.jp>
111
122
112
123
pgstattuple -
113
- A function to return statistics about "dead" tuples and free
124
+ Functions to return statistics about "dead" tuples and free
114
125
space within a table
115
126
by Tatsuo Ishii <ishii@sraoss.co.jp>
116
127
@@ -126,12 +137,16 @@ sslinfo -
126
137
by Victor Wagner <vitus@cryptocom.ru>
127
138
128
139
start-scripts -
129
- Scripts for starting the server at boot time.
140
+ Scripts for starting the server at boot time on various platforms .
130
141
131
142
tablefunc -
132
143
Examples of functions returning tables
133
144
by Joe Conway <mail@joeconway.com>
134
145
146
+ test_parser -
147
+ Sample text search parser
148
+ by Sergey Karpov <karpov@sao.ru>
149
+
135
150
tsearch2 -
136
151
Full-text-index support using GiST
137
152
by Teodor Sigaev <teodor@sigaev.ru> and Oleg Bartunov
0 commit comments