|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.282 2004/08/13 18:22:12 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.283 2004/08/15 00:09:24 tgl Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <appendix id="release"> |
@@ -1928,14 +1928,15 @@ checkpoint to be lost, in whole or in part, following a database crash and |
1928 | 1928 | restart. This is a serious bug that has existed |
1929 | 1929 | since <productname>PostgreSQL</productname> 7.1. |
1930 | 1930 | </para></listitem> |
| 1931 | +<listitem><para>Check HAVING restriction before evaluating result list of an |
| 1932 | +aggregate plan</para></listitem> |
1931 | 1933 | <listitem><para>Avoid crash when session's current userID is deleted</para></listitem> |
1932 | 1934 | <listitem><para>Fix hashed crosstab for zero-rows case (Joe)</para></listitem> |
1933 | | -<listitem><para>pg_dump handled ACLs with grant options incorrectly</para></listitem> |
1934 | 1935 | <listitem><para>Force cache update after renaming a column in a foreign key</para></listitem> |
1935 | | -<listitem><para>Check HAVING restriction before evaluating result list of an |
1936 | | -aggregate plan</para></listitem> |
1937 | | -<listitem><para>Fix thread support for OS X and Solaris</para></listitem> |
1938 | 1936 | <listitem><para>Pretty-print UNION queries correctly</para></listitem> |
| 1937 | +<listitem><para>Make psql handle <literal>\r\n</> newlines properly in COPY IN</para></listitem> |
| 1938 | +<listitem><para>pg_dump handled ACLs with grant options incorrectly</para></listitem> |
| 1939 | +<listitem><para>Fix thread support for OS X and Solaris</para></listitem> |
1939 | 1940 | <listitem><para>Updated JDBC driver (build 215) with various fixes</para></listitem> |
1940 | 1941 | <listitem><para>ECPG fixes</para></listitem> |
1941 | 1942 | <listitem><para>Translation updates (various contributors)</para></listitem> |
@@ -5201,11 +5202,11 @@ restart. This is a serious bug that has existed |
5201 | 5202 | since <productname>PostgreSQL</productname> 7.1. |
5202 | 5203 | </para></listitem> |
5203 | 5204 | <listitem><para>Fix corner case for btree search in parallel with first root page split</para></listitem> |
5204 | | -<listitem><para>Repair memory leaks in pg_dump</para></listitem> |
5205 | | -<listitem><para>Avoid conflict with system definition of <function>isblank()</function> function or macro</para></listitem> |
5206 | 5205 | <listitem><para>Fix buffer overrun in <function>to_ascii</function> (Guido Notari)</para></listitem> |
5207 | 5206 | <listitem><para>Fix core dump in deadlock detection on machines where char is unsigned</para></listitem> |
5208 | 5207 | <listitem><para>Fix failure to respond to <command>pg_ctl stop -m fast</command> after Async_NotifyHandler runs</para></listitem> |
| 5208 | +<listitem><para>Repair memory leaks in pg_dump</para></listitem> |
| 5209 | +<listitem><para>Avoid conflict with system definition of <function>isblank()</function> function or macro</para></listitem> |
5209 | 5210 | </itemizedlist> |
5210 | 5211 | </sect2> |
5211 | 5212 | </sect1> |
|