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

Commit3116c2f

Browse files
committed
Release note updates for 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.
1 parent05cd021 commit3116c2f

File tree

1 file changed

+322
-1
lines changed

1 file changed

+322
-1
lines changed

‎doc/src/sgml/release.sgml‎

Lines changed: 322 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.498 2007/02/07 04:22:44 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.499 2007/04/19 02:47:36 momjian Exp $ -->
22
<!--
33

44
Typical markup:
@@ -35,6 +35,113 @@ do it for earlier branch release files.
3535
<appendix id="release">
3636
<title>Release Notes</title>
3737

38+
<sect1 id="release-8-2-4">
39+
<title>Release 8.2.4</title>
40+
41+
<note>
42+
<title>Release date</title>
43+
<simpara>2007-04-23</simpara>
44+
</note>
45+
46+
<para>
47+
This release contains fixes from 8.2.3, including a security fix.
48+
</para>
49+
50+
<sect2>
51+
<title>Migration to version 8.2.4</title>
52+
53+
<para>
54+
A dump/restore is not required for those running 8.2.X.
55+
</para>
56+
57+
</sect2>
58+
59+
<sect2>
60+
<title>Changes</title>
61+
62+
<itemizedlist>
63+
64+
<listitem>
65+
<para>
66+
Fix <varname>shared_preload_libraries</> for Win32 by forcing reload in each backend
67+
(Korry Douglas)
68+
</para>
69+
</listitem>
70+
71+
<listitem>
72+
<para>
73+
Fix <function>to_char()</> so it properly upper/lower cases localized day or month
74+
names (Pavel Stehule)
75+
</para>
76+
</listitem>
77+
78+
<listitem>
79+
<para>
80+
<filename>/contrib/tsearch2</> fixes (Teodor)
81+
</para>
82+
</listitem>
83+
84+
<listitem>
85+
<para>
86+
Require <command>COMMIT TRANSACTION</> to be executed in the same database as
87+
it was prepared (Heikki)
88+
</para>
89+
</listitem>
90+
91+
<listitem>
92+
<para>
93+
Allow Win32 <command>pg_dump</> to do binary backups larger than two gigabytes (Magnus)
94+
</para>
95+
</listitem>
96+
97+
<listitem>
98+
<para>
99+
New traditional (Taiwan) Chinese <acronym>FAQ</> (Zhou Daojing)
100+
</para>
101+
</listitem>
102+
103+
<listitem>
104+
<para>
105+
Prevent the statistics collector from writing to disk too frequently (Tom)
106+
</para>
107+
</listitem>
108+
109+
<listitem>
110+
<para>
111+
Improve detection of <acronym>POSIX</>-style time zone names (Tom)
112+
</para>
113+
</listitem>
114+
115+
<listitem>
116+
<para>
117+
Fix bug in how <command>VACUUM FULL</> handles <command>UPDATE</> chains (Tom, Pavan Deolasee)
118+
</para>
119+
</listitem>
120+
121+
<listitem>
122+
<para>
123+
Fix bug in domains that use array types (Tom)
124+
</para>
125+
</listitem>
126+
127+
<listitem>
128+
<para>
129+
Fix <command>pg_dump</> so it can dump a sequence using <option>-t</> when not also dumping the owning table
130+
(Tom)
131+
</para>
132+
</listitem>
133+
134+
<listitem>
135+
<para>
136+
Improve outer join and bitmap join selection logic (Tom)
137+
</para>
138+
</listitem>
139+
140+
</itemizedlist>
141+
142+
</sect2>
143+
</sect1>
144+
38145
<sect1 id="release-8-2-3">
39146
<title>Release 8.2.3</title>
40147

@@ -2924,6 +3031,77 @@ do it for earlier branch release files.
29243031
</sect2>
29253032
</sect1>
29263033

3034+
<sect1 id="release-8-1-9">
3035+
<title>Release 8.1.9</title>
3036+
3037+
<note>
3038+
<title>Release date</title>
3039+
<simpara>2007-04-23</simpara>
3040+
</note>
3041+
3042+
<para>
3043+
This release contains fixes from 8.1.8, including a security fix.
3044+
</para>
3045+
3046+
<sect2>
3047+
<title>Migration to version 8.1.9</title>
3048+
3049+
<para>
3050+
A dump/restore is not required for those running 8.1.X.
3051+
However, if you are upgrading from a version earlier than 8.1.2,
3052+
see the release notes for 8.1.2.
3053+
</para>
3054+
3055+
</sect2>
3056+
3057+
<sect2>
3058+
<title>Changes</title>
3059+
3060+
<itemizedlist>
3061+
3062+
<listitem>
3063+
<para>
3064+
Fix <function>to_char()</> so it properly upper/lower cases localized day or month
3065+
names (Pavel Stehule)
3066+
</para>
3067+
</listitem>
3068+
3069+
<listitem>
3070+
<para>
3071+
<filename>/contrib/tsearch2</> fixes (Teodor)
3072+
</para>
3073+
</listitem>
3074+
3075+
<listitem>
3076+
<para>
3077+
Require <command>COMMIT TRANSACTION</> to be executed in the same database as
3078+
it was prepared (Heikki)
3079+
</para>
3080+
</listitem>
3081+
3082+
<listitem>
3083+
<para>
3084+
Improve detection of <acronym>POSIX</>-style time zone names (Tom)
3085+
</para>
3086+
</listitem>
3087+
3088+
<listitem>
3089+
<para>
3090+
Fix bug in how <command>VACUUM FULL</> handles <command>UPDATE</> chains (Tom, Pavan Deolasee)
3091+
</para>
3092+
</listitem>
3093+
3094+
<listitem>
3095+
<para>
3096+
Improve outer join and bitmap join selection logic (Tom)
3097+
</para>
3098+
</listitem>
3099+
3100+
</itemizedlist>
3101+
3102+
</sect2>
3103+
</sect1>
3104+
29273105
<sect1 id="release-8-1-8">
29283106
<title>Release 8.1.8</title>
29293107

@@ -5874,6 +6052,63 @@ psql -t -f fixseq.sql db1 | psql -e db1
58746052
</sect2>
58756053
</sect1>
58766054

6055+
<sect1 id="release-8-0-13">
6056+
<title>Release 8.0.13</title>
6057+
6058+
<note>
6059+
<title>Release date</title>
6060+
<simpara>2007-04-23</simpara>
6061+
</note>
6062+
6063+
<para>
6064+
This release contains fixes from 8.0.12, including a security fix.
6065+
</para>
6066+
6067+
<sect2>
6068+
<title>Migration to version 8.0.13</title>
6069+
6070+
<para>
6071+
A dump/restore is not required for those running 8.0.X. However,
6072+
if you are upgrading from a version earlier than 8.0.6, see the release
6073+
notes for 8.0.6.
6074+
</para>
6075+
6076+
</sect2>
6077+
6078+
<sect2>
6079+
<title>Changes</title>
6080+
6081+
<itemizedlist>
6082+
6083+
<listitem>
6084+
<para>
6085+
<filename>/contrib/tsearch2</> fixes (Teodor)
6086+
</para>
6087+
</listitem>
6088+
6089+
<listitem>
6090+
<para>
6091+
Improve detection of <acronym>POSIX</>-style time zone names (Tom)
6092+
</para>
6093+
</listitem>
6094+
6095+
<listitem>
6096+
<para>
6097+
Fix bug in how <command>VACUUM FULL</> handles <command>UPDATE</> chains (Tom, Pavan Deolasee)
6098+
</para>
6099+
</listitem>
6100+
6101+
<listitem>
6102+
<para>
6103+
<filename>/contrib/tsearch2</> fixes (Teodor)
6104+
</para>
6105+
</listitem>
6106+
6107+
</itemizedlist>
6108+
6109+
</sect2>
6110+
</sect1>
6111+
58776112
<sect1 id="release-8-0-12">
58786113
<title>Release 8.0.12</title>
58796114

@@ -9308,6 +9543,52 @@ typedefs (Michael)</para></listitem>
93089543
</sect2>
93099544
</sect1>
93109545

9546+
<sect1 id="release-7-4-17">
9547+
<title>Release 7.4.17</title>
9548+
9549+
<note>
9550+
<title>Release date</title>
9551+
<simpara>2007-04-23</simpara>
9552+
</note>
9553+
9554+
<para>
9555+
This release contains a variety of fixes from 7.4.16, including
9556+
a security fix.
9557+
</para>
9558+
9559+
<sect2>
9560+
<title>Migration to version 7.4.17</title>
9561+
9562+
<para>
9563+
A dump/restore is not required for those running 7.4.X. However,
9564+
if you are upgrading from a version earlier than 7.4.11, see the release
9565+
notes for 7.4.11.
9566+
</para>
9567+
9568+
</sect2>
9569+
9570+
<sect2>
9571+
<title>Changes</title>
9572+
9573+
<itemizedlist>
9574+
9575+
<listitem>
9576+
<para>
9577+
<filename>/contrib/tsearch2</> fixes (Teodor)
9578+
</para>
9579+
</listitem>
9580+
9581+
<listitem>
9582+
<para>
9583+
Fix bug in how <command>VACUUM FULL</> handles <command>UPDATE</> chains (Tom, Pavan Deolasee)
9584+
</para>
9585+
</listitem>
9586+
9587+
</itemizedlist>
9588+
9589+
</sect2>
9590+
</sect1>
9591+
93119592
<sect1 id="release-7-4-16">
93129593
<title>Release 7.4.16</title>
93139594

@@ -12425,6 +12706,46 @@ DROP SCHEMA information_schema CASCADE;
1242512706
</sect2>
1242612707
</sect1>
1242712708

12709+
<sect1 id="release-7-3-19">
12710+
<title>Release 7.3.19</title>
12711+
12712+
<note>
12713+
<title>Release date</title>
12714+
<simpara>2007-04-23</simpara>
12715+
</note>
12716+
12717+
<para>
12718+
This release contains a variety of fixes from 7.3.18, including
12719+
a security fix.
12720+
</para>
12721+
12722+
<sect2>
12723+
<title>Migration to version 7.3.19</title>
12724+
12725+
<para>
12726+
A dump/restore is not required for those running 7.3.X. However,
12727+
if you are upgrading from a version earlier than 7.3.13, see the release
12728+
notes for 7.3.13.
12729+
</para>
12730+
12731+
</sect2>
12732+
12733+
<sect2>
12734+
<title>Changes</title>
12735+
12736+
<itemizedlist>
12737+
12738+
<listitem>
12739+
<para>
12740+
Fix bug in how <command>VACUUM FULL</> handles <command>UPDATE</> chains (Tom, Pavan Deolasee)
12741+
</para>
12742+
</listitem>
12743+
12744+
</itemizedlist>
12745+
12746+
</sect2>
12747+
</sect1>
12748+
1242812749
<sect1 id="release-7-3-18">
1242912750
<title>Release 7.3.18</title>
1243012751

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp