mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Update release notes for pending back-branch releases.
This commit is contained in:
@@ -1,10 +1,61 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.22 2005/05/09 00:10:35 tgl Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.23 2005/10/03 16:05:29 tgl Exp $
|
||||
-->
|
||||
|
||||
<appendix id="release">
|
||||
<title>Release Notes</title>
|
||||
|
||||
<sect1 id="release-7-3-11">
|
||||
<title>Release 7.3.11</title>
|
||||
|
||||
<note>
|
||||
<title>Release date</title>
|
||||
<simpara>2005-10-04</simpara>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
This release contains a variety of fixes from 7.3.10.
|
||||
</para>
|
||||
|
||||
<sect2>
|
||||
<title>Migration to version 7.3.11</title>
|
||||
|
||||
<para>
|
||||
A dump/restore is not required for those running 7.3.X. However,
|
||||
if you are upgrading from a version earlier than 7.3.10, see the release
|
||||
notes for 7.3.10.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Changes</title>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para>Fix error that allowed <command>VACUUM</> to remove
|
||||
<literal>ctid</> chains too soon, and add more checking in code that follows
|
||||
<literal>ctid</> links</para>
|
||||
<para>This fixes a long-standing problem that could cause crashes in very rare
|
||||
circumstances.</para></listitem>
|
||||
<listitem><para>Fix <type>CHAR()</> to properly pad spaces to the specified
|
||||
length when using a multiple-byte character set (Yoshiyuki Asaba)</para>
|
||||
<para>In prior releases, the padding of <type>CHAR()</> was incorrect
|
||||
because it only padded to the specified number of bytes without
|
||||
considering how many characters were stored.</para></listitem>
|
||||
<listitem><para>Fix missing rows in queries like <literal>UPDATE a=... WHERE
|
||||
a...</> with GiST index on column <literal>a</></para></listitem>
|
||||
<listitem><para>Improve checking for partially-written WAL
|
||||
pages</para></listitem>
|
||||
<listitem><para>Improve robustness of signal handling when SSL is
|
||||
enabled</para></listitem>
|
||||
<listitem><para>Various memory leakage fixes</para></listitem>
|
||||
<listitem><para>Various portability improvements</para></listitem>
|
||||
<listitem><para>Fix PL/PgSQL to handle <literal>var := var</> correctly when
|
||||
the variable is of pass-by-reference type</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="release-7-3-10">
|
||||
<title>Release 7.3.10</title>
|
||||
|
||||
@@ -667,6 +718,7 @@ operations on bytea columns (Joe)</para></listitem>
|
||||
|
||||
<para>
|
||||
Major changes in this release:
|
||||
</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
@@ -783,7 +835,6 @@ operations on bytea columns (Joe)</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
@@ -795,12 +846,12 @@ operations on bytea columns (Joe)</para></listitem>
|
||||
application examines the system catalogs, additional changes will
|
||||
be required due to the introduction of schemas in 7.3; for more
|
||||
information, see: <ulink
|
||||
url="http://developer.postgresql.org/~momjian/upgrade_tips_7.3">
|
||||
http://developer.postgresql.org/~momjian/upgrade_tips_7.3</>.
|
||||
url="http://developer.postgresql.org/~momjian/upgrade_tips_7.3"></>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Observe the following incompatibilities:
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
@@ -892,8 +943,6 @@ operations on bytea columns (Joe)</para></listitem>
|
||||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
@@ -1668,6 +1717,7 @@ since <productname>PostgreSQL</productname> 7.1.
|
||||
|
||||
<para>
|
||||
Major changes in this release:
|
||||
</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
@@ -1742,8 +1792,8 @@ since <productname>PostgreSQL</productname> 7.1.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
@@ -1756,6 +1806,7 @@ since <productname>PostgreSQL</productname> 7.1.
|
||||
|
||||
<para>
|
||||
Observe the following incompatibilities:
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
@@ -1805,8 +1856,8 @@ since <productname>PostgreSQL</productname> 7.1.
|
||||
<literal>timestamp 'string'</literal> or <literal>CAST</literal>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The <literal>SELECT ... LIMIT #,#</literal> syntax will be removed
|
||||
@@ -2342,6 +2393,7 @@ Python fixes (Darcy)
|
||||
|
||||
<para>
|
||||
Major changes in this release:
|
||||
</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
@@ -2418,7 +2470,6 @@ Subqueries in FROM are now supported.
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</para>
|
||||
|
||||
<sect2>
|
||||
<title>Migration to version 7.1</title>
|
||||
@@ -2805,6 +2856,7 @@ ecpg changes (Michael)
|
||||
|
||||
<para>
|
||||
Major changes in this release:
|
||||
</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
@@ -2858,9 +2910,9 @@ ecpg changes (Michael)
|
||||
column correlation names.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
|
||||
<sect2>
|
||||
<title>Migration to version 7.0</title>
|
||||
@@ -2878,6 +2930,7 @@ ecpg changes (Michael)
|
||||
<para>
|
||||
Interface and compatibility issues to consider for the new
|
||||
release include:
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
@@ -2924,8 +2977,6 @@ ecpg changes (Michael)
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
@@ -4413,7 +4464,7 @@ Better identify tcl and tk libs and includes(Bruce)
|
||||
|
||||
<para>
|
||||
There are some general 6.3 issues that I want to mention. These are
|
||||
only the big items that can not be described in one sentence. A review
|
||||
only the big items that cannot be described in one sentence. A review
|
||||
of the detailed changes list is still needed.
|
||||
</para>
|
||||
<para>
|
||||
@@ -5979,4 +6030,3 @@ sgml-local-catalogs:("/usr/lib/sgml/catalog")
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
-->
|
||||
|
||||
|
Reference in New Issue
Block a user