|
1 | 1 | <!-- |
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 $ |
3 | 3 |
|
4 | 4 | Typical markup: |
5 | 5 |
|
@@ -2039,10 +2039,12 @@ failures when a crash occurs shortly after <command>CREATE |
2039 | 2039 | DATABASE</>.</para></listitem> |
2040 | 2040 | <listitem><para>Handle consecutive embedded newlines in <command>COPY</> |
2041 | 2041 | CSV-mode input</para></listitem> |
2042 | | -<listitem><para>Further fixes for <literal>x FULL JOIN y ON true</> corner |
2043 | | -cases</para></listitem> |
2044 | 2042 | <listitem><para>Fix <function>date_trunc(week)</> for dates near year |
2045 | 2043 | 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> |
2046 | 2048 | <listitem><para>Fix overenthusiastic optimization of <literal>x IN (SELECT |
2047 | 2049 | DISTINCT ...)</> and related cases</para></listitem> |
2048 | 2050 | <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> |
4806 | 4808 | <para>In prior releases, the padding of <type>CHAR()</> was incorrect |
4807 | 4809 | because it only padded to the specified number of bytes without |
4808 | 4810 | 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> |
4809 | 4813 | <listitem><para>Further fixes for <literal>x FULL JOIN y ON true</> corner |
4810 | 4814 | cases</para></listitem> |
4811 | 4815 | <listitem><para>Make <function>array_in</> and <function>array_recv</> more |
|