|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.115.2.8 2003/01/29 22:12:42 tgl Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.115.2.9 2004/08/15 01:23:28 tgl Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <appendix id="release">
|
6 | 6 | <title>Release Notes</title>
|
7 | 7 |
|
| 8 | + <sect1 id="release-7-2-5"> |
| 9 | + <title>Release 7.2.5</title> |
| 10 | + |
| 11 | + <note> |
| 12 | + <title>Release date</title> |
| 13 | + <simpara>2004-08-16</simpara> |
| 14 | + </note> |
| 15 | + |
| 16 | + <para> |
| 17 | + This release contains a variety of fixes from 7.2.4. |
| 18 | + </para> |
| 19 | + |
| 20 | + |
| 21 | + <sect2> |
| 22 | + <title>Migration to version 7.2.5</title> |
| 23 | + |
| 24 | + <para> |
| 25 | + A dump/restore is not required for those running 7.2.X. |
| 26 | + </para> |
| 27 | + </sect2> |
| 28 | + |
| 29 | + <sect2> |
| 30 | + <title>Changes</title> |
| 31 | + |
| 32 | +<itemizedlist> |
| 33 | +<listitem><para>Prevent possible loss of committed transactions during crash</para> |
| 34 | +<para> |
| 35 | +Due to insufficient interlocking between transaction commit and checkpointing, |
| 36 | +it was possible for transactions committed just before the most recent |
| 37 | +checkpoint to be lost, in whole or in part, following a database crash and |
| 38 | +restart. This is a serious bug that has existed |
| 39 | +since <productname>PostgreSQL</productname> 7.1. |
| 40 | +</para></listitem> |
| 41 | +<listitem><para>Fix corner case for btree search in parallel with first root page split</para></listitem> |
| 42 | +<listitem><para>Fix buffer overrun in <function>to_ascii</function> (Guido Notari)</para></listitem> |
| 43 | +<listitem><para>Fix core dump in deadlock detection on machines where char is unsigned</para></listitem> |
| 44 | +<listitem><para>Fix failure to respond to <command>pg_ctl stop -m fast</command> after Async_NotifyHandler runs</para></listitem> |
| 45 | +<listitem><para>Repair memory leaks in pg_dump</para></listitem> |
| 46 | +<listitem><para>Avoid conflict with system definition of <function>isblank()</function> function or macro</para></listitem> |
| 47 | +</itemizedlist> |
| 48 | + </sect2> |
| 49 | + </sect1> |
| 50 | + |
8 | 51 | <sect1 id="release-7-2-4">
|
9 | 52 | <title>Release 7.2.4</title>
|
10 | 53 |
|
|
0 commit comments