OSDN Git Service

as attache of this mail is patch (to the main tree) with to_char's
[pg-rex/syncrep.git] / contrib / README
1 This directory contains the contribution functions or tools.
2
3 ---------------------------------------------------------------------------
4
5 apache_logging -
6         Getting Apache to log to PostgreSQL
7         by Terry Mackintosh <terry@terrym.com>
8
9 array -
10         Array iterator functions
11         by Massimo Dal Zotto <dz@cs.unitn.it>
12
13 bit -
14         Bit type
15         by Adriaan Joubert <a.joubert@albourne.com>
16
17 datetime -
18         Date & time functions
19         by Massimo Dal Zotto <dz@cs.unitn.it>
20
21 earthdistance -
22         Operator for computing earth distance for two points
23         by Hal Snyder <hal@vailsys.com>
24
25 findoidjoins -
26         Finds the joins used by oid columns by examining the actual
27         values in the oid columns and row oids.
28         by Bruce Momjian <root@candle.pha.pa.us>
29
30 fulltextindex -
31         Full text indexing using triggers
32         by Maarten Boekhold <maartenb@dutepp0.et.tudelft.nl>
33
34 isbn_issn -
35         PostgreSQL type extensions for ISBN (books) and ISSN (serials)
36         by Garrett A. Wollman <wollman@khavrinen.lcs.mit.edu>
37
38 linux -
39         Start postgres back end system
40         by Thomas Lockhart <lockhart@alumni.caltech.edu>
41
42 lo -
43         Large Object maintenance
44         by Peter Mount <peter@retep.org.uk> 
45
46 miscutil -
47         Postgres assert checking and various utility functions
48         by Dal Zotto <dz@cs.unitn.it>
49
50 mSQL-interface -
51         mSQL API translation library
52         by Aldrin Leal <aldrin@americasnet.com>
53
54 noupdate -
55         trigger to prevent updates on single columns
56
57 soundex -
58         Prototype for soundex function
59
60 spi -
61         A general trigger function autoinc() and so on.
62
63 string -
64         C-like input/output conversion routines for strings
65         by Massimo Dal Zotto <dz@cs.unitn.it>
66
67 tools -
68         Assorted developer tools
69         by Massimo Dal Zotto <dz@cs.unitn.it>
70
71 unixdate -
72         Conversions from integer to datetime
73         by Thomas Lockhart <lockhart@alumni.caltech.edu>
74
75 userlock -
76         User locks
77         by Massimo Dal Zotto <dz@cs.unitn.it>
78
79 vacuumlo -
80         Remove orphaned large objects
81         by Peter T Mount <peter@retep.org.uk>
82
83 pgbench -
84         TPC-B like benchmarking tool
85         by Tatsuo Ishii <t-ishii@sra.co.jp>