@@ -47,6 +47,11 @@ fulltextindex -
4747 Full text indexing using triggers
4848 by Maarten Boekhold <maartenb@dutepp0.et.tudelft.nl>
4949
50+ init.d -
51+ Scripts for starting and stopping the PostgreSQL server on
52+ a non-Linux systems
53+ by Ryan Kirkpatrick <pgsql@rkirkpat.net>
54+
5055intarray -
5156 Index support for arrays of int4, using GiST
5257 by Teodor Sigaev <teodor@stack.net> and Oleg Bartunov
@@ -77,9 +82,17 @@ miscutil -
7782 PostgreSQL assert checking and various utility functions
7883 by Massimo Dal Zotto <dz@cs.unitn.it>
7984
85+ mysql -
86+ utility to convert MySQL schema dumps to SQL92 and PostgreSQL
87+ by Thomas Lockhart <lockhart@alumni.caltech.edu>
88+
8089noupdate -
8190 trigger to prevent updates on single columns
8291
92+ oid2name -
93+ maps numeric files to table names
94+ by B Palmer <bpalmer@crimelabs.net>
95+
8396pg_dumplo -
8497 Dump large objects
8598 by Karel Zak <zakkr@zf.jcu.cz>
@@ -92,6 +105,14 @@ pgcrypto -
92105 Cryptographic hash functions
93106 by Marko Kreen <marko@l-t.ee>
94107
108+ retep -
109+ tools to build retep tools packages
110+ by Peter T Mount <peter@retep.org.uk>
111+
112+ rserv -
113+ replication server
114+ by Vadim B. Mikheev <vadim4o@email.com>
115+
95116seg -
96117 Confidence-interval datatype (GiST indexing example)
97118 by Gene Selkov, Jr. <selkovjr@mcs.anl.gov>
0 commit comments