|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.182 2003/01/29 22:14:08 tgl Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.183 2003/02/02 19:48:20 tgl Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <appendix id="release">
|
@@ -44,6 +44,70 @@ Object owners can allow grantees to grant the privilege to others (grant option)
|
44 | 44 |
|
45 | 45 | </sect1>
|
46 | 46 |
|
| 47 | + |
| 48 | + <sect1 id="release-7-3-2"> |
| 49 | + <title>Release 7.3.2</title> |
| 50 | + |
| 51 | + <note> |
| 52 | + <title>Release date</title> |
| 53 | + <simpara>2003-02-04</simpara> |
| 54 | + </note> |
| 55 | + |
| 56 | + <para> |
| 57 | + This has a variety of fixes from 7.3.1. |
| 58 | + </para> |
| 59 | + |
| 60 | + |
| 61 | + <sect2> |
| 62 | + <title>Migration to version 7.3.2</title> |
| 63 | + |
| 64 | + <para> |
| 65 | + A dump/restore is <emphasis>not</emphasis> required for those |
| 66 | + running 7.3.*. |
| 67 | + </para> |
| 68 | + </sect2> |
| 69 | + |
| 70 | + <sect2> |
| 71 | + <title>Changes</title> |
| 72 | + |
| 73 | + <para> |
| 74 | +<literallayout> |
| 75 | +Restore creation of OID column in CREATE TABLE AS / SELECT INTO |
| 76 | +Fix pg_dump core dump when dumping views having comments |
| 77 | +Dump DEFERRABLE/INITIALLY DEFERRED constraints properly |
| 78 | +Fix UPDATE when child table's column numbering differs from parent |
| 79 | +Increase default value of max_fsm_relations |
| 80 | +Fix problem when fetching backwards in a cursor for a single-row query |
| 81 | +Make backward fetch work properly with cursor on SELECT DISTINCT query |
| 82 | +Fix problems with loading pg_dump files containing contrib/lo usage |
| 83 | +Fix problem with all-numeric user names |
| 84 | +Fix possible memory leak and core dump during disconnect in libpgtcl |
| 85 | +Make plpython's spi_execute command handle nulls properly (Andrew Bosma) |
| 86 | +Adjust plpython error reporting so that its regression test passes again |
| 87 | +Work with bison 1.875 |
| 88 | +Handle mixed-case names properly in plpgsql's %type (Neil) |
| 89 | +Fix core dump in pltcl when executing a query rewritten by a rule |
| 90 | +Repair array subscript overruns (per report from Yichen Xie) |
| 91 | +Reduce MAX_TIME_PRECISION from 13 to 10 in floating-point case |
| 92 | +Correctly case-fold variable names in per-database and per-user settings |
| 93 | +Fix coredump in plpgsql's RETURN NEXT when SELECT into record returns no rows |
| 94 | +Fix outdated use of pg_type.typprtlen in python client interface |
| 95 | +Correctly handle fractional seconds in timestamps in JDBC driver |
| 96 | +Improve performance of getImportedKeys() in JDBC |
| 97 | +Make shared-library symlinks work standardly on HPUX (Giles) |
| 98 | +Repair inconsistent rounding behavior for timestamp, time, interval |
| 99 | +SSL negotiation fixes (Nathan Mueller) |
| 100 | +Make libpq's ~/.pgpass feature work when connecting with PQconnectDB |
| 101 | +Update my2pg, ora2pg |
| 102 | +Translation updates |
| 103 | +Add casts between types lo and oid in contrib/lo |
| 104 | +fastpath code now checks for privilege to call function |
| 105 | +</literallayout> |
| 106 | + </para> |
| 107 | + </sect2> |
| 108 | + </sect1> |
| 109 | + |
| 110 | + |
47 | 111 | <sect1 id="release-7-3-1">
|
48 | 112 | <title>Release 7.3.1</title>
|
49 | 113 |
|
|
0 commit comments