Skip to content

Commit af7d257

Browse files
committed
Remove contrib modules that have been migrated to pgfoundry: adddepend,
dbase, dbmirror, fulltextindex, mac, userlock; or abandoned: mSQL-interface, tips.
1 parent a3242fb commit af7d257

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+6
-7063
lines changed

contrib/Makefile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/Makefile,v 1.67 2006/09/04 15:07:46 petere Exp $
1+
# $PostgreSQL: pgsql/contrib/Makefile,v 1.68 2006/09/05 17:20:26 tgl Exp $
22

33
subdir = contrib
44
top_builddir = ..
@@ -9,11 +9,8 @@ WANTED_DIRS = \
99
btree_gist \
1010
chkpass \
1111
cube \
12-
dbase \
1312
dblink \
14-
dbmirror \
1513
earthdistance \
16-
fulltextindex \
1714
fuzzystrmatch \
1815
intagg \
1916
intarray \
@@ -31,19 +28,14 @@ WANTED_DIRS = \
3128
seg \
3229
spi \
3330
tablefunc \
34-
tips \
3531
tsearch2 \
36-
userlock \
3732
vacuumlo
3833

3934
ifeq ($(with_openssl),yes)
4035
WANTED_DIRS += sslinfo
4136
endif
4237

4338
# Missing:
44-
# adddepend \ (does not have a makefile)
45-
# mSQL-interface \ (requires msql installed)
46-
# mac \ (does not have a makefile)
4739
# start-scripts \ (does not have a makefile)
4840
# xml2 \ (requires libxml installed)
4941

contrib/README

Lines changed: 5 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,9 @@ procedure.
2424
Index:
2525
------
2626

27-
adddepend -
28-
Add object dependency information to pre-7.3 objects.
29-
by Rod Taylor <rbt@rbt.ca>
30-
3127
adminpack -
3228
File and log manipulation routines, used by pgAdmin
33-
by From: Dave Page <dpage@vale-housing.co.uk>
29+
by Dave Page <dpage@vale-housing.co.uk>
3430

3531
btree_gist -
3632
Support for emulating BTREE indexing in GiST
@@ -44,28 +40,14 @@ cube -
4440
Multidimensional-cube datatype (GiST indexing example)
4541
by Gene Selkov, Jr. <selkovjr@mcs.anl.gov>
4642

47-
dbase -
48-
Converts from dbase/xbase to PostgreSQL
49-
by Maarten.Boekhold <Maarten.Boekhold@reuters.com>,
50-
Frank Koormann <fkoorman@usf.uni-osnabrueck.de>,
51-
Ivan Baldo <lubaldo@adinet.com.uy>
52-
5343
dblink -
5444
Allows remote query execution
5545
by Joe Conway <mail@joeconway.com>
5646

57-
dbmirror -
58-
Replication server
59-
by Steven Singer <ssinger@navtechinc.com>
60-
6147
earthdistance -
6248
Operator for computing earth distance for two points
6349
by Hal Snyder <hal@vailsys.com>
6450

65-
fulltextindex -
66-
Full text indexing using triggers
67-
by Maarten Boekhold <maartenb@dutepp0.et.tudelft.nl>
68-
6951
fuzzystrmatch -
7052
Levenshtein, metaphone, and soundex fuzzy string matching
7153
by Joe Conway <mail@joeconway.com>, Joel Burton <jburton@scw.org>
@@ -90,14 +72,6 @@ ltree -
9072
Tree-like data structures
9173
by Teodor Sigaev <teodor@sigaev.ru> and Oleg Bartunov <oleg@sai.msu.su>
9274

93-
mSQL-interface -
94-
mSQL API translation library
95-
by Aldrin Leal <aldrin@americasnet.com>
96-
97-
mac -
98-
Support functions for MAC address types
99-
by Lawrence E. Rosenman <ler@lerctr.org>
100-
10175
oid2name -
10276
Maps numeric files to table names
10377
by B Palmer <bpalmer@crimelabs.net>
@@ -139,26 +113,22 @@ seg -
139113
spi -
140114
Various trigger functions, examples for using SPI.
141115

116+
sslinfo -
117+
Functions to get information about SSL certificates
118+
by Victor Wagner <vitus@cryptocom.ru>
119+
142120
start-scripts -
143121
Scripts for starting the server at boot time.
144122

145123
tablefunc -
146124
Examples of functions returning tables
147125
by Joe Conway <mail@joeconway.com>
148126

149-
tips -
150-
Getting Apache to log to PostgreSQL
151-
by Terry Mackintosh <terry@terrym.com>
152-
153127
tsearch2 -
154128
Full-text-index support using GiST
155129
by Teodor Sigaev <teodor@sigaev.ru> and Oleg Bartunov
156130
<oleg@sai.msu.su>.
157131

158-
userlock -
159-
User locks
160-
by Massimo Dal Zotto <dz@cs.unitn.it>
161-
162132
vacuumlo -
163133
Remove orphaned large objects
164134
by Peter T Mount <peter@retep.org.uk>

contrib/adddepend/README.adddepend

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)