summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-12-02 16:14:38 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-12-02 16:14:38 +0000
commitebe0cfd79eedf3395c8c2b56f20184ca3001671a (patch)
tree886fc00f9b590a3cb1c5c25f4151898fe5018dc3 /doc
parent6fe6e33db66896060573f91cc7ef2c5d66183d71 (diff)
downloadpostgresql-ebe0cfd79eedf3395c8c2b56f20184ca3001671a.tar.gz
Update release notes for 7.3.5.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/sgml/release.sgml95
1 files changed, 92 insertions, 3 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 32e6ddcd0a..fa5cf3c8d0 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.8 2003/11/17 04:52:03 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.9 2003/12/02 16:14:38 tgl Exp $
-->
<appendix id="release">
@@ -1338,7 +1338,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.8 2003/11/17 04:52:0
<listitem><para>Allow <type>cidr</type> data type to be cast to <type>text</type> (Tom)</para></listitem>
- <listitem><para>Disallow invalid time zone names (Tom)</para></listitem>
+ <listitem><para>Disallow invalid time zone names in SET TIMEZONE</para></listitem>
<listitem>
<para>
@@ -1495,7 +1495,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.8 2003/11/17 04:52:0
</listitem>
<listitem>
- <para>Allow polymorphic PL/pgSQL functions (Tom, Joe)</para>
+ <para>Allow polymorphic PL/pgSQL functions (Joe, Tom)</para>
</listitem>
<listitem>
@@ -1856,6 +1856,95 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.235.2.8 2003/11/17 04:52:0
</sect2>
</sect1>
+ <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>