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

Commit720bad3

Browse files
committed
Update release notes for 8.1.3.
1 parent21e567b commit720bad3

File tree

1 file changed

+90
-1
lines changed

1 file changed

+90
-1
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 90 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.418 2006/01/1218:09:24 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.419 2006/02/1217:10:47 momjian Exp $
33

44
Typical markup:
55

@@ -19,6 +19,95 @@ For new features, add links to the documentation sections.
1919
<appendix id="release">
2020
<title>Release Notes</title>
2121

22+
<sect1 id="release-8-1-3">
23+
<title>Release 8.1.3</title>
24+
25+
<note>
26+
<title>Release date</title>
27+
<simpara>2006-02-14</simpara>
28+
</note>
29+
30+
<para>
31+
This release contains a variety of fixes from 8.1.2.
32+
</para>
33+
34+
<sect2>
35+
<title>Migration to version 8.1.3</title>
36+
37+
<para>
38+
A dump/restore is not required for those running 8.1.X.
39+
However, if you are upgrading from a version earlier than 8.1.2,
40+
see the release notes for 8.1.2.
41+
</para>
42+
</sect2>
43+
44+
<sect2>
45+
<title>Changes</title>
46+
47+
<itemizedlist>
48+
49+
<listitem><para>Fix rare bug with row visibility logic in self-inserted
50+
rows (Tom)</listitem></para>
51+
52+
<listitem><para>Fixes for relation cache management and WAL file creation
53+
(Tom)</listitem></para>
54+
55+
<listitem><para>Properly check <literal>DOMAIN</> constraints for
56+
<literal>UNKNOWN</> parameters in prepared statements
57+
(Neil)</listitem></para>
58+
59+
<listitem><para>Change <command>ALTER COLUMN TYPE</> to drop
60+
<literal>FOREIGN KEY</> constraints before <literal>UNIQUE</> or
61+
<literal>PRIMARY KEY</> constraints (Nakano Yoshihisa)</listitem></para>
62+
63+
<listitem><para>Fix <literal>CREATE OPERATOR</> dumps that have
64+
cross-schema definitions (Tom)</listitem></para>
65+
66+
<listitem><para>Allow <application>pg_restore</> to continue after a
67+
<command>COPY</> failure, rather than treating the remaining statements
68+
as <command>COPY</> data (Stephen Frost)</listitem></para>
69+
70+
<listitem><para>Fix <application>pg_ctl</> <literal>unregister</> crash
71+
when the data directory is not specified (Magnus)</listitem></para>
72+
73+
<listitem><para>Fix <application>libpq</> <function>PQprint</> HTML tags
74+
(Christoph Zwerschke)</listitem></para>
75+
76+
<listitem><para>Fix <application>ecpg</> crash on AMD64 and PPC
77+
(Neil)</listitem></para>
78+
79+
<listitem><para>Fix problem with argument passing with error reporting
80+
in <application>PL/python</> (Neil)</listitem></para>
81+
82+
<listitem><para>Fix memory leak in <application>PL/perl</>'s row
83+
returning code (Neil)</listitem></para>
84+
85+
<listitem><para>Fix <application>PL/perl</>'s handling of locales on
86+
Win32 to match the backend (Andrew)</listitem></para>
87+
88+
<listitem><para>Various optimizer improvements (Tom)</listitem></para>
89+
90+
<listitem><para>Fix crash when <literal>log_min_messages</> is set in
91+
<literal>postgresql.conf</> to <literal>DEBUG5</> on Win32
92+
(Bruce)</listitem></para>
93+
94+
<listitem><para>Fix <application>pgxs</> <literal>-L</> library path
95+
specification for Win32 and Cygwin (Bruce)</listitem></para>
96+
97+
<listitem><para>Check that SID is enabled while checking for Win32 admin
98+
privileges (Magnus)</listitem></para>
99+
100+
<listitem><para>Portability fix for <function>finite</> and
101+
<function>isinf</> (Tom)</listitem></para>
102+
103+
<listitem><para>Improve speed of <filename>/contrib/tsearch2</> index
104+
creation (Teodor)</listitem></para>
105+
106+
</itemizedlist>
107+
108+
</sect2>
109+
</sect1>
110+
22111
<sect1 id="release-8-1-2">
23112
<title>Release 8.1.2</title>
24113

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp