Skip to content

Commit 6df2da0

Browse files
committed
Update back branch release notes.
1 parent a321d67 commit 6df2da0

File tree

1 file changed

+152
-1
lines changed

1 file changed

+152
-1
lines changed

doc/src/sgml/release.sgml

+152-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.420 2006/02/12 17:27:33 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.421 2006/02/12 17:57:37 momjian Exp $
33

44
Typical markup:
55

@@ -2421,6 +2421,79 @@ psql -t -f fixseq.sql db1 | psql -e db1
24212421
</sect2>
24222422
</sect1>
24232423

2424+
<sect1 id="release-8-0-7">
2425+
<title>Release 8.0.7</title>
2426+
2427+
<note>
2428+
<title>Release date</title>
2429+
<simpara>2006-02-14</simpara>
2430+
</note>
2431+
2432+
<para>
2433+
This release contains a variety of fixes from 8.0.6.
2434+
</para>
2435+
2436+
<sect2>
2437+
<title>Migration to version 8.0.7</title>
2438+
2439+
<para>
2440+
A dump/restore is not required for those running 8.0.X.
2441+
</para>
2442+
</sect2>
2443+
2444+
<sect2>
2445+
<title>Changes</title>
2446+
2447+
<itemizedlist>
2448+
2449+
<listitem><para>Fixes for relation cache management and WAL file creation
2450+
(Tom)</para></listitem>
2451+
2452+
<listitem><para>Properly check <literal>DOMAIN</> constraints for
2453+
<literal>UNKNOWN</> parameters in prepared statements
2454+
(Neil)</para></listitem>
2455+
2456+
<listitem><para>Change <command>ALTER COLUMN TYPE</> to drop
2457+
<literal>FOREIGN KEY</> constraints before <literal>UNIQUE</> or
2458+
<literal>PRIMARY KEY</> constraints (Nakano Yoshihisa)</para></listitem>
2459+
2460+
<listitem><para>Fix <literal>CREATE OPERATOR</> dumps that have
2461+
cross-schema definitions (Tom)</para></listitem>
2462+
2463+
<listitem><para>Allow <application>pg_restore</> to continue after a
2464+
<command>COPY</> failure, rather than treating the remaining statements
2465+
as <command>COPY</> data (Stephen Frost)</para></listitem>
2466+
2467+
<listitem><para>Fix <application>pg_ctl</> <literal>unregister</> crash
2468+
when the data directory is not specified (Magnus)</para></listitem>
2469+
2470+
<listitem><para>Fix <application>ecpg</> crash on AMD64 and PPC
2471+
(Neil)</para></listitem>
2472+
2473+
<listitem><para>Fix problem with argument passing with error reporting
2474+
in <application>PL/python</> (Neil)</para></listitem>
2475+
2476+
<listitem><para>Fix <application>PL/perl</>'s handling of locales on
2477+
Win32 to match the backend (Andrew)</para></listitem>
2478+
2479+
<listitem><para>Fix crash when <literal>log_min_messages</> is set in
2480+
<literal>postgresql.conf</> to <literal>DEBUG5</> on Win32
2481+
(Bruce)</para></listitem>
2482+
2483+
<listitem><para>Fix <application>pgxs</> <literal>-L</> library path
2484+
specification for Win32 and Cygwin (Bruce)</para></listitem>
2485+
2486+
<listitem><para>Check that SID is enabled while checking for Win32 admin
2487+
privileges (Magnus)</para></listitem>
2488+
2489+
<listitem><para>Portability fix for <function>finite</> and
2490+
<function>isinf</> (Tom)</para></listitem>
2491+
2492+
</itemizedlist>
2493+
2494+
</sect2>
2495+
</sect1>
2496+
24242497
<sect1 id="release-8-0-6">
24252498
<title>Release 8.0.6</title>
24262499

@@ -5365,6 +5438,52 @@ typedefs (Michael)</para></listitem>
53655438
</sect2>
53665439
</sect1>
53675440

5441+
<sect1 id="release-7-4-12">
5442+
<title>Release 7.4.12</title>
5443+
5444+
<note>
5445+
<title>Release date</title>
5446+
<simpara>2006-02-14</simpara>
5447+
</note>
5448+
5449+
<para>
5450+
This release contains a variety of fixes from 7.4.11.
5451+
</para>
5452+
5453+
<sect2>
5454+
<title>Migration to version 7.4.12</title>
5455+
5456+
<para>
5457+
A dump/restore is not required for those running 7.4.X.
5458+
</para>
5459+
</sect2>
5460+
5461+
<sect2>
5462+
<title>Changes</title>
5463+
5464+
<itemizedlist>
5465+
5466+
<listitem><para>Fixes for relation cache management and WAL file creation
5467+
(Tom)</para></listitem>
5468+
5469+
<listitem><para>Fix rare bug with row visibility logic in self-inserted
5470+
rows (Tom)</para></listitem>
5471+
5472+
<listitem><para>Properly check <literal>DOMAIN</> constraints for
5473+
<literal>UNKNOWN</> parameters in prepared statements
5474+
(Neil)</para></listitem>
5475+
5476+
<listitem><para>Fix <literal>CREATE OPERATOR</> dumps that have
5477+
cross-schema definitions (Tom)</para></listitem>
5478+
5479+
<listitem><para>Portability fix for <function>finite</> and
5480+
<function>isinf</> (Tom)</para></listitem>
5481+
5482+
</itemizedlist>
5483+
5484+
</sect2>
5485+
</sect1>
5486+
53685487
<sect1 id="release-7-4-11">
53695488
<title>Release 7.4.11</title>
53705489

@@ -8170,6 +8289,38 @@ XDES algorithms (Marko Kreen, Solar Designer)</para>
81708289
rather than crashing, when the number of columns specified is different from
81718290
what's actually returned by the query (Joe)</para></listitem>
81728291

8292+
</itemizedlist>
8293+
8294+
</sect2>
8295+
</sect1>
8296+
8297+
<sect1 id="release-7-3-14">
8298+
<title>Release 7.3.14</title>
8299+
8300+
<note>
8301+
<title>Release date</title>
8302+
<simpara>2006-02-14</simpara>
8303+
</note>
8304+
8305+
<para>
8306+
This release contains a variety of fixes from 7.3.13.
8307+
</para>
8308+
8309+
<sect2>
8310+
<title>Migration to version 7.3.14</title>
8311+
8312+
<para>
8313+
A dump/restore is not required for those running 7.3.X.
8314+
</para>
8315+
</sect2>
8316+
8317+
<sect2>
8318+
<title>Changes</title>
8319+
8320+
<itemizedlist>
8321+
8322+
<listitem><para>PLACE HOLDER</para></listitem>
8323+
81738324
</itemizedlist>
81748325

81758326
</sect2>

0 commit comments

Comments
 (0)