Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0fd336c

Browse files
committed
Update release notes for 7.3.5.
1 parent5bcdb4c commit0fd336c

File tree

1 file changed

+92
-3
lines changed

1 file changed

+92
-3
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 92 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.245 2003/11/29 19:51:37 pgsql Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.246 2003/12/02 16:14:12 tgl Exp $
33
-->
44

55
<appendix id="release">
@@ -1338,7 +1338,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.245 2003/11/29 19:51:37 pgsql E
13381338

13391339
<listitem><para>Allow <type>cidr</type> data type to be cast to <type>text</type> (Tom)</para></listitem>
13401340

1341-
<listitem><para>Disallow invalid time zone names(Tom)</para></listitem>
1341+
<listitem><para>Disallow invalid time zone namesin SET TIMEZONE</para></listitem>
13421342

13431343
<listitem>
13441344
<para>
@@ -1495,7 +1495,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.245 2003/11/29 19:51:37 pgsql E
14951495
</listitem>
14961496

14971497
<listitem>
1498-
<para>Allow polymorphic PL/pgSQL functions (Tom, Joe)</para>
1498+
<para>Allow polymorphic PL/pgSQL functions (Joe, Tom)</para>
14991499
</listitem>
15001500

15011501
<listitem>
@@ -1856,6 +1856,95 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.245 2003/11/29 19:51:37 pgsql E
18561856
</sect2>
18571857
</sect1>
18581858

1859+
<sect1 id="release-7-3-5">
1860+
<title>Release 7.3.5</title>
1861+
1862+
<note>
1863+
<title>Release date</title>
1864+
<simpara>2003-12-03</simpara>
1865+
</note>
1866+
1867+
<para>
1868+
This has a variety of fixes from 7.3.4.
1869+
</para>
1870+
1871+
1872+
<sect2>
1873+
<title>Migration to version 7.3.5</title>
1874+
1875+
<para>
1876+
A dump/restore is <emphasis>not</emphasis> required for those
1877+
running 7.3.*.
1878+
</para>
1879+
</sect2>
1880+
1881+
<sect2>
1882+
<title>Changes</title>
1883+
1884+
<itemizedlist>
1885+
<listitem><para>
1886+
Force zero_damaged_pages to be on during recovery from WAL
1887+
</para></listitem>
1888+
<listitem><para>
1889+
Prevent some obscure cases of <quote>variable not in subplan target lists</>
1890+
</para></listitem>
1891+
<listitem><para>
1892+
Force stats processes to detach from shared memory, ensuring cleaner shutdown
1893+
</para></listitem>
1894+
<listitem><para>
1895+
Make PQescapeBytea and byteaout consistent with each other (Joe)
1896+
</para></listitem>
1897+
<listitem><para>
1898+
Added missing SPI_finish() calls to get_tuple_of_interest() (Joe)
1899+
</para></listitem>
1900+
<listitem><para>
1901+
Fix for possible foreign key violation when rule rewrites INSERT (Jan)
1902+
</para></listitem>
1903+
<listitem><para>
1904+
Support qualified type names in PL/Tcl's spi_prepare command (Jan)
1905+
</para></listitem>
1906+
<listitem><para>
1907+
Make pg_dump handle a procedural language handler located in pg_catalog
1908+
</para></listitem>
1909+
<listitem><para>
1910+
Make pg_dump handle cases where a custom opclass is in another schema
1911+
</para></listitem>
1912+
<listitem><para>
1913+
Make pg_dump dump binary-compatible casts correctly (Jan)
1914+
</para></listitem>
1915+
<listitem><para>
1916+
Fix insertion of expressions containing subqueries into rule bodies
1917+
</para></listitem>
1918+
<listitem><para>
1919+
Fix incorrect argument processing in clusterdb script (Anand Ranganathan)
1920+
</para></listitem>
1921+
<listitem><para>
1922+
Fix problems with dropped columns in plpython triggers
1923+
</para></listitem>
1924+
<listitem><para>
1925+
Repair problems with to_char() reading past end of its input string (Karel)
1926+
</para></listitem>
1927+
<listitem><para>
1928+
Fix GB18030 mapping errors (Tatsuo)
1929+
</para></listitem>
1930+
<listitem><para>
1931+
Fix several problems with SSL error handling and asynchronous SSL I/O
1932+
</para></listitem>
1933+
<listitem><para>
1934+
Remove ability to bind a list of values to a single parameter in JDBC
1935+
(prevents possible SQL-injection attacks)
1936+
</para></listitem>
1937+
<listitem><para>
1938+
Fix some errors in HAVE_INT64_TIMESTAMP code paths
1939+
</para></listitem>
1940+
<listitem><para>
1941+
Fix corner case for btree search in parallel with first root page split
1942+
</para></listitem>
1943+
</itemizedlist>
1944+
1945+
</sect2>
1946+
</sect1>
1947+
18591948
<sect1 id="release-7-3-4">
18601949
<title>Release 7.3.4</title>
18611950

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp