Here is 4 file in tgz:

Bruce Momjian <bruce@momjian.us>

Commit: 524cfad23f31db70a23fc1fe748c050838d5fad0
Author: Bruce Momjian <bruce@momjian.us>
Date: 2003-07-27T04:51:45Z
Releases: 7.4.1
Here is 4 file in tgz:
the new timetravel.c,
new timetravel.README (cut from spi/README and modified),
modified timetravel.sql.in
and modified timetravel.example.

Features:
- optionally 3 parameter for insert/update/delete user name

- work with CREATE UNIQUE INDEX ixxx on table xxx
(unique_field,time_off);
    (the  original version was work with unique index on 6.5.0-6.5.3,
and not work on 7.3.2,7.3.3)
     (before 6.5.0 and between 6.5.3 and 7.3.2 I dont know)

- get_timetravel(tablename) function for check timetravel-status.

- timetravel trigger not change  oid of the active record. (it is not a
good feature, because the  old version is automatice prevent the paralel
update with "where oid=nnn")

B?jthe Zolt?n

Files

PathChange+/−
contrib/oid2name/oid2name.c modified +3 −1
contrib/spi/README.timetravel added +116 −0
contrib/spi/timetravel.c modified +291 −206
contrib/spi/timetravel.example modified +15 −2
contrib/spi/timetravel.sql.in modified +7 −0