Skip to content

Commit 04bfc5b

Browse files
committed
Update release for 6.5.1.
1 parent d62c25d commit 04bfc5b

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

doc/src/sgml/release.sgml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,63 @@
11
<chapter id="release">
22
<title>Release Notes</title>
33

4+
<sect1>
5+
<title>Release 6.5.1</title>
6+
<!--
7+
<docinfo>
8+
<authorgroup>
9+
<author>
10+
<firstname>Bruce</firstname>
11+
<surname>Momjian</surname>
12+
</author>
13+
</authorgroup>
14+
<date>1999-07-15</date>
15+
</docinfo>
16+
-->
17+
18+
<para>
19+
This is basically a cleanup release for 6.5. We have fixed a variety of
20+
problems reported by 6.5 users.
21+
</para>
22+
23+
24+
<sect2>
25+
<title>Migration to v6.5.1</title>
26+
27+
<para>
28+
A dump/restore is <emphasis>not</emphasis> required for those running
29+
6.5.
30+
</para>
31+
</sect2>
32+
<sect2>
33+
<title>Detailed Change List</title>
34+
35+
<para>
36+
<programlisting>
37+
Add NT README file.
38+
Portability fixes for linux_ppc, Irix, linux_alpha, OpenBSD, alpha
39+
Remove QUERY_LIMIT, use SELECT...LIMIT
40+
Fix for EXPLAIN on inheritance(Tom)
41+
Patch to allow vacuum on multi-segment tables(Hiroshi)
42+
R=Tree optimizer selectivity fix(Tom)
43+
ACL file descriptor leak fix(Atsushi Ogawa)
44+
New expresssion subtree code(Tom)
45+
Avoid disk writes for read-only transactions(Vadim)
46+
Fix for removal of temp tables if last transaction was aborted(Bruce)
47+
Fix to prevent too large tuple from being created(Bruce)
48+
plpgsql fixes
49+
Allow port numbers 32k - 64k(Bruce)
50+
Add ^ precidence(Bruce)
51+
Rename sort files called pg_temp to pg_sorttemp
52+
Fix for microseconds in time values(Tom)
53+
Tutorial source cleanup
54+
New linux_m68k port
55+
</programlisting>
56+
</para>
57+
</sect2>
58+
</sect1>
59+
60+
461
<sect1>
562
<title>Release 6.5</title>
663
<!--

0 commit comments

Comments
 (0)