Skip to content

Commit d9dddd1

Browse files
committed
Update release notes for releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.
1 parent 842c007 commit d9dddd1

File tree

1 file changed

+189
-1
lines changed

1 file changed

+189
-1
lines changed

doc/src/sgml/release.sgml

Lines changed: 189 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.469 2006/10/08 19:18:32 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.470 2006/10/09 23:23:47 momjian Exp $ -->
22
<!--
33

44
Typical markup:
@@ -2367,6 +2367,69 @@ links to the main documentation.
23672367
</sect2>
23682368
</sect1>
23692369

2370+
<sect1 id="release-8-1-5">
2371+
<title>Release 8.1.5</title>
2372+
2373+
<note>
2374+
<title>Release date</title>
2375+
<simpara>2006-10-??</simpara>
2376+
</note>
2377+
2378+
<para>
2379+
This release contains a variety of fixes from 8.1.4.
2380+
</para>
2381+
2382+
<sect2>
2383+
<title>Migration to version 8.1.4</title>
2384+
2385+
<para>
2386+
A dump/restore is not required for those running 8.1.X.
2387+
However, if you are upgrading from a version earlier than 8.1.2,
2388+
see the release notes for 8.1.2.
2389+
</para>
2390+
2391+
</sect2>
2392+
2393+
<sect2>
2394+
<title>Changes</title>
2395+
2396+
<itemizedlist>
2397+
2398+
<listitem><para>Fix for <systemitem class="osname">OS/X</>
2399+
<application>Bonjour</> on x86 systems (Ashley Clark)</para></listitem>
2400+
<listitem><para>Fix <acronym>MSVC</>/<productname>Borland C++</>
2401+
compiles (Hiroshi Saito)</para></listitem>
2402+
<listitem><para>Minor fixes related to ecpg, /contrib/dblink,
2403+
/contrib/ltree, /contrib/tsearch2, and <application>psql</></para> </listitem>
2404+
<listitem><para>Add ability to log protocol-level prepared
2405+
statements (Tom)</para></listitem>
2406+
<listitem><para>Disallow non-subselect aggregates in <command>UPDATE</>
2407+
statements (Tom)</para>
2408+
<para>The behavior of such an aggregate was unpredictable,
2409+
so it has been disabled. The SQL standard does not support
2410+
it either.</para></listitem>
2411+
<listitem><para>Fix <command>ALTER TABLE ... TYPE</> to recheck
2412+
<literal>NOT NULL</> for <literal>USING</> clause (Tom)</para></listitem>
2413+
<listitem><para>Fix rare termination of the statistics collector
2414+
process on Win32 (Tom)</para></listitem>
2415+
<listitem><para>Improvements to hash and bitmap joins (Tom)</para></listitem>
2416+
<listitem><para>Fix <varname>statement_timeout</> to use the proper
2417+
units of microseconds on Win32 (Bruce)</para>
2418+
<para>In previous Win32 8.1.X versions, 100-microseconds units were
2419+
incorrectly used internally.</para></listitem>
2420+
<listitem><para>Fixes for <systemitem class="osname">AIX</> and
2421+
<productname>Intel</> compilers (Tom)</para></listitem>
2422+
<listitem><para>Fix <function>to_timestamp()</> for
2423+
<literal>PM</>/<literal>AM</> (Bruce)</para></listitem>
2424+
<listitem><para>Fix <function>string_to_array()</> to handle overlapping
2425+
matches for the separator string</para> <para>For example,
2426+
<literal>string_to_array('123xx456xxx789', 'xx')</>.</para></listitem>
2427+
2428+
</itemizedlist>
2429+
2430+
</sect2>
2431+
</sect1>
2432+
23702433
<sect1 id="release-8-1-4">
23712434
<title>Release 8.1.4</title>
23722435

@@ -4952,6 +5015,55 @@ psql -t -f fixseq.sql db1 | psql -e db1
49525015
</sect2>
49535016
</sect1>
49545017

5018+
<sect1 id="release-8-0-9">
5019+
<title>Release 8.0.9</title>
5020+
5021+
<note>
5022+
<title>Release date</title>
5023+
<simpara>2006-10-??</simpara>
5024+
</note>
5025+
5026+
<para>
5027+
This release contains a variety of fixes from 8.0.8.
5028+
</para>
5029+
5030+
<sect2>
5031+
<title>Migration to version 8.0.9</title>
5032+
5033+
<para>
5034+
A dump/restore is not required for those running 8.0.X. However,
5035+
if you are upgrading from a version earlier than 8.0.6, see the release
5036+
notes for 8.0.6.
5037+
</para>
5038+
5039+
</sect2>
5040+
5041+
<sect2>
5042+
<title>Changes</title>
5043+
5044+
<itemizedlist>
5045+
5046+
<listitem><para>Fix crash when referencing <literal>NEW</> row
5047+
values in rules (Tom)</para></listitem>
5048+
<listitem><para>Add ability to log protocol-level prepared
5049+
statements (Tom)</para></listitem>
5050+
<listitem><para>Fix <command>ALTER TABLE ... TYPE</> to recheck
5051+
<literal>NOT NULL</> for <literal>USING</> clause (Tom)</para></listitem>
5052+
<listitem><para>Fix rare termination of the statistics collector
5053+
process on Win32 (Tom)</para></listitem>
5054+
<listitem><para>Fixes for <systemitem class="osname">AIX</> and
5055+
<productname>Intel</> compilers (Tom)</para></listitem>
5056+
<listitem><para>Fix <function>string_to_array()</> to handle overlapping
5057+
matches for the separator string</para> <para>For example,
5058+
<literal>string_to_array('123xx456xxx789', 'xx')</>.</para></listitem>
5059+
<listitem><para>Minor fixes related to ecpg, /contrib/ltree,
5060+
and <application>psql</></para> </listitem>
5061+
5062+
</itemizedlist>
5063+
5064+
</sect2>
5065+
</sect1>
5066+
49555067
<sect1 id="release-8-0-8">
49565068
<title>Release 8.0.8</title>
49575069

@@ -8105,6 +8217,46 @@ typedefs (Michael)</para></listitem>
81058217
</sect2>
81068218
</sect1>
81078219

8220+
<sect1 id="release-7-4-14">
8221+
<title>Release 7.4.14</title>
8222+
8223+
<note>
8224+
<title>Release date</title>
8225+
<simpara>2006-10-??</simpara>
8226+
</note>
8227+
8228+
<para>
8229+
This release contains a variety of fixes from 7.4.13.
8230+
</para>
8231+
8232+
<sect2>
8233+
<title>Migration to version 7.4.14</title>
8234+
8235+
<para>
8236+
A dump/restore is not required for those running 7.4.X. However,
8237+
if you are upgrading from a version earlier than 7.4.11, see the release
8238+
notes for 7.4.11.
8239+
</para>
8240+
8241+
</sect2>
8242+
8243+
<sect2>
8244+
<title>Changes</title>
8245+
8246+
<itemizedlist>
8247+
8248+
<listitem><para>Minor fixes related to timezones, ecpg, /contrib/ltree,
8249+
and <application>psql</></para> </listitem>
8250+
8251+
<listitem><para>Fix <function>string_to_array()</> to handle overlapping
8252+
matches for the separator string</para> <para>For example,
8253+
<literal>string_to_array('123xx456xxx789', 'xx')</>.</para></listitem>
8254+
8255+
</itemizedlist>
8256+
8257+
</sect2>
8258+
</sect1>
8259+
81088260
<sect1 id="release-7-4-13">
81098261
<title>Release 7.4.13</title>
81108262

@@ -11019,6 +11171,42 @@ DROP SCHEMA information_schema CASCADE;
1101911171
</sect2>
1102011172
</sect1>
1102111173

11174+
<sect1 id="release-7-3-16">
11175+
<title>Release 7.3.16</title>
11176+
11177+
<note>
11178+
<title>Release date</title>
11179+
<simpara>2006-10-??</simpara>
11180+
</note>
11181+
11182+
<para>
11183+
This release contains a variety of fixes from 7.3.15.
11184+
</para>
11185+
11186+
<sect2>
11187+
<title>Migration to version 7.3.16</title>
11188+
11189+
<para>
11190+
A dump/restore is not required for those running 7.3.X. However,
11191+
if you are upgrading from a version earlier than 7.3.13, see the release
11192+
notes for 7.3.13.
11193+
</para>
11194+
11195+
</sect2>
11196+
11197+
<sect2>
11198+
<title>Changes</title>
11199+
11200+
<itemizedlist>
11201+
11202+
<listitem><para>Minor fixes related to timezones, spinlocks, SSL,
11203+
GiST, /contrib/ltree, and <application>psql</></para> </listitem>
11204+
11205+
</itemizedlist>
11206+
11207+
</sect2>
11208+
</sect1>
11209+
1102211210
<sect1 id="release-7-3-15">
1102311211
<title>Release 7.3.15</title>
1102411212

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