Index of /archives/misc/db/postgresql-jp/7.0.2/patches

Icon  Name                                     Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] PATCH 2000-10-25 23:01 660 [TXT] README 2000-10-26 17:50 1.0K [TXT] README_jp.txt 2000-10-25 23:13 6.1K [TXT] char.patch 2000-10-17 15:24 2.1K [CMP] identifier.patch.gz 2000-08-20 12:09 2.6K [CMP] jumbo-20000624.patch.gz 2000-06-24 20:09 2.0K [CMP] jumbo-20000710.patch.gz 2000-07-10 10:45 2.2K [CMP] jumbo-20000820.patch.gz 2000-08-20 12:14 5.9K [CMP] jumbo-20000902.patch.gz 2000-09-02 17:20 6.6K [CMP] jumbo-20000907.patch.gz 2000-09-07 14:33 6.7K [CMP] jumbo-20000921.patch.gz 2000-09-21 16:25 7.3K [CMP] jumbo-20001025.patch.gz 2000-10-25 23:02 7.6K [CMP] jumbo.patch.gz 2000-10-25 23:02 7.6K [CMP] jumbo.patch.gz.md5 2000-10-25 23:02 49 [CMP] lobj.patch.gz 2000-06-24 18:52 1.4K [CMP] pgaccess.patch.gz 2000-08-20 12:09 1.4K [CMP] plpgsql.patch.gz 2000-09-21 16:16 1.0K [CMP] postgresql-7.0.2-patched-20000624.tar.gz 2000-06-24 20:09 6.9M [CMP] postgresql-7.0.2-patched-20000710.tar.gz 2000-07-10 10:46 6.9M [CMP] postgresql-7.0.2-patched-20000820.tar.gz 2000-08-20 12:14 6.9M [CMP] postgresql-7.0.2-patched-20000902.tar.gz 2000-09-02 17:20 7.0M [CMP] postgresql-7.0.2-patched-20000907.tar.gz 2000-09-07 14:34 7.0M [CMP] postgresql-7.0.2-patched-20000921.tar.gz 2000-09-21 16:25 7.0M [CMP] postgresql-7.0.2-patched-20001025.tar.gz 2000-10-25 23:02 7.0M [CMP] postgresql-7.0.2-patched.tar.gz 2000-10-25 23:02 7.0M [CMP] postgresql-7.0.2-patched.tar.gz.md5 2000-10-25 23:02 66 [CMP] psql.patch.gz 2000-09-07 14:02 240 [CMP] refcount.patch.gz 2000-09-02 17:17 1.7K [CMP] select_for_update.patch.gz 2000-07-10 10:42 342 [CMP] to_char.patch.gz 2000-10-25 22:59 349 [CMP] vacuum.patch.gz 2000-06-24 19:02 777
This directory contains unofficial patches for PostgreSQL 7.0.2.  The
patches below have been combined into "jumbo.patch" for your
convenience. "postgresql-7.0.2-patched.tar.gz" is postgresql-7.0.2 +
jumbo.patch.
--
Tatsuo Ishii t-ishii@sra.co.jp

1. vacuum.patch.gz
   fix for data updation while vacuum. orginally made by Tom Lane.

2. lobj.patch.gz

   fix for lage object. orginally made by Tom Lane.

3. select_for_update.patch.gz

  fix for dulicate data insertion problem on unique/primary key
  column(s) while doing SELECT FOR UPDATE

4. identifier.patch.gz

  make identifier truncation processing multibyte aware

5. pgaccess.patch.gz

  enable pgaccess to input Japanese data using kinput2

6. refcount.patch.gz

  fix shared buffer reference count leak.

7. psql.patch.gz

  fix psql core dump on \l+ command

8. plpgsql.patch.gz

  allow use non ascii characters with pl/pgSQL

9. to_char.patch.gz

  select to_char(sum(n),'999') from t1; fails if n is a
  pass-by-reference data type and sum(n) returns NULL