|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.115.2.9 2004/08/15 01:23:28 tgl Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.115.2.10 2004/10/22 00:27:33 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-6"> |
| 9 | + <title>Release 7.2.6</title> |
| 10 | + |
| 11 | + <note> |
| 12 | + <title>Release date</title> |
| 13 | + <simpara>2004-10-22</simpara> |
| 14 | + </note> |
| 15 | + |
| 16 | + <para> |
| 17 | + This release contains a variety of fixes from 7.2.5. |
| 18 | + </para> |
| 19 | + |
| 20 | + |
| 21 | + <sect2> |
| 22 | + <title>Migration to version 7.2.6</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>Repair possible failure to update hint bits on disk</para> |
| 34 | +<para> |
| 35 | +Under rare circumstances this oversight could lead to |
| 36 | +<quote>could not access transaction status</> failures, which qualifies |
| 37 | +it as a potential-data-loss bug. |
| 38 | +</para></listitem> |
| 39 | +<listitem><para>Ensure that hashed outer join does not miss tuples</para> |
| 40 | +<para> |
| 41 | +Very large left joins using a hash join plan could fail to output unmatched |
| 42 | +left-side rows given just the right data distribution. |
| 43 | +</para></listitem> |
| 44 | +<listitem><para>Disallow running pg_ctl as root</para> |
| 45 | +<para> |
| 46 | +This is to guard against any possible security issues. |
| 47 | +</para></listitem> |
| 48 | +<listitem><para>Avoid using temp files in /tmp in make_oidjoins_check</para> |
| 49 | +<para> |
| 50 | +This has been reported as a security issue, though it's hardly worthy of |
| 51 | +concern since there is no reason for non-developers to use this script anyway. |
| 52 | +</para></listitem> |
| 53 | +<listitem><para>Update to newer versions of Bison</para></listitem> |
| 54 | +</itemizedlist> |
| 55 | + |
| 56 | + </sect2> |
| 57 | + </sect1> |
| 58 | + |
8 | 59 | <sect1 id="release-7-2-5"> |
9 | 60 | <title>Release 7.2.5</title> |
10 | 61 |
|
|
0 commit comments