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