@@ -5,6 +5,9 @@ by The PostgreSQL Development Team
55PostgreSQL is Copyright � 1996-9 by the Postgres Global Development Group.
66
77Table of Contents
8+ Release 6.5.1
9+ Migration to v6.5.1
10+ Detailed Change List
811 Release 6.5
912 Migration to v6.5
1013 Multi-Version Concurrency Control
@@ -58,6 +61,43 @@ Table of Contents
5861 Detailed Change List
5962 Postgres95 Beta 0.01
6063
64+ Release 6.5.1
65+
66+ This is basically a cleanup release for 6.5. We have fixed a
67+ variety of problems reported by 6.5 users.
68+
69+ Migration to v6.5.1
70+
71+ A dump/restore is not required for those running 6.5.
72+
73+ Detailed Change List
74+
75+ Fix for datetime constant problem on some platforms(Thomas)
76+ Add NT README file
77+ Portability fixes for linux_ppc, Irix, linux_alpha, OpenBSD, alpha
78+ Remove QUERY_LIMIT, use SELECT...LIMIT
79+ Fix for EXPLAIN on inheritance(Tom)
80+ Patch to allow vacuum on multi-segment tables(Hiroshi)
81+ R-Tree optimizer selectivity fix(Tom)
82+ ACL file descriptor leak fix(Atsushi Ogawa)
83+ New expresssion subtree code(Tom)
84+ Avoid disk writes for read-only transactions(Vadim)
85+ Fix for removal of temp tables if last transaction was aborted(Bruce)
86+ Fix to prevent too large tuple from being created(Bruce)
87+ plpgsql fixes
88+ Allow port numbers 32k - 64k(Bruce)
89+ Add ^ precedence(Bruce)
90+ Rename sort files called pg_temp to pg_sorttemp(Bruce)
91+ Fix for microseconds in time values(Tom)
92+ Tutorial source cleanup
93+ New linux_m68k port
94+ Fix for sorting of NULL's in some cases(Tom)
95+ Shared library dependencies fixed (Tom)
96+ Fixed glitches affecting GROUP BY in subselects(Tom)
97+ Fix some compiler warnings (Tomoaki Nishiyama)
98+ Add Win1250 (Czech) support (Pavel Behal)
99+
100+
61101Release 6.5
62102
63103 This release marks a major step in the development team's mastery
@@ -167,8 +207,6 @@ Migration to v6.5
167207
168208Detailed Change List
169209
170-
171-
172210 Bug Fixes
173211 ---------
174212 Fix text<->float8 and text<->float4 conversion functions(Thomas)
@@ -350,9 +388,6 @@ Detailed Change List
350388 leak(Tom)
351389 New install commands for plpgsql(Jan)
352390
353-
354-
355-
356391Release 6.4.2
357392
358393 The 6.4.1 release was improperly packaged. This also has one