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

Icon  Name                                     Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] PATCH 2002-05-27 16:10 713 [TXT] README 2002-05-27 16:12 1.0K [TXT] README_jp.txt 2002-05-27 16:11 6.5K [CMP] conv.c-7.0.3.patch.gz 2002-05-27 16:08 240 [CMP] copy.patch.gz 2001-01-17 16:39 969 [CMP] crypt.patch.gz 2001-03-18 21:37 437 [TXT] crypt.txt 2001-03-18 22:10 1.4K [CMP] database.patch.gz 2001-01-17 17:13 254 [TXT] db1.txt 2001-01-17 17:08 5.1K [TXT] db2.txt 2001-01-17 17:09 1.4K [CMP] euc_tw.patch.gz 2000-11-17 14:00 430 [CMP] identifier.patch.gz 2000-11-22 01:40 2.6K [CMP] index.patch.gz 2001-01-17 17:41 465 [TXT] index.txt 2001-01-17 17:40 4.7K [CMP] jumbo-20001117.patch.gz 2000-11-17 14:10 883 [CMP] jumbo-20001204.patch.gz 2000-12-04 11:01 9.4K [CMP] jumbo-20010117.patch.gz 2001-01-17 17:52 11K [CMP] jumbo-20010318.patch.gz 2001-03-18 21:40 11K [CMP] jumbo-20010528.patch.gz 2001-05-28 13:11 12K [CMP] jumbo-20020527.patch.gz 2002-05-27 16:12 12K [CMP] jumbo.patch.gz 2002-05-27 16:12 12K [CMP] jumbo.patch.gz.md5 2002-05-27 16:12 49 [CMP] libpq.patch.gz 2000-11-17 14:00 576 [CMP] numeric.patch.gz 2001-03-18 21:39 470 [TXT] numeric.txt 2001-03-18 22:11 1.9K [CMP] pgaccess.patch.gz 2000-11-22 05:09 6.2K [CMP] postgresql-7.0.3-patched-20001117.tar.gz 2000-11-17 14:10 6.9M [CMP] postgresql-7.0.3-patched-20001204.tar.gz 2000-12-04 11:02 7.0M [CMP] postgresql-7.0.3-patched-20010117.tar.gz 2001-01-17 17:52 7.0M [CMP] postgresql-7.0.3-patched-20010318.tar.gz 2001-03-18 21:41 7.0M [CMP] postgresql-7.0.3-patched-20010528.tar.gz 2001-05-28 13:12 7.0M [CMP] postgresql-7.0.3-patched-20020527.tar.gz 2002-05-27 16:12 7.0M [CMP] postgresql-7.0.3-patched.tar.gz 2002-05-27 16:12 7.0M [CMP] postgresql-7.0.3-patched.tar.gz.md5 2002-05-27 16:12 66 [CMP] pqfinish.patch.gz 2001-05-28 13:08 608
This directory contains unofficial patches for PostgreSQL 7.0.3 (most
of them will eventually be merged into the next release of PostgreSQL,
though).  The patches below have been combined into "jumbo.patch" for
your convenience. "postgresql-7.0.3-patched.tar.gz" is
postgresql-7.0.3 + jumbo.patch.
--
Tatsuo Ishii
t-ishii@sra.co.jp

1. libpq.patch.gz

   PGCLIENTENCODING environment variable is not recognized in frontend.
   (this has been broken since 7.0).

2. euc_tw.patch.gz

   Fix bugs in EUC_TW support.

3. pgaccess.patch.gz

   Japanese support for pgaccess.

4. identifier.patch.gz

   Fix for too long identifiers.

5. copy.patch.gz

   Fix for multibyte/copy from stdin bug

6. database.patch.gz

   Fix for backend core dump in case of many databases

7. index.patch.gz

   Fix for backend core dump in case of inserting into an index

8. crypt.patch.gz

   Fix for crypt authentication memory leak

9. numeric.patch.gz

   Fix for numeric bug

10. pqfinish.patch.gz

  fix PQfinish bug

11. conv.c-7.0.3.patch.gz

  MB related security fix