Skip to content

Commit a814170

Browse files
committed
Update release notes for 7.4.26, 8.0.22, 8.1.18, 8.2.14, 8.3.8, 8.4.1.
1 parent 9d182ef commit a814170

File tree

6 files changed

+469
-6
lines changed

6 files changed

+469
-6
lines changed

doc/src/sgml/release-7.4.sgml

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-7.4.sgml,v 1.1 2009/05/02 20:17:19 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-7.4.sgml,v 1.2 2009/08/27 01:27:34 momjian Exp $ -->
22
<!-- See header comment in release.sgml about typical markup -->
33

4+
<sect1 id="release-7-4-26">
5+
<title>Release 7.4.26</title>
6+
7+
<note>
8+
<title>Release date</title>
9+
<simpara>2009-09-09, AS OF 2009-08-26</simpara>
10+
</note>
11+
12+
<para>
13+
This release contains a variety of fixes from 7.4.25.
14+
For information about new features in the 7.4 major release, see
15+
<xref linkend="release-7-4">.
16+
</para>
17+
18+
<sect2>
19+
<title>Migration to Version 7.4.26</title>
20+
21+
<para>
22+
A dump/restore is not required for those running 7.4.X.
23+
</para>
24+
25+
</sect2>
26+
27+
<sect2>
28+
<title>Changes</title>
29+
30+
<itemizedlist>
31+
32+
<listitem>
33+
<para>
34+
Re-add documentation for configure flag <literal>--no-readline</> (Andrew)
35+
</para>
36+
</listitem>
37+
38+
</itemizedlist>
39+
40+
</sect2>
41+
</sect1>
42+
443
<sect1 id="release-7-4-25">
544
<title>Release 7.4.25</title>
645

doc/src/sgml/release-8.0.sgml

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,63 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.0.sgml,v 1.1 2009/05/02 20:17:19 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.0.sgml,v 1.2 2009/08/27 01:27:34 momjian Exp $ -->
22
<!-- See header comment in release.sgml about typical markup -->
33

4+
<sect1 id="release-8-0-22">
5+
<title>Release 8.0.22</title>
6+
7+
<note>
8+
<title>Release date</title>
9+
<simpara>2009-09-09, AS OF 2009-08-26</simpara>
10+
</note>
11+
12+
<para>
13+
This release contains a variety of fixes from 8.0.21.
14+
For information about new features in the 8.0 major release, see
15+
<xref linkend="release-8-0">.
16+
</para>
17+
18+
<sect2>
19+
<title>Migration to Version 8.0.22</title>
20+
21+
<para>
22+
A dump/restore is not required for those running 8.0.X.
23+
</para>
24+
25+
</sect2>
26+
27+
<sect2>
28+
<title>Changes</title>
29+
30+
<itemizedlist>
31+
32+
<listitem>
33+
<para>
34+
Treat <function>to_char(..., 'TH')</> as an uppercase ordinal
35+
suffix with <literal>'HH'</>/<literal>'HH12'</> (Heikki)
36+
</para>
37+
38+
<para>
39+
It was previously handled as <literal>'th'</> (lowercase).
40+
</para>
41+
</listitem>
42+
43+
<listitem>
44+
<para>
45+
Fix <filename>/contrib/xml2</> <function>xslt_process()</> to
46+
properly handle the maximum number of parameters (twenty) (Tom)
47+
</para>
48+
</listitem>
49+
50+
<listitem>
51+
<para>
52+
Re-add documentation for configure flag <literal>--no-readline</> (Andrew)
53+
</para>
54+
</listitem>
55+
56+
</itemizedlist>
57+
58+
</sect2>
59+
</sect1>
60+
461
<sect1 id="release-8-0-21">
562
<title>Release 8.0.21</title>
663

doc/src/sgml/release-8.1.sgml

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,63 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.1.sgml,v 1.1 2009/05/02 20:17:19 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.1.sgml,v 1.2 2009/08/27 01:27:34 momjian Exp $ -->
22
<!-- See header comment in release.sgml about typical markup -->
33

4+
<sect1 id="release-8-1-18">
5+
<title>Release 8.1.18</title>
6+
7+
<note>
8+
<title>Release date</title>
9+
<simpara>2009-09-09, AS OF 2009-08-26</simpara>
10+
</note>
11+
12+
<para>
13+
This release contains a variety of fixes from 8.1.17.
14+
For information about new features in the 8.1 major release, see
15+
<xref linkend="release-8-1">.
16+
</para>
17+
18+
<sect2>
19+
<title>Migration to Version 8.1.18</title>
20+
21+
<para>
22+
A dump/restore is not required for those running 8.1.X.
23+
</para>
24+
25+
</sect2>
26+
27+
<sect2>
28+
<title>Changes</title>
29+
30+
<itemizedlist>
31+
32+
<listitem>
33+
<para>
34+
Treat <function>to_char(..., 'TH')</> as an uppercase ordinal
35+
suffix with <literal>'HH'</>/<literal>'HH12'</> (Heikki)
36+
</para>
37+
38+
<para>
39+
It was previously handled as <literal>'th'</> (lowercase).
40+
</para>
41+
</listitem>
42+
43+
<listitem>
44+
<para>
45+
Fix <filename>/contrib/xml2</> <function>xslt_process()</> to
46+
properly handle the maximum number of parameters (twenty) (Tom)
47+
</para>
48+
</listitem>
49+
50+
<listitem>
51+
<para>
52+
Re-add documentation for configure flag <literal>--no-readline</> (Andrew)
53+
</para>
54+
</listitem>
55+
56+
</itemizedlist>
57+
58+
</sect2>
59+
</sect1>
60+
461
<sect1 id="release-8-1-17">
562
<title>Release 8.1.17</title>
663

doc/src/sgml/release-8.2.sgml

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,63 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.2.sgml,v 1.1 2009/05/02 20:17:19 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.2.sgml,v 1.2 2009/08/27 01:27:34 momjian Exp $ -->
22
<!-- See header comment in release.sgml about typical markup -->
33

4+
<sect1 id="release-8-2-14">
5+
<title>Release 8.2.14</title>
6+
7+
<note>
8+
<title>Release date</title>
9+
<simpara>2009-09-09, AS OF 2009-08-26</simpara>
10+
</note>
11+
12+
<para>
13+
This release contains a variety of fixes from 8.2.13.
14+
For information about new features in the 8.2 major release, see
15+
<xref linkend="release-8-2">.
16+
</para>
17+
18+
<sect2>
19+
<title>Migration to Version 8.2.14</title>
20+
21+
<para>
22+
A dump/restore is not required for those running 8.2.X.
23+
</para>
24+
25+
</sect2>
26+
27+
<sect2>
28+
<title>Changes</title>
29+
30+
<itemizedlist>
31+
32+
<listitem>
33+
<para>
34+
Treat <function>to_char(..., 'TH')</> as an uppercase ordinal
35+
suffix with <literal>'HH'</>/<literal>'HH12'</> (Heikki)
36+
</para>
37+
38+
<para>
39+
It was previously handled as <literal>'th'</> (lowercase).
40+
</para>
41+
</listitem>
42+
43+
<listitem>
44+
<para>
45+
Fix <filename>/contrib/xml2</> <function>xslt_process()</> to
46+
properly handle the maximum number of parameters (twenty) (Tom)
47+
</para>
48+
</listitem>
49+
50+
<listitem>
51+
<para>
52+
Re-add documentation for configure flag <literal>--no-readline</> (Andrew)
53+
</para>
54+
</listitem>
55+
56+
</itemizedlist>
57+
58+
</sect2>
59+
</sect1>
60+
461
<sect1 id="release-8-2-13">
562
<title>Release 8.2.13</title>
663

doc/src/sgml/release-8.3.sgml

Lines changed: 77 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,82 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.3.sgml,v 1.1 2009/05/02 20:17:19 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.3.sgml,v 1.2 2009/08/27 01:27:34 momjian Exp $ -->
22
<!-- See header comment in release.sgml about typical markup -->
33

4+
<sect1 id="release-8-3-8">
5+
<title>Release 8.3.8</title>
6+
7+
<note>
8+
<title>Release date</title>
9+
<simpara>2009-09-09, AS OF 2009-08-26</simpara>
10+
</note>
11+
12+
<para>
13+
This release contains a variety of fixes from 8.3.7.
14+
For information about new features in the 8.3 major release, see
15+
<xref linkend="release-8-3">.
16+
</para>
17+
18+
<sect2>
19+
<title>Migration to Version 8.3.8</title>
20+
21+
<para>
22+
A dump/restore is not required for those running 8.3.X.
23+
</para>
24+
25+
</sect2>
26+
27+
<sect2>
28+
<title>Changes</title>
29+
30+
<itemizedlist>
31+
32+
<listitem>
33+
<para>
34+
Treat <function>to_char(..., 'TH')</> as an uppercase ordinal
35+
suffix with <literal>'HH'</>/<literal>'HH12'</> (Heikki)
36+
</para>
37+
38+
<para>
39+
It was previously handled as <literal>'th'</> (lowercase).
40+
</para>
41+
</listitem>
42+
43+
<listitem>
44+
<para>
45+
Fix <filename>/contrib/xml2</> <function>xslt_process()</> to
46+
properly handle the maximum number of parameters (twenty) (Tom)
47+
</para>
48+
</listitem>
49+
50+
<listitem>
51+
<para>
52+
Fix case where <application>pg_ctl</> fast shutdown was not
53+
working if <application>pg_ctl</> smart shutdown was already in
54+
progress (Fujii Masao)
55+
</para>
56+
</listitem>
57+
58+
<listitem>
59+
<para>
60+
Re-add documentation for configure flag <literal>--no-readline</> (Andrew)
61+
</para>
62+
</listitem>
63+
64+
<listitem>
65+
<para>
66+
Fix problem where Win32 shared memory allocation sometimes failed on
67+
startup (Tsutomu Yamada, Magnus)
68+
</para>
69+
70+
<para>
71+
This bug caused some Win32 backends to randomly not start.
72+
</para>
73+
</listitem>
74+
75+
</itemizedlist>
76+
77+
</sect2>
78+
</sect1>
79+
480
<sect1 id="release-8-3-7">
581
<title>Release 8.3.7</title>
682

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy