|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.198 2003/07/17 00:55:36 tgl Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.199 2003/07/23 04:08:42 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <appendix id="release">
|
@@ -60,6 +60,47 @@ Object owners can allow grantees to grant the privilege to others (grant option)
|
60 | 60 | </sect1>
|
61 | 61 |
|
62 | 62 |
|
| 63 | + <sect1 id="release-7-3-4"> |
| 64 | + <title>Release 7.3.4</title> |
| 65 | + |
| 66 | + <note> |
| 67 | + <title>Release date</title> |
| 68 | + <simpara>2003-07-24</simpara> |
| 69 | + </note> |
| 70 | + |
| 71 | + <para> |
| 72 | + This has a variety of fixes from 7.3.3. |
| 73 | + </para> |
| 74 | + |
| 75 | + |
| 76 | + <sect2> |
| 77 | + <title>Migration to version 7.3.4</title> |
| 78 | + |
| 79 | + <para> |
| 80 | + A dump/restore is <emphasis>not</emphasis> required for those |
| 81 | + running 7.3.*. |
| 82 | + </para> |
| 83 | + </sect2> |
| 84 | + |
| 85 | + <sect2> |
| 86 | + <title>Changes</title> |
| 87 | + |
| 88 | + <para> |
| 89 | +<literallayout> |
| 90 | +Fix rare possibility of recovery failure after a system crash (Tom) |
| 91 | +Fix bugs in interval-to-time conversion (Tom) |
| 92 | +Add constraint names in a few places in pg_dump (Rod) |
| 93 | +Improve performance of functions with many parameters (Tom) |
| 94 | +Fix to_ascii() buffer overruns (Tom) |
| 95 | +Prevent restore of database comments from throwing an error (Tom) |
| 96 | +Work around buggy strxfrm() present in some Solaris releases (Tom) |
| 97 | +Properly escape jdbc setObject() strings to improve security (Barry) |
| 98 | +</literallayout> |
| 99 | + </para> |
| 100 | + </sect2> |
| 101 | + </sect1> |
| 102 | + |
| 103 | + |
63 | 104 | <sect1 id="release-7-3-3">
|
64 | 105 | <title>Release 7.3.3</title>
|
65 | 106 |
|
|