Commit aa5fe4ae authored by Bruce Momjian's avatar Bruce Momjian

Improve release wording.

parent b24e361d
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.265 2004/06/12 04:08:02 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.266 2004/06/12 04:22:15 momjian Exp $
--> -->
<appendix id="release"> <appendix id="release">
...@@ -35,16 +35,16 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.265 2004/06/12 04:08:02 momjian ...@@ -35,16 +35,16 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.265 2004/06/12 04:08:02 momjian
<listitem><para>Fix temporary memory leak when using hashed aggregates (Tom)</para></listitem> <listitem><para>Fix temporary memory leak when using hashed aggregates (Tom)</para></listitem>
<listitem><para>Ecpg fixes, including those for Informix compatibility (Michael)</para></listitem> <listitem><para>Ecpg fixes, including those for Informix compatibility (Michael)</para></listitem>
<listitem><para>Fixes for compiling with thread-safety, particularly Solaris (Bruce)</para></listitem> <listitem><para>Fixes for compiling with thread-safety, particularly Solaris (Bruce)</para></listitem>
<listitem><para>Fix error in termination of COPY IN mode when using old protocol (Tom)</para></listitem> <listitem><para>Fix error in COPY IN termination when using the old network protocol (Tom)</para></listitem>
<listitem><para>Several pg_autovacuum fixes, including fixes for large oids, stability, temp tables, and debug fixes (Matthew T. O'Connor)</para></listitem> <listitem><para>Several pg_autovacuum fixes, including fixes for large oids, stability, temp tables, and debug mode (Matthew T. O'Connor)</para></listitem>
<listitem><para>Fix problem with reading tar pg_dump's on NetBSD and BSD/OS (Bruce)</para></listitem> <listitem><para>Fix problem with reading tar dumps on NetBSD and BSD/OS (Bruce)</para></listitem>
<listitem><para>Several JDBC fixes</para></listitem> <listitem><para>Several JDBC fixes</para></listitem>
<listitem><para>Fix for ALTER SEQUENCE RESTART where last_value was equals restart value (Tom)</para></listitem> <listitem><para>Fix ALTER SEQUENCE RESTART where last_value equals the restart value (Tom)</para></listitem>
<listitem><para>Support FULL JOIN with no join clauses, such as X FULL JOIN Y ON TRUE (Tom)</para></listitem> <listitem><para>Support FULL JOIN with no join clause, such as X FULL JOIN Y ON TRUE (Tom)</para></listitem>
<listitem><para>Fix a zero-column bug (Tom)</para></listitem> <listitem><para>Fix a zero-column table bug (Tom)</para></listitem>
<listitem><para>Improve handling of non-qualitified identifiers in GROUP BY clauses (Tom)</para></listitem> <listitem><para>Improve handling of non-qualitified identifiers in GROUP BY clauses (Tom)</para></listitem>
<listitem><para>Do not allow NATURAL CROSS JOIN (Tom)</para></listitem> <listitem><para>Do not allow NATURAL CROSS JOIN (Tom)</para></listitem>
<listitem><para>Add missing check for invalid protocol packet length in binary COPY (Tom)</para> <listitem><para>Add check for invalid protocol packet length in binary COPY (Tom)</para>
<para> <para>
This fixes a difficult-to-exploit security hole. This fixes a difficult-to-exploit security hole.
</para></listitem> </para></listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment