1
-
2
1
The PostgreSQL contrib tree
3
2
---------------------------
4
3
@@ -29,8 +28,8 @@ adminpack -
29
28
30
29
31
30
btree_gist -
32
- Support for emulating BTREE indexing in GiST
33
- by Oleg Bartunov <
[email protected] > and Teodor Sigaev <
[email protected] >
31
+ Support for emulating BTREE indexing in GiST
32
+ by Oleg Bartunov <
[email protected] > and Teodor Sigaev <
[email protected] >
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
46
45
46
+ dict_int -
47
+ Text search dictionary template for integers
48
+ by Sergey Karpov <
[email protected] >
49
+
50
+ dict_xsyn -
51
+ Text search dictionary template for extended synonym processing
52
+ by Sergey Karpov <
[email protected] >
53
+
47
54
earthdistance -
48
- Operator for computing earth distance for two points
55
+ Operator for computing earth distance between two points
49
56
50
57
51
58
fuzzystrmatch -
52
59
Levenshtein, metaphone, and soundex fuzzy string matching
53
60
54
61
55
62
hstore -
56
- Hstore - module for storing (key,value) pairs
57
- by Oleg Bartunov <
[email protected] > and Teodor Sigaev <
[email protected] >
63
+ Module for storing (key, value) pairs
64
+ by Oleg Bartunov <
[email protected] > and Teodor Sigaev <
[email protected] >
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 <
[email protected] >
94
101
102
+ pg_standby -
103
+ Sample archive_command for warm standby operation
104
+ by Simon Riggs <
[email protected] >
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 <
[email protected] >
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 <
[email protected] >
116
127
@@ -126,12 +137,16 @@ sslinfo -
126
137
by Victor Wagner <
[email protected] >
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
134
145
146
+ test_parser -
147
+ Sample text search parser
148
+ by Sergey Karpov <
[email protected] >
149
+
135
150
tsearch2 -
136
151
Full-text-index support using GiST
137
152
by Teodor Sigaev <
[email protected] > and Oleg Bartunov
0 commit comments