Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6adb475

Browse files
committed
Update release history for 7.3.2.
1 parent967e8a3 commit6adb475

File tree

2 files changed

+112
-1
lines changed

2 files changed

+112
-1
lines changed

‎HISTORY

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,53 @@
2828
Read-only transactions
2929
Object owners can allow grantees to grant the privilege to others
3030
(grant option)
31+
_________________________________________________________________
32+
33+
Release 7.3.2
34+
35+
Release date: 2003-02-04
36+
37+
This has a variety of fixes from 7.3.1.
38+
_________________________________________________________________
39+
40+
Migration to version 7.3.2
41+
42+
A dump/restore is *not* required for those running 7.3.*.
43+
_________________________________________________________________
44+
45+
Changes
46+
47+
Restore creation of OID column in CREATE TABLE AS / SELECT INTO
48+
Fix pg_dump core dump when dumping views having comments
49+
Dump DEFERRABLE/INITIALLY DEFERRED constraints properly
50+
Fix UPDATE when child table's column numbering differs from parent
51+
Increase default value of max_fsm_relations
52+
Fix problem when fetching backwards in a cursor for a single-row query
53+
Make backward fetch work properly with cursor on SELECT DISTINCT query
54+
Fix problems with loading pg_dump files containing contrib/lo usage
55+
Fix problem with all-numeric user names
56+
Fix possible memory leak and core dump during disconnect in libpgtcl
57+
Make plpython's spi_execute command handle nulls properly (Andrew Bosma)
58+
Adjust plpython error reporting so that its regression test passes again
59+
Work with bison 1.875
60+
Handle mixed-case names properly in plpgsql's %type (Neil)
61+
Fix core dump in pltcl when executing a query rewritten by a rule
62+
Repair array subscript overruns (per report from Yichen Xie)
63+
Reduce MAX_TIME_PRECISION from 13 to 10 in floating-point case
64+
Correctly case-fold variable names in per-database and per-user settings
65+
Fix coredump in plpgsql's RETURN NEXT when SELECT into record returns
66+
no rows
67+
Fix outdated use of pg_type.typprtlen in python client interface
68+
Correctly handle fractional seconds in timestamps in JDBC driver
69+
Improve performance of getImportedKeys() in JDBC
70+
Make shared-library symlinks work standardly on HPUX (Giles)
71+
Repair inconsistent rounding behavior for timestamp, time, interval
72+
SSL negotiation fixes (Nathan Mueller)
73+
Make libpq's ~/.pgpass feature work when connecting with PQconnectDB
74+
Update my2pg, ora2pg
75+
Translation updates
76+
Add casts between types lo and oid in contrib/lo
77+
fastpath code now checks for privilege to call function
3178
_________________________________________________________________
3279

3380
Release 7.3.1

‎doc/src/sgml/release.sgml

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
-->
44

55
<appendix id="release">
@@ -44,6 +44,70 @@ Object owners can allow grantees to grant the privilege to others (grant option)
4444

4545
</sect1>
4646

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+
47111
<sect1 id="release-7-3-1">
48112
<title>Release 7.3.1</title>
49113

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp