summaryrefslogtreecommitdiff
path: root/contrib/Contrib.index
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-06-15 19:05:22 +0000
committerBruce Momjian <bruce@momjian.us>2000-06-15 19:05:22 +0000
commit5683e704d09caaa29f7a76f0d93ca8fc5f8c0e75 (patch)
tree3ae68795e6580e8ca4e464d8416cfc42d1b1bc49 /contrib/Contrib.index
parentf7f177d372750e4f766ccefdf20e1b30d66cba0a (diff)
downloadpostgresql-5683e704d09caaa29f7a76f0d93ca8fc5f8c0e75.tar.gz
Add missing /contrib files to CVS.
Diffstat (limited to 'contrib/Contrib.index')
-rw-r--r--contrib/Contrib.index88
1 files changed, 88 insertions, 0 deletions
diff --git a/contrib/Contrib.index b/contrib/Contrib.index
new file mode 100644
index 0000000000..3fc460cc47
--- /dev/null
+++ b/contrib/Contrib.index
@@ -0,0 +1,88 @@
+
+The PostgreSQL contrib:
+~~~~~~~~~~~~~~~~~~~~~~
+
+apache_logging -
+ Getting Apache to log to PostgreSQL
+ by Terry Mackintosh <terry@terrym.com>
+
+array -
+ Array iterator functions
+ by Massimo Dal Zotto <dz@cs.unitn.it>
+
+earthdistance -
+ Operator for computing earth distance for two points
+ by Hal Snyder <hal@vailsys.com>
+
+findoidjoins -
+ Finds the joins used by oid columns by examining the actual
+ values in the oid columns and row oids.
+ by Bruce Momjian <root@candle.pha.pa.us>
+
+fulltextindex -
+ Full text indexing using triggers
+ by Maarten Boekhold <maartenb@dutepp0.et.tudelft.nl>
+
+isbn_issn -
+ PostgreSQL type extensions for ISBN (books) and ISSN (serials)
+ by Garrett A. Wollman <wollman@khavrinen.lcs.mit.edu>
+
+likeplanning -
+ Scripts to enable/disable new planning code for LIKE and regexp
+ pattern match operators. These will go away again once the code
+ is mature enough to enable by default.
+ by Tom Lane <tgl@sss.pgh.pa.us>
+
+linux -
+ Start postgres back end system
+ by Thomas Lockhart <lockhart@alumni.caltech.edu>
+
+lo -
+ Large Object maintenance
+ by Peter Mount <peter@retep.org.uk>
+
+miscutil -
+ Postgres assert checking and various utility functions
+ by Dal Zotto <dz@cs.unitn.it>
+
+mSQL-interface -
+ mSQL API translation library
+ by Aldrin Leal <aldrin@americasnet.com>
+
+noupdate -
+ trigger to prevent updates on single columns
+
+
+pg_dumplo -
+ Dump large objects
+ by Karel Zak <zakkr@zf.jcu.cz>
+
+soundex -
+ Prototype for soundex function
+
+spi -
+ A general trigger function autoinc() and so on.
+
+string -
+ C-like input/output conversion routines for strings
+ by Massimo Dal Zotto <dz@cs.unitn.it>
+
+tools -
+ Assorted developer tools
+ by Massimo Dal Zotto <dz@cs.unitn.it>
+
+unixdate -
+ Conversions from integer to datetime
+ by Thomas Lockhart <lockhart@alumni.caltech.edu>
+
+userlock -
+ User locks
+ by Massimo Dal Zotto <dz@cs.unitn.it>
+
+vacuumlo -
+ Remove orphaned large objects
+ by Peter T Mount <peter@retep.org.uk>
+
+pgbench -
+ TPC-B like benchmarking tool
+ by Tatsuo Ishii <t-ishii@sra.co.jp>