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

Commit7b7d1ba

Browse files
committed
Mention fix for bug #1916 in release notes for affected versions.
1 parent2e1254e commit7b7d1ba

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 7 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.379 2005/09/27 23:32:38 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.380 2005/09/28 21:22:12 tgl Exp $
33

44
Typical markup:
55

@@ -2039,10 +2039,12 @@ failures when a crash occurs shortly after <command>CREATE
20392039
DATABASE</>.</para></listitem>
20402040
<listitem><para>Handle consecutive embedded newlines in <command>COPY</>
20412041
CSV-mode input</para></listitem>
2042-
<listitem><para>Further fixes for <literal>x FULL JOIN y ON true</> corner
2043-
cases</para></listitem>
20442042
<listitem><para>Fix <function>date_trunc(week)</> for dates near year
20452043
end</para></listitem>
2044+
<listitem><para>Fix planning problem with outer-join ON clauses that reference
2045+
only the inner-side relation</para></listitem>
2046+
<listitem><para>Further fixes for <literal>x FULL JOIN y ON true</> corner
2047+
cases</para></listitem>
20462048
<listitem><para>Fix overenthusiastic optimization of <literal>x IN (SELECT
20472049
DISTINCT ...)</> and related cases</para></listitem>
20482050
<listitem><para>Fix mis-planning of queries with small <literal>LIMIT</>
@@ -4806,6 +4808,8 @@ length when using a multiple-byte character set (Yoshiyuki Asaba)</para>
48064808
<para>In prior releases, the padding of <type>CHAR()</> was incorrect
48074809
because it only padded to the specified number of bytes without
48084810
considering how many characters were stored.</para></listitem>
4811+
<listitem><para>Fix planning problem with outer-join ON clauses that reference
4812+
only the inner-side relation</para></listitem>
48094813
<listitem><para>Further fixes for <literal>x FULL JOIN y ON true</> corner
48104814
cases</para></listitem>
48114815
<listitem><para>Make <function>array_in</> and <function>array_recv</> more

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp