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