@@ -28,10 +28,6 @@ adddepend -
28
28
Add object dependency information to pre-7.3 objects.
29
29
by Rod Taylor <rbt@rbt.ca>
30
30
31
- array -
32
- Array iterator functions (now obsolete due to backend improvements)
33
- by Massimo Dal Zotto <dz@cs.unitn.it>
34
-
35
31
btree_gist -
36
32
Support for emulating BTREE indexing in GiST
37
33
by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@sigaev.ru>
@@ -87,10 +83,6 @@ intarray -
87
83
Index support for arrays of int4, using GiST
88
84
by Teodor Sigaev <teodor@sigaev.ru> and Oleg Bartunov <oleg@sai.msu.su>
89
85
90
- ipc_check -
91
- Simple test script to help in configuring IPC.
92
- FreeBSD only, for now.
93
-
94
86
isbn_issn -
95
87
PostgreSQL type extensions for ISBN (books) and ISSN (serials)
96
88
by Garrett A. Wollman <wollman@khavrinen.lcs.mit.edu>
@@ -111,19 +103,6 @@ mac -
111
103
Support functions for MAC address types
112
104
by Lawrence E. Rosenman <ler@lerctr.org>
113
105
114
- miscutil -
115
- PostgreSQL assert checking and various utility functions
116
- by Massimo Dal Zotto <dz@cs.unitn.it>
117
-
118
- mysql -
119
- Utility to convert MySQL schema dumps to SQL92 and PostgreSQL
120
- by Thomas Lockhart <lockhart@alumni.caltech.edu>
121
- Max Rudensky <fonin@ziet.zhitomir.ua>
122
- Valentine Danilchuk <valdan@ziet.zhitomir.ua>
123
-
124
- noupdate -
125
- Trigger to prevent updates on single columns
126
-
127
106
oid2name -
128
107
Maps numeric files to table names
129
108
by B Palmer <bpalmer@crimelabs.net>
@@ -140,19 +119,11 @@ pg_buffercache -
140
119
Real time queries on the shared buffer cache
141
120
by Mark Kirkwood <markir@paradise.net.nz>
142
121
143
- pg_dumplo -
144
- Dump large objects
145
- by Karel Zak <zakkr@zf.jcu.cz>
146
-
147
122
pg_trgm -
148
123
Functions for determining the similarity of text based on trigram
149
124
matching.
150
125
by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@sigaev.ru>
151
126
152
- pg_upgrade -
153
- Upgrade from previous PostgreSQL version without pg_dump/reload
154
- by Bruce Momjian <pgman@candle.pha.pa.us>
155
-
156
127
pgbench -
157
128
TPC-B like benchmarking tool
158
129
by Tatsuo Ishii <t-ishii@sra.co.jp>
@@ -183,10 +154,6 @@ spi -
183
154
184
155
start-scripts -
185
156
Scripts for starting the server at boot time.
186
-
187
- string -
188
- C-like input/output conversion routines for strings
189
- by Massimo Dal Zotto <dz@cs.unitn.it>
190
157
191
158
tablefunc -
192
159
Examples of functions returning tables
@@ -196,15 +163,6 @@ tips/apache_logging -
196
163
Getting Apache to log to PostgreSQL
197
164
by Terry Mackintosh <terry@terrym.com>
198
165
199
- tools -
200
- Assorted developer tools
201
- by Massimo Dal Zotto <dz@cs.unitn.it>
202
-
203
- tsearch -
204
- Full-text-index support using GiST (obsolete version)
205
- by Teodor Sigaev <teodor@sigaev.ru> and Oleg Bartunov
206
- <oleg@sai.msu.su>.
207
-
208
166
tsearch2 -
209
167
Full-text-index support using GiST
210
168
by Teodor Sigaev <teodor@sigaev.ru> and Oleg Bartunov
@@ -218,10 +176,6 @@ vacuumlo -
218
176
Remove orphaned large objects
219
177
by Peter T Mount <peter@retep.org.uk>
220
178
221
- xml -
222
- Storing XML in PostgreSQL (obsolete version)
223
- by John Gray <jgray@azuli.co.uk>
224
-
225
179
xml2 -
226
180
Storing XML in PostgreSQL
227
181
by John Gray <jgray@azuli.co.uk>
0 commit comments