Index of /archives/misc/db/postgresql-jp/6.5.3/patches
Name Last modified Size Description
Parent Directory -
jumbo.patch.gz.md5 2002-05-27 16:19 49
postgresql-6.5.3-patched.tar.gz.md5 2002-05-27 16:19 66
nameerr.patch.gz 2000-02-15 17:29 217
rtree.patch.gz 1999-12-20 11:33 227
conv.c-6.5.3.patch.gz 2002-05-27 16:08 248
passwd.patch.gz 2000-04-20 11:41 263
lock.patch.gz 1999-12-15 20:23 302
xid.patch.gz 1999-12-27 14:19 330
user.patch.gz 2000-09-06 22:56 361
jumbo-991220.patch.gz 1999-12-20 12:19 435
ecpg.patch.gz 1999-12-27 16:56 677
movein.diff.gz 2000-12-27 09:08 779
PATCH 2002-05-27 16:18 837
vacuum.patch.gz 2000-01-07 15:12 1.1K
jumbo-19991227.patch.gz 1999-12-27 16:58 1.2K
README 2002-05-27 16:15 1.2K
date.patch.gz 2000-01-07 15:17 1.4K
bug1.txt 2000-01-07 15:12 1.4K
remove_prosrc_idx_6.5.2.diff.gz 2000-01-07 15:19 1.6K
jumbo-20000107.patch.gz 2000-01-07 15:31 3.5K
jumbo-20000215.patch.gz 2000-02-15 17:37 3.6K
jumbo-20000422.patch.gz 2000-04-22 14:18 3.7K
jumbo-20000911.patch.gz 2000-09-11 15:17 3.9K
jumbo-20010110.patch.gz 2001-01-10 13:20 4.5K
jumbo-20020527.patch.gz 2002-05-27 16:19 4.6K
jumbo.patch.gz 2002-05-27 16:19 4.6K
remove_prosrc_idx_6.5.2.diff 2000-01-07 15:19 5.6K
README_jp.txt 2002-05-27 16:14 7.4K
postgresql-6.5.3-patched-991220.tar.gz 1999-12-20 12:19 6.5M
postgresql-6.5.3-patched-19991227.tar.gz 1999-12-27 16:59 6.5M
postgresql-6.5.3-patched-20000107.tar.gz 2000-01-07 15:32 6.6M
postgresql-6.5.3-patched-20000422.tar.gz 2000-04-22 14:18 6.6M
postgresql-6.5.3-patched-20000215.tar.gz 2000-02-15 17:38 6.6M
postgresql-6.5.3-patched-20010110.tar.gz 2001-01-10 13:20 6.6M
postgresql-6.5.3-patched-20000911.tar.gz 2000-09-11 15:17 6.6M
postgresql-6.5.3-patched-20020527.tar.gz 2002-05-27 16:19 6.6M
postgresql-6.5.3-patched.tar.gz 2002-05-27 16:19 6.6M
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 [email protected]
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