mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-25 07:47:03 +08:00
Update release notes for 7.3.5.
This commit is contained in:
46
HISTORY
46
HISTORY
@ -1,6 +1,52 @@
|
||||
|
||||
Release Notes
|
||||
|
||||
Release 7.3.5
|
||||
|
||||
Release date: 2003-12-03
|
||||
|
||||
This has a variety of fixes from 7.3.4.
|
||||
_________________________________________________________________
|
||||
|
||||
Migration to version 7.3.5
|
||||
|
||||
A dump/restore is *not* required for those running 7.3.*.
|
||||
_________________________________________________________________
|
||||
|
||||
Changes
|
||||
|
||||
* Force zero_damaged_pages to be on during recovery from WAL
|
||||
* Prevent some obscure cases of "variable not in subplan target
|
||||
lists"
|
||||
* Force stats processes to detach from shared memory, ensuring
|
||||
cleaner shutdown
|
||||
* Make PQescapeBytea and byteaout consistent with each other (Joe)
|
||||
* Added missing SPI_finish() calls to get_tuple_of_interest() (Joe)
|
||||
* Fix for possible foreign key violation when rule rewrites INSERT
|
||||
(Jan)
|
||||
* Support qualified type names in PL/Tcl's spi_prepare command (Jan)
|
||||
* Make pg_dump handle a procedural language handler located in
|
||||
pg_catalog
|
||||
* Make pg_dump handle cases where a custom opclass is in another
|
||||
schema
|
||||
* Make pg_dump dump binary-compatible casts correctly (Jan)
|
||||
* Fix insertion of expressions containing subqueries into rule
|
||||
bodies
|
||||
* Fix incorrect argument processing in clusterdb script (Anand
|
||||
Ranganathan)
|
||||
* Fix problems with dropped columns in plpython triggers
|
||||
* Repair problems with to_char() reading past end of its input
|
||||
string (Karel)
|
||||
* Fix GB18030 mapping errors (Tatsuo)
|
||||
* Fix several problems with SSL error handling and asynchronous SSL
|
||||
I/O
|
||||
* Remove ability to bind a list of values to a single parameter in
|
||||
JDBC (prevents possible SQL-injection attacks)
|
||||
* Fix some errors in HAVE_INT64_TIMESTAMP code paths
|
||||
* Fix corner case for btree search in parallel with first root page
|
||||
split
|
||||
_________________________________________________________________
|
||||
|
||||
Release 7.3.4
|
||||
|
||||
Release date: 2003-07-24
|
||||
|
||||
@ -1,10 +1,99 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.15 2003/07/24 00:44:24 momjian Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.163.2.16 2003/12/02 16:15:47 tgl Exp $
|
||||
-->
|
||||
|
||||
<appendix id="release">
|
||||
<title>Release Notes</title>
|
||||
|
||||
<sect1 id="release-7-3-5">
|
||||
<title>Release 7.3.5</title>
|
||||
|
||||
<note>
|
||||
<title>Release date</title>
|
||||
<simpara>2003-12-03</simpara>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
This has a variety of fixes from 7.3.4.
|
||||
</para>
|
||||
|
||||
|
||||
<sect2>
|
||||
<title>Migration to version 7.3.5</title>
|
||||
|
||||
<para>
|
||||
A dump/restore is <emphasis>not</emphasis> required for those
|
||||
running 7.3.*.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Changes</title>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem><para>
|
||||
Force zero_damaged_pages to be on during recovery from WAL
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Prevent some obscure cases of <quote>variable not in subplan target lists</>
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Force stats processes to detach from shared memory, ensuring cleaner shutdown
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Make PQescapeBytea and byteaout consistent with each other (Joe)
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Added missing SPI_finish() calls to get_tuple_of_interest() (Joe)
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Fix for possible foreign key violation when rule rewrites INSERT (Jan)
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Support qualified type names in PL/Tcl's spi_prepare command (Jan)
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Make pg_dump handle a procedural language handler located in pg_catalog
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Make pg_dump handle cases where a custom opclass is in another schema
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Make pg_dump dump binary-compatible casts correctly (Jan)
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Fix insertion of expressions containing subqueries into rule bodies
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Fix incorrect argument processing in clusterdb script (Anand Ranganathan)
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Fix problems with dropped columns in plpython triggers
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Repair problems with to_char() reading past end of its input string (Karel)
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Fix GB18030 mapping errors (Tatsuo)
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Fix several problems with SSL error handling and asynchronous SSL I/O
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Remove ability to bind a list of values to a single parameter in JDBC
|
||||
(prevents possible SQL-injection attacks)
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Fix some errors in HAVE_INT64_TIMESTAMP code paths
|
||||
</para></listitem>
|
||||
<listitem><para>
|
||||
Fix corner case for btree search in parallel with first root page split
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="release-7-3-4">
|
||||
<title>Release 7.3.4</title>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user