1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.61 2000/10/05 19:48:16 momjian Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.62 2000/11/10 19:41:26 momjian Exp $
3
3
-->
4
4
5
5
<chapter id="release">
6
6
<title>Release Notes</title>
7
7
8
- <sect1 id="release-7-1" >
9
- <title>Release 7.1 </title>
8
+ <sect1>
9
+ <title>Release 7.0.3 </title>
10
10
<!--
11
11
<docinfo>
12
12
<authorgroup>
@@ -15,33 +15,21 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.61 2000/10/05 19:48:16 mom
15
15
<surname>Momjian</surname>
16
16
</author>
17
17
</authorgroup>
18
- <date>2000-07-13 </date>
18
+ <date>2000-11-11 </date>
19
19
</docinfo>
20
20
-->
21
21
22
22
<para>
23
- Release date 2000-09-01.
24
- Major changes in this release:
25
-
26
- <variablelist>
27
- <varlistentry>
28
- <term>
29
- Nested block comments
30
- </term>
31
- <listitem>
32
- <para>
33
- SQL99 defines C-style block comments, and allows them to be nested.
34
- </para>
35
- </listitem>
36
- </varlistentry>
37
- </variablelist>
23
+ Release date 2000-11-04. This has a variety of fixes from 7.0.2.
38
24
</para>
39
25
26
+
40
27
<sect2>
41
- <title>Migration to v7.1 </title>
28
+ <title>Migration to v7.0.3 </title>
42
29
43
30
<para>
44
- A dump/restore is required for those running any previous version.
31
+ A dump/restore is <emphasis>not</emphasis> required for those running
32
+ v7.0.*.
45
33
</para>
46
34
</sect2>
47
35
@@ -50,15 +38,50 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.61 2000/10/05 19:48:16 mom
50
38
51
39
<para>
52
40
<programlisting>
53
- Implement WITHOUT TIME ZONE date/time type qualifier per SQL99 (Thomas)
54
- Implement nested block comments per SQL99 (Thomas)
55
- Implement SET SESSION CHARACTERISTICS per SQL99 (Thomas)
56
- Set session-wide transaction mode READ COMMITTED or SERIALIZABLE (Thomas)
41
+ Jdbc fixes (Peter)
42
+ Large object fix (Tom)
43
+ Fix lean in COPY WITH OIDS leak (Tom)
44
+ Fix backwards-index-scan (Tom)
45
+ Fix SELECT ... FOR UPDATE so it checks for duplicate keys (Hiroshi)
46
+ Add --enable-syslog to configure (Marc)
47
+ Fix abort transaction at backend exit in rare cases (Tom)
48
+ Fix for psql \l+ when multi-byte enabled (Tatsuo)
49
+ Allow PL/pgSQL to accept non ascii identifiers (Tatsuo)
50
+ Make vacuum always flush buffers (Tom)
51
+ Fix to allow cancel while waiting for a lock (Hiroshi)
52
+ Fix for memory aloocation problem in user authentication code (Tom)
53
+ Remove bogus use of int4out() (Tom)
54
+ Fixes for multiple subqueries in COALESCE or BETWEEN (Tom)
55
+ Fix for failure of triggers on heap open in certain cases (Jeroen van
56
+ Vianen)
57
+ Fix for erroneous selectivity of not-equals (Tom)
58
+ Fix for erroneous use of strcmp() (Tom)
59
+ Fix for bug where storage manager accesses items beyond end of file
60
+ (Tom)
61
+ Fix to include kernel errno message in all smgr elog messages (Tom)
62
+ Fix for '.' not in PATH at build time (SL Baur)
63
+ Fix for out-of-file-descriptors error (Tom)
64
+ Fix to make pg_dump dump 'iscachable' flag for functions (Tom)
65
+ Fix for subselect in targetlist of Append node (Tom)
66
+ Fix for mergejoin plans (Tom)
67
+ Fix TRUNCATE failure on relations with indexes (Tom)
68
+ Avoid database-wide restart on write error (Hiroshi)
69
+ Fix nodeMaterial to honor chgParam by recomputing its output (Tom)
70
+ Fix VACUUM problem with moving chain of update tuples when source and
71
+ destination of a tuple lie on the same page (Tom)
72
+ Fix user.c CommandCounterIncrement (Tom)
73
+ Fix for AM/PM boundary problem in to_char() (Karel Zak)
74
+ Fix TIME aggregate handling (Tom)
75
+ Fix to_char() to avoid coredump on NULL input (Tom)
76
+ Buffer fix (Tom)
77
+ Fix for inserting/copying longer multibyte strings into char() data
78
+ types (Tatsuo)
57
79
</programlisting>
58
80
</para>
59
81
</sect2>
60
82
</sect1>
61
83
84
+
62
85
<sect1 id="release-7-0-2">
63
86
<title>Release 7.0.2</title>
64
87
<!--
0 commit comments