OSDN Git Service

Add pgench: a TPC-B like benchmarking tool
[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 dateformat -
18         Date Formatting to/from character strings
19         by Karel Zak - Zakkr <zakkr@zf.jcu.cz>
20
21 datetime -
22         Date & time functions
23         by Massimo Dal Zotto <dz@cs.unitn.it>
24
25 earthdistance -
26         Operator for computing earth distance for two points
27         by Hal Snyder <hal@vailsys.com>
28
29 findoidjoins -
30         Finds the joins used by oid columns by examining the actual
31         values in the oid columns and row oids.
32         by Bruce Momjian <root@candle.pha.pa.us>
33
34 fulltextindex -
35         Full text indexing using triggers
36         by Maarten Boekhold <maartenb@dutepp0.et.tudelft.nl>
37
38 isbn_issn -
39         PostgreSQL type extensions for ISBN (books) and ISSN (serials)
40         by Garrett A. Wollman <wollman@khavrinen.lcs.mit.edu>
41
42 linux -
43         Start postgres back end system
44         by Thomas Lockhart <lockhart@alumni.caltech.edu>
45
46 lo -
47         Large Object maintenance
48         by Peter Mount <peter@retep.org.uk> 
49
50 miscutil -
51         Postgres assert checking and various utility functions
52         by Dal Zotto <dz@cs.unitn.it>
53
54 mSQL-interface -
55         mSQL API translation library
56         by Aldrin Leal <aldrin@americasnet.com>
57
58 noupdate -
59         trigger to prevent updates on single columns
60
61 soundex -
62         Prototype for soundex function
63
64 spi -
65         A general trigger function autoinc() and so on.
66
67 string -
68         C-like input/output conversion routines for strings
69         by Massimo Dal Zotto <dz@cs.unitn.it>
70
71 tools -
72         Assorted developer tools
73         by Massimo Dal Zotto <dz@cs.unitn.it>
74
75 unixdate -
76         Conversions from integer to datetime
77         by Thomas Lockhart <lockhart@alumni.caltech.edu>
78
79 userlock -
80         User locks
81         by Massimo Dal Zotto <dz@cs.unitn.it>
82
83 vacuumlo -
84         Remove orphaned large objects
85         by Peter T Mount <peter@retep.org.uk>
86
87 pgbench -
88         TPC-B like benchmarking tool
89         by Tatsuo Ishii <t-ishii@sra.co.jp>