Skip to content

Commit e86054e

Browse files
committed
Update release notes for 6.5.2.
1 parent 8b20b8b commit e86054e

File tree

1 file changed

+66
-2
lines changed

1 file changed

+66
-2
lines changed

doc/src/sgml/release.sgml

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

4+
<sect1>
5+
<title>Release 6.5.2</title>
6+
<!--
7+
<docinfo>
8+
<authorgroup>
9+
<author>
10+
<firstname>Bruce</firstname>
11+
<surname>Momjian</surname>
12+
</author>
13+
</authorgroup>
14+
<date>1999-09-15</date>
15+
</docinfo>
16+
-->
17+
18+
<para>
19+
This is basically a cleanup release for 6.5.1. We have fixed a variety of
20+
problems reported by 6.5.1 users.
21+
</para>
22+
23+
24+
<sect2>
25+
<title>Migration to v6.5.2</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+
subselect+CASE fixes(Tom)
38+
Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports(Daren Sefcik)
39+
Fixes for CASE in WHERE join clauses(Tom)
40+
Fix BTScan abort(Tom)
41+
Repair the check for redundant UNIQUE and PRIMARY KEY indices(Tom)
42+
Improve it so that it checks for multi-column constraints(Tom)
43+
Fix for Win32 making problem with MB enabled(Hiroki Kataoka)
44+
Allow BSD yacc and bison to compile pl code(Bruce)
45+
Fix SET NAMES working
46+
int8 fixes(Thomas)
47+
Fix vacuum's memory consumption(Tom)
48+
Reduce the total memory consumption of vacuum(Tom)
49+
Fix for timestamp(datetime)
50+
Rule deparsing bugfixes(Tom)
51+
Fix quoting problems in mkMakefile.tcldefs.sh.in and mkMakefile.tkdefs.sh.in(Tom)
52+
Update frontend libpq to remove limits on query lengths,
53+
error/notice message lengths, and number of fields per tuple(Tom)
54+
This is to re-use space on index pages freed by vacuum(Tom)
55+
document -x for pg_dump(Bruce)
56+
Fix for unary operators in rule deparser(Tom)
57+
Comment out FileUnlink of excess segments during mdtruncate()(Tom)
58+
Irix linking fix from Yu Cao <yucao@falcon.kla-tencor.com>
59+
Repair logic error in LIKE: should not return LIKE_ABORT
60+
when reach end of pattern before end of text(Tom)
61+
Repair incorrect cleanup of heap memory allocation during transaction abort(Tom)
62+
</programlisting>
63+
</para>
64+
</sect2>
65+
</sect1>
66+
67+
468
<sect1>
569
<title>Release 6.5.1</title>
670
<!--
@@ -63,8 +127,8 @@ Add Win1250 (Czech) support (Pavel Behal)
63127
</sect1>
64128

65129

66-
<sect1>
67-
<title>Release 6.5</title>
130+
<sect1>
131+
<title>Release 6.5</title>
68132
<!--
69133
<docinfo>
70134
<authorgroup>

0 commit comments

Comments
 (0)