Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a1c4b9e

Browse files
committed
Update release notes for 7.4.3.
1 parent eebad1a commit a1c4b9e

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

doc/src/sgml/release.sgml

+49-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,58 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.262 2004/05/24 04:54:22 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.263 2004/06/12 03:54:51 momjian Exp $
33
-->
44

55
<appendix id="release">
66
<title>Release Notes</title>
77

8+
<sect1 id="release-7-4-3">
9+
<title>Release 7.4.3</title>
10+
11+
<note>
12+
<title>Release date</title>
13+
<simpara>2004-06-14</simpara>
14+
</note>
15+
16+
<para>
17+
This release contains a variety of fixes from 7.4.2.
18+
</para>
19+
20+
21+
<sect2>
22+
<title>Migration to version 7.4.3</title>
23+
24+
<para>
25+
A dump/restore is not required for those running 7.4.X.
26+
</para>
27+
</sect2>
28+
29+
<sect2>
30+
<title>Changes</title>
31+
32+
<para>
33+
</para>
34+
<itemizedlist>
35+
<listitem><para>Fix temporary memory leak when using hashed aggregates (Tom)</para></listitem>
36+
<listitem><para>Ecpg fixes, including those for Informix compatibility (Michael)</para></listitem>
37+
<listitem><para>Fixes for compiling with thread-safety, particularly Solaris (Bruce)</para></listitem>
38+
<listitem><para>Fix error in termination of COPY IN mode when using old protocol (Tom)</para></listitem>
39+
<listitem><para>Several pg_autovacuum fixes, including fixes for large oids, stability, temp tables, and debug fixes (Matthew T. O'Connor)</para></listitem>
40+
<listitem><para>Fix problem with reading tar pg_dump's on NetBSD and BSD/OS (Bruce)</para></listitem>
41+
<listitem><para>Several JDBC fixes</para></listitem>
42+
<listitem><para>Fix for ALTER SEQUENCE RESTART where last_value was equals restart value (Tom)</para></listitem>
43+
<listitem><para>Support FULL JOIN with no join clauses, such as X FULL JOIN Y ON TRUE (Tom)</para></listitem>
44+
<listitem><para>Fix a zero-column bug (Tom)</para></listitem>
45+
<listitem><para>Improve handling of non-qualitified identifiers in GROUP BY clauses (Tom)</para></listitem>
46+
<listitem><para>Do not allow NATURAL CROSS JOIN (Tom)</para></listitem>
47+
<listitem><para>Add missing check for invalid protocol packet length in binary COPY (Tom)</para></listitem>
48+
<para>
49+
This fixes a difficult-to-exploit security hole.
50+
</para>
51+
</itemizedlist>
52+
53+
</sect2>
54+
</sect1>
55+
856
<sect1 id="release-7-4-2">
957
<title>Release 7.4.2</title>
1058

0 commit comments

Comments
 (0)