aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-09-28 21:22:12 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-09-28 21:22:12 +0000
commit7b7d1ba0b681f16e788e0c2e4a2685f06a3c2ca6 (patch)
tree5e35aba33b5f42896830661b5887f5daa02efebb /doc/src
parent2e1254e7fa0b84e83d201d0ffc7146b63a4a4a49 (diff)
downloadpostgresql-7b7d1ba0b681f16e788e0c2e4a2685f06a3c2ca6.tar.gz
postgresql-7b7d1ba0b681f16e788e0c2e4a2685f06a3c2ca6.zip
Mention fix for bug #1916 in release notes for affected versions.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release.sgml10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 0d8f73c246d..092179f01bc 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.379 2005/09/27 23:32:38 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.380 2005/09/28 21:22:12 tgl Exp $
Typical markup:
@@ -2039,10 +2039,12 @@ failures when a crash occurs shortly after <command>CREATE
DATABASE</>.</para></listitem>
<listitem><para>Handle consecutive embedded newlines in <command>COPY</>
CSV-mode input</para></listitem>
-<listitem><para>Further fixes for <literal>x FULL JOIN y ON true</> corner
-cases</para></listitem>
<listitem><para>Fix <function>date_trunc(week)</> for dates near year
end</para></listitem>
+<listitem><para>Fix planning problem with outer-join ON clauses that reference
+only the inner-side relation</para></listitem>
+<listitem><para>Further fixes for <literal>x FULL JOIN y ON true</> corner
+cases</para></listitem>
<listitem><para>Fix overenthusiastic optimization of <literal>x IN (SELECT
DISTINCT ...)</> and related cases</para></listitem>
<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>
<para>In prior releases, the padding of <type>CHAR()</> was incorrect
because it only padded to the specified number of bytes without
considering how many characters were stored.</para></listitem>
+<listitem><para>Fix planning problem with outer-join ON clauses that reference
+only the inner-side relation</para></listitem>
<listitem><para>Further fixes for <literal>x FULL JOIN y ON true</> corner
cases</para></listitem>
<listitem><para>Make <function>array_in</> and <function>array_recv</> more