File tree 3 files changed +77
-2
lines changed
3 files changed +77
-2
lines changed Original file line number Diff line number Diff line change
1
+ ------------------------------------------------------------------------
2
+ Release 7.1.3
3
+ ------------------------------------------------------------------------
4
+
5
+
6
+ Release 7.1.3 (2001-08-15)
7
+
8
+ Migration to v7.1.3
9
+
10
+ A dump/restore is not required for those running 7.1.X.
11
+
12
+ Changes
13
+ -------
14
+ Remove unused WAL segements of large transactions (Tom)
15
+ Multiaction rule fix (Tom)
16
+ Pl/pgSQL memory allocation fix (Jan)
17
+ VACUUM buffer fix (Tom)
18
+ Regression test fixes (Tom)
19
+ pg_dump fixes for GRANT/REVOKE/comments on views, user-defined types (Tom)
20
+ Fix subselects with DISTINCT ON or LIMIT (Tom)
21
+ BEOS fix
22
+ Disable COPY TO/FROM a view (Tom)
23
+ Cygwin build (Jason Tishler)
24
+
25
+
26
+
1
27
------------------------------------------------------------------------
2
28
Release 7.1.2
3
29
------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.90.2.3 2001/05/31 21:50:47 momjian Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.90.2.4 2001/08/14 21:22:08 momjian Exp $
3
3
-->
4
4
5
5
<appendix id="release">
6
6
<title>Release Notes</title>
7
7
8
+ <sect1 id="release-7-1-3">
9
+ <title>Release 7.1.3</title>
10
+
11
+ <note>
12
+ <title>Release date</title>
13
+ <simpara>2001-08-15</simpara>
14
+ </note>
15
+
16
+ <!--
17
+ <docinfo>
18
+ <authorgroup>
19
+ <author>
20
+ <firstname>Bruce</firstname>
21
+ <surname>Momjian</surname>
22
+ </author>
23
+ </authorgroup>
24
+ </docinfo>
25
+ -->
26
+
27
+ <sect2>
28
+ <title>Migration to version 7.1.3</title>
29
+
30
+ <para>
31
+ A dump/restore is <emphasis>not</emphasis> required for those running
32
+ 7.1.X.
33
+ </para>
34
+ </sect2>
35
+
36
+ <sect2>
37
+ <title>Changes</title>
38
+
39
+ <para>
40
+ <programlisting>
41
+ Remove unused WAL segements of large transactions (Tom)
42
+ Multiaction rule fix (Tom)
43
+ Pl/pgSQL memory allocation fix (Jan)
44
+ VACUUM buffer fix (Tom)
45
+ Regression test fixes (Tom)
46
+ pg_dump fixes for GRANT/REVOKE/comments on views, user-defined types (Tom)
47
+ Fix subselects with DISTINCT ON or LIMIT (Tom)
48
+ BEOS fix
49
+ Disable COPY TO/FROM a view (Tom)
50
+ Cygwin build (Jason Tishler)
51
+ </programlisting>
52
+ </para>
53
+ </sect2>
54
+ </sect1>
55
+
56
+
8
57
<sect1 id="release-7-1-2">
9
58
<title>Release 7.1.2</title>
10
59
Original file line number Diff line number Diff line change 1
1
2
- (2001-08-10 )
2
+ (2001-08-15 )
3
3
PostgreSQL has a Web site at http://www.postgresql.org/ which carries details
4
4
on the latest release, upcoming features, and other information to make your
5
5
work or play with PostgreSQL more productive.
You can’t perform that action at this time.
0 commit comments