|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.170 2002/12/14 00:24:23 petere Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.171 2002/12/18 02:06:23 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <appendix id="release">
|
@@ -30,6 +30,58 @@ Domains now support CHECK constraints
|
30 | 30 |
|
31 | 31 | </sect1>
|
32 | 32 |
|
| 33 | + <sect1 id="release-7-3-1"> |
| 34 | + <title>Release 7.3.1</title> |
| 35 | + |
| 36 | + <note> |
| 37 | + <title>Release date</title> |
| 38 | + <simpara>2002-12-18</simpara> |
| 39 | + </note> |
| 40 | + |
| 41 | + <para> |
| 42 | + This has a variety of fixes from 7.3. |
| 43 | + </para> |
| 44 | + |
| 45 | + |
| 46 | + <sect2> |
| 47 | + <title>Migration to version 7.3.1</title> |
| 48 | + |
| 49 | + <para> |
| 50 | + A dump/restore is <emphasis>not</emphasis> required for those |
| 51 | + running 7.3. However, it should be noted that the main PostgreSQL |
| 52 | + interface library, libpq, has a new major version number for this |
| 53 | + release, which may require recompilation of client code in certain |
| 54 | + cases. |
| 55 | + </para> |
| 56 | + </sect2> |
| 57 | + |
| 58 | + <sect2> |
| 59 | + <title>Changes</title> |
| 60 | + |
| 61 | + <para> |
| 62 | +<literallayout> |
| 63 | +Fix a core dump of COPY TO when client/server encodings don't match (Tom) |
| 64 | +Allow pg_dump to work with pre-7.2 servers (Tom) |
| 65 | +/contrib/adddepend fixes (Tom) |
| 66 | +Fix problem with deletion of per-user/per-database config settings (Tom) |
| 67 | +/contrib/vacuumlo fix (Tom) |
| 68 | +Allow 'password' encryption even when pg_shadow contains MD5 passwords (Bruce) |
| 69 | +/contrib/dbmirror fix (Steven Singer) |
| 70 | +Optimizer fixes (Tom) |
| 71 | +/contrib/tsearch fixes (Teodor Sigaev, Magnus) |
| 72 | +Allow locale names to be mixed case (Nicolai Tufar) |
| 73 | +Increment libpq library's major version number (Bruce) |
| 74 | +pg_hba.conf error reporting fixes (Bruce, Neil) |
| 75 | +Add SCO Openserver 5.0.4 as a supported platform (Bruce) |
| 76 | +Prevent EXPLAIN from crashing server (Tom) |
| 77 | +SSL fixes (Nathan Mueller) |
| 78 | +Prevent composite column creation via ALTER TABLE (Tom) |
| 79 | +</literallayout> |
| 80 | + </para> |
| 81 | + </sect2> |
| 82 | + </sect1> |
| 83 | + |
| 84 | + |
33 | 85 | <sect1 id="release-7-3">
|
34 | 86 | <title>Release 7.3</title>
|
35 | 87 |
|
|
0 commit comments