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

Icon  Name                                     Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] PATCH 2002-05-27 16:18 837 [TXT] README 2002-05-27 16:15 1.2K [TXT] README_jp.txt 2002-05-27 16:14 7.4K [TXT] bug1.txt 2000-01-07 15:12 1.4K [CMP] conv.c-6.5.3.patch.gz 2002-05-27 16:08 248 [CMP] date.patch.gz 2000-01-07 15:17 1.4K [CMP] ecpg.patch.gz 1999-12-27 16:56 677 [CMP] jumbo-991220.patch.gz 1999-12-20 12:19 435 [CMP] jumbo-19991227.patch.gz 1999-12-27 16:58 1.2K [CMP] jumbo-20000107.patch.gz 2000-01-07 15:31 3.5K [CMP] jumbo-20000215.patch.gz 2000-02-15 17:37 3.6K [CMP] jumbo-20000422.patch.gz 2000-04-22 14:18 3.7K [CMP] jumbo-20000911.patch.gz 2000-09-11 15:17 3.9K [CMP] jumbo-20010110.patch.gz 2001-01-10 13:20 4.5K [CMP] jumbo-20020527.patch.gz 2002-05-27 16:19 4.6K [CMP] jumbo.patch.gz 2002-05-27 16:19 4.6K [CMP] jumbo.patch.gz.md5 2002-05-27 16:19 49 [CMP] lock.patch.gz 1999-12-15 20:23 302 [CMP] movein.diff.gz 2000-12-27 09:08 779 [CMP] nameerr.patch.gz 2000-02-15 17:29 217 [CMP] passwd.patch.gz 2000-04-20 11:41 263 [CMP] postgresql-6.5.3-patched-991220.tar.gz 1999-12-20 12:19 6.5M [CMP] postgresql-6.5.3-patched-19991227.tar.gz 1999-12-27 16:59 6.5M [CMP] postgresql-6.5.3-patched-20000107.tar.gz 2000-01-07 15:32 6.6M [CMP] postgresql-6.5.3-patched-20000215.tar.gz 2000-02-15 17:38 6.6M [CMP] postgresql-6.5.3-patched-20000422.tar.gz 2000-04-22 14:18 6.6M [CMP] postgresql-6.5.3-patched-20000911.tar.gz 2000-09-11 15:17 6.6M [CMP] postgresql-6.5.3-patched-20010110.tar.gz 2001-01-10 13:20 6.6M [CMP] postgresql-6.5.3-patched-20020527.tar.gz 2002-05-27 16:19 6.6M [CMP] postgresql-6.5.3-patched.tar.gz 2002-05-27 16:19 6.6M [CMP] postgresql-6.5.3-patched.tar.gz.md5 2002-05-27 16:19 66 [TXT] remove_prosrc_idx_6.5.2.diff 2000-01-07 15:19 5.6K [CMP] remove_prosrc_idx_6.5.2.diff.gz 2000-01-07 15:19 1.6K [CMP] rtree.patch.gz 1999-12-20 11:33 227 [CMP] user.patch.gz 2000-09-06 22:56 361 [CMP] vacuum.patch.gz 2000-01-07 15:12 1.1K [CMP] xid.patch.gz 1999-12-27 14:19 330
This directory contains unofficial patches for PostgreSQL 6.5.3.  The
patches below have been combined into "jumbo.patch" for your
convenience. "postgresql-6.5.3-patched.tar.gz" is postgresql-6.5.3 +
jumbo.patch.
--
Tatsuo Ishii t-ishii@sra.co.jp

1. rtree.patch.gz
   fix for rtree

2. lock.patch.gz

   It has been observed that random backend crash occurs under high load.
   The patches should fix the problem. Note that Linux does not have the
   problem at all. It is known that at least FreeBSD has the problem.

3. xid.patch.gz

   patches to fix:

   NOTICE: LockRelease: locktable lookup failed, no lock

   messages.

4. ecpg.patch.gz

   fix for ecpg

5. vacuum.patch.gz

   vacuum analyze fails with too big tupple.

6. date.patch.gz

	select '12-01-1999'::datetime + '@ 1 month - 1 sec' ;
	Thu Dec 30 23:59:59 1999 EST

7. remove_prosrc_idx_6.5.2.diff

  obtained from ftp://ftp.postgresql.org/pub/patches/v6.5/

8. nameerr.patch.gz

  fix initdb failure on LinuxSparc

9. passwd.patch.gz

  fix file descriptor leak while flat passwd authenticatin

10. user.patch.gz

  fix file descriptor leak while create user

11. movein.diff.gz

  fix data loss with vauum

12. conv.c-6.5.3.patch.gz

  MB related security fix