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

Commitd46172e

Browse files
committed
Update docs for 7.2.2 release info.
1 parent58e47c4 commitd46172e

File tree

2 files changed

+87
-1
lines changed

2 files changed

+87
-1
lines changed

‎HISTORY

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
Release Notes
22

3+
Release 7.2.2
4+
5+
Release date: 2002-08-23
6+
7+
This has a variety of fixes from 7.2.1, including the security
8+
problems reported on BUGTRAQ.
9+
10+
----------------------------------------------------------------------
11+
12+
Migration to version 7.2.2
13+
14+
A dump/restore is *not* required for those running 7.2.X.
15+
16+
----------------------------------------------------------------------
17+
18+
Changes
19+
20+
Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
21+
Fix for compressed transaction log id wraparound (Tom)
22+
Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f (Tatsuo)
23+
Fix for psql and pg_dump crashing when invoked with non-existent long
24+
options (Tatsuo)
25+
Fix crash when invoking geometric operators (Tom)
26+
Allow OPEN cursor(args) (Tom)
27+
Fix for rtree_gist index build (Teodor)
28+
Fix for usage of partial indexes for relations other than first in
29+
joins (Tom)
30+
Fix for dumping user-defined aggregates (Tom)
31+
Contrib/intarray fixes (Oleg)
32+
Fix for complex UNION/EXCEPT/INTERSECT queries using parens (Tom)
33+
Fix to pg_convert (Tatsuo)
34+
Fix for buffer overrun in handling long datetime input (Thomas, Neil)
35+
Fix for buffer overrun in repeat() (Neil)
36+
Fix for buffer overrun in lpad() and rpad() with multibyte (Neil)
37+
Fix for buffer overrun in SET TIME ZONE and TZ env var (Neil)
38+
39+
40+
----------------------------------------------------------------------
41+
342
Release 7.2.1
443

544
Release date: 2002-03-21

‎doc/src/sgml/release.sgml

Lines changed: 48 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.150 2002/08/22 00:01:40 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.151 2002/08/25 14:34:24 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -62,6 +62,53 @@ Regular expression function SUBSTRING() implemented per SQL99
6262

6363
</sect1>
6464

65+
<sect1 id="release-7-2-2">
66+
<title>Release 7.2.2</title>
67+
68+
<note>
69+
<title>Release date</title>
70+
<simpara>2002-08-23</simpara>
71+
</note>
72+
73+
<para>
74+
This has a variety of fixes from 7.2.1.
75+
</para>
76+
77+
78+
<sect2>
79+
<title>Migration to version 7.2.2</title>
80+
81+
<para>
82+
A dump/restore is <emphasis>not</emphasis> required for those running
83+
7.2.X.
84+
</para>
85+
</sect2>
86+
87+
<sect2>
88+
<title>Changes</title>
89+
90+
<para>
91+
<literallayout>
92+
Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
93+
Fix for compressed transaction log id wraparound (Tom)
94+
Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f (Tatsuo)
95+
Fix for psql and pg_dump crashing when invoked with non-existand long
96+
options (Tatsuo)
97+
Fix crash when invoking geometric operators (Tom)
98+
Allow OPEN cursor(args) (Tom)
99+
Fix for rtree_gist index build (Teodor)
100+
Fix for dumping user-defined aggregates (Tom)
101+
Contrib/intarray fixes (Oleg)
102+
Fix for complex UNION/EXCEPT/INTERSECT queries using parens (Tom)
103+
Fix to pg_convert (Tatsuo)
104+
Fix for crash with long DATA strings (Thomes, Neil)
105+
Fix for repeat(), lpad(), rpad() and long strings (Neil)
106+
</literallayout>
107+
</para>
108+
</sect2>
109+
</sect1>
110+
111+
65112
<sect1 id="release-7-2-1">
66113
<title>Release 7.2.1</title>
67114

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp