|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.334 2005/05/04 21:19:33 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.335 2005/05/05 17:59:40 tgl Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <appendix id="release">
|
@@ -6506,6 +6506,46 @@ operations on bytea columns (Joe)</para></listitem>
|
6506 | 6506 | </sect2>
|
6507 | 6507 | </sect1>
|
6508 | 6508 |
|
| 6509 | + <sect1 id="release-7-2-8"> |
| 6510 | + <title>Release 7.2.8</title> |
| 6511 | + |
| 6512 | + <note> |
| 6513 | + <title>Release date</title> |
| 6514 | + <simpara>2005-05-05</simpara> |
| 6515 | + </note> |
| 6516 | + |
| 6517 | + <para> |
| 6518 | + This release contains a variety of fixes from 7.2.7, including one |
| 6519 | + security-related issue. |
| 6520 | + </para> |
| 6521 | + |
| 6522 | + <sect2> |
| 6523 | + <title>Migration to version 7.2.8</title> |
| 6524 | + |
| 6525 | + <para> |
| 6526 | + A dump/restore is not required for those running 7.2.X. |
| 6527 | + </para> |
| 6528 | + </sect2> |
| 6529 | + |
| 6530 | + <sect2> |
| 6531 | + <title>Changes</title> |
| 6532 | + |
| 6533 | +<itemizedlist> |
| 6534 | +<listitem><para>Fix <function>EXTRACT(EPOCH)</> for |
| 6535 | +<type>TIME WITH TIME ZONE</> values</para></listitem> |
| 6536 | +<listitem><para>Additional buffer overrun checks in plpgsql |
| 6537 | +(Neil)</para></listitem> |
| 6538 | +<listitem><para>Fix pg_dump to dump index names and trigger names containing |
| 6539 | +<literal>%</> correctly (Neil)</para></listitem> |
| 6540 | +<listitem><para>Prevent <function>to_char(interval)</> from dumping core for |
| 6541 | +month-related formats</para></listitem> |
| 6542 | +<listitem><para>Fix <filename>contrib/pgcrypto</> for newer OpenSSL builds |
| 6543 | +(Marko Kreen)</para></listitem> |
| 6544 | +</itemizedlist> |
| 6545 | + |
| 6546 | + </sect2> |
| 6547 | + </sect1> |
| 6548 | + |
6509 | 6549 | <sect1 id="release-7-2-7">
|
6510 | 6550 | <title>Release 7.2.7</title>
|
6511 | 6551 |
|
|