Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit60baf18

Browse files
committed
Add contributor name to fulltextindex, and clean up contrib/README.
1 parent0de96f8 commit60baf18

File tree

2 files changed

+77
-61
lines changed

2 files changed

+77
-61
lines changed

‎contrib/README

Lines changed: 76 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,77 @@
1-
This directory contains the contribution functions or tools.
2-
3-
- contrib -|
4-
|- apache_logging -
5-
| Getting Apache to log to PostgreSQL
6-
| by Terry Mackintosh <terry@terrym.com>
7-
|- array -
8-
| Array iterator functions
9-
| by Massimo Dal Zotto <dz@cs.unitn.it>
10-
|- datetime -
11-
| Date & time functions
12-
| by Sergio Lenzi <lenzi@bsi.com.br>
13-
|- earthdistance -
14-
| Operator for computing earth distance for two points
15-
| by Hal Snyder <hal@vailsys.com>
16-
|- fulltextindex -
17-
| Full text indexing using triggers
18-
| by Maarten Boekhold <maartenb@dutepp0.et.tudelft.nl>
19-
|- int8 -
20-
| 64-bit integer arithmetic for Postgres
21-
| by Thomas G. Lockhart <Thomas.Lockhart@jpl.nasa.gov>
22-
|- ip_and_mac -
23-
| PostgreSQL type extensions for IP and MAC addresses
24-
| by Tom Ivar Helbekkmo <tih@Hamartun.Priv.NO>
25-
|- linux -
26-
| Start postgres back end system
27-
| by Thomas Lockhart <lockhart@alumni.caltech.edu>
28-
|- lo -
29-
| Large Object maintenance
30-
| by Peter Mount <peter@retep.org.uk>
31-
|- miscutil -
32-
| Postgres assert checking and various utility functions
33-
| by Dal Zotto <dz@cs.unitn.it>
34-
|- mSQL-interface -
35-
| mSQL API translation library
36-
| by Aldrin Leal <aldrin@americasnet.com>
37-
|- noupdate -
38-
| trigger to prevent updates on single columns
39-
| by unknown
40-
|- pginterface -
41-
| A crude C/4GL
42-
| by Bruce Momjian <root@candle.pha.pa.us>
43-
|- sequence -
44-
| Set a new sequence value
45-
| by Massimo Dal Zotto <dz@cs.unitn.it>
46-
|- soundex -
47-
| Prototype for soundex function
48-
|- spi -
49-
| A general trigger function autoinc() and so on.
50-
|- string -
51-
| New input/output conversion routines for strings
52-
| by Massimo Dal Zotto <dz@cs.unitn.it>
53-
|- unixdate -
54-
| Conversions from integer to datetime
55-
| by Thomas Lockhart <lockhart@alumni.caltech.edu>
56-
|- userlock -
57-
| User locks
58-
| by Massimo Dal Zotto <dz@cs.unitn.it>
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+
datetime -
14+
Date & time functions
15+
by Sergio Lenzi <lenzi@bsi.com.br>
16+
17+
earthdistance -
18+
Operator for computing earth distance for two points
19+
by Hal Snyder <hal@vailsys.com>
20+
21+
fulltextindex -
22+
Full text indexing using triggers
23+
by Maarten Boekhold <maartenb@dutepp0.et.tudelft.nl>
24+
25+
int8 -
26+
64-bit integer arithmetic for Postgres
27+
by Thomas G. Lockhart <Thomas.Lockhart@jpl.nasa.gov>
28+
29+
ip_and_mac -
30+
PostgreSQL type extensions for IP and MAC addresses
31+
by Tom Ivar Helbekkmo <tih@Hamartun.Priv.NO>
32+
33+
linux -
34+
Start postgres back end system
35+
by Thomas Lockhart <lockhart@alumni.caltech.edu>
36+
37+
lo -
38+
Large Object maintenance
39+
by Peter Mount <peter@retep.org.uk>
40+
41+
miscutil -
42+
Postgres assert checking and various utility functions
43+
by Dal Zotto <dz@cs.unitn.it>
44+
45+
mSQL-interface -
46+
mSQL API translation library
47+
by Aldrin Leal <aldrin@americasnet.com>
48+
49+
noupdate -
50+
trigger to prevent updates on single columns
51+
52+
pginterface -
53+
A crude C/4GL
54+
by Bruce Momjian <root@candle.pha.pa.us>
55+
56+
sequence -
57+
Set a new sequence value
58+
by Massimo Dal Zotto <dz@cs.unitn.it>
59+
60+
soundex -
61+
Prototype for soundex function
62+
63+
spi -
64+
A general trigger function autoinc() and so on.
65+
66+
string -
67+
New input/output conversion routines for strings
68+
by Massimo Dal Zotto <dz@cs.unitn.it>
69+
70+
unixdate -
71+
Conversions from integer to datetime
72+
by Thomas Lockhart <lockhart@alumni.caltech.edu>
73+
74+
userlock -
75+
User locks
76+
by Massimo Dal Zotto <dz@cs.unitn.it>
5977

‎contrib/fulltextindex/README

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,4 @@ Method 1 is very slow, 2 a lot faster, and for very large tables, 3 is
9393
preferred.
9494

9595

96-
97-
98-
96+
Maarten Boekhold <maartenb@dutepp0.et.tudelft.nl>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp