diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index c6ccb00402f..77b4762bedd 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,6 +1,63 @@ Release Notes + +Release 6.5.1 + + + +This is basically a cleanup release for 6.5. We have fixed a variety of +problems reported by 6.5 users. + + + + +Migration to v6.5.1 + + +A dump/restore is not required for those running +6.5. + + + +Detailed Change List + + + +Add NT README file. +Portability fixes for linux_ppc, Irix, linux_alpha, OpenBSD, alpha +Remove QUERY_LIMIT, use SELECT...LIMIT +Fix for EXPLAIN on inheritance(Tom) +Patch to allow vacuum on multi-segment tables(Hiroshi) +R=Tree optimizer selectivity fix(Tom) +ACL file descriptor leak fix(Atsushi Ogawa) +New expresssion subtree code(Tom) +Avoid disk writes for read-only transactions(Vadim) +Fix for removal of temp tables if last transaction was aborted(Bruce) +Fix to prevent too large tuple from being created(Bruce) +plpgsql fixes +Allow port numbers 32k - 64k(Bruce) +Add ^ precidence(Bruce) +Rename sort files called pg_temp to pg_sorttemp +Fix for microseconds in time values(Tom) +Tutorial source cleanup +New linux_m68k port + + + + + + Release 6.5