Skip to content

Commit 2d65574

Browse files
committed
Preliminary release notes for 7.4.4, 7.3.7, 7.2.5. Will add to the
back branches later.
1 parent 1a36562 commit 2d65574

File tree

1 file changed

+133
-3
lines changed

1 file changed

+133
-3
lines changed

doc/src/sgml/release.sgml

Lines changed: 133 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.281 2004/08/13 03:00:07 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.282 2004/08/13 18:22:12 tgl Exp $
33
-->
44

55
<appendix id="release">
@@ -1892,6 +1892,55 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.281 2004/08/13 03:00:07 momjian
18921892
</itemizedlist>
18931893
</sect3>
18941894

1895+
</sect2>
1896+
</sect1>
1897+
1898+
<sect1 id="release-7-4-4">
1899+
<title>Release 7.4.4</title>
1900+
1901+
<note>
1902+
<title>Release date</title>
1903+
<simpara>2004-08-16</simpara>
1904+
</note>
1905+
1906+
<para>
1907+
This release contains a variety of fixes from 7.4.3.
1908+
</para>
1909+
1910+
1911+
<sect2>
1912+
<title>Migration to version 7.4.4</title>
1913+
1914+
<para>
1915+
A dump/restore is not required for those running 7.4.X.
1916+
</para>
1917+
</sect2>
1918+
1919+
<sect2>
1920+
<title>Changes</title>
1921+
1922+
<itemizedlist>
1923+
<listitem><para>Prevent possible loss of committed transactions during crash</para>
1924+
<para>
1925+
Due to insufficient interlocking between transaction commit and checkpointing,
1926+
it was possible for transactions committed just before the most recent
1927+
checkpoint to be lost, in whole or in part, following a database crash and
1928+
restart. This is a serious bug that has existed
1929+
since <productname>PostgreSQL</productname> 7.1.
1930+
</para></listitem>
1931+
<listitem><para>Avoid crash when session's current userID is deleted</para></listitem>
1932+
<listitem><para>Fix hashed crosstab for zero-rows case (Joe)</para></listitem>
1933+
<listitem><para>pg_dump handled ACLs with grant options incorrectly</para></listitem>
1934+
<listitem><para>Force cache update after renaming a column in a foreign key</para></listitem>
1935+
<listitem><para>Check HAVING restriction before evaluating result list of an
1936+
aggregate plan</para></listitem>
1937+
<listitem><para>Fix thread support for OS X and Solaris</para></listitem>
1938+
<listitem><para>Pretty-print UNION queries correctly</para></listitem>
1939+
<listitem><para>Updated JDBC driver (build 215) with various fixes</para></listitem>
1940+
<listitem><para>ECPG fixes</para></listitem>
1941+
<listitem><para>Translation updates (various contributors)</para></listitem>
1942+
</itemizedlist>
1943+
18951944
</sect2>
18961945
</sect1>
18971946

@@ -1919,8 +1968,6 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.281 2004/08/13 03:00:07 momjian
19191968
<sect2>
19201969
<title>Changes</title>
19211970

1922-
<para>
1923-
</para>
19241971
<itemizedlist>
19251972
<listitem><para>Fix temporary memory leak when using non-hashed aggregates (Tom)</para></listitem>
19261973
<listitem><para>ECPG fixes, including some for Informix compatibility (Michael)</para></listitem>
@@ -4064,6 +4111,46 @@ DROP SCHEMA information_schema CASCADE;
40644111
</sect2>
40654112
</sect1>
40664113

4114+
<sect1 id="release-7-3-7">
4115+
<title>Release 7.3.7</title>
4116+
4117+
<note>
4118+
<title>Release date</title>
4119+
<simpara>2004-08-16</simpara>
4120+
</note>
4121+
4122+
<para>
4123+
This release contains one critical fix over 7.3.6, and some minor items.
4124+
</para>
4125+
4126+
4127+
<sect2>
4128+
<title>Migration to version 7.3.7</title>
4129+
4130+
<para>
4131+
A dump/restore is not required for those running 7.3.X.
4132+
</para>
4133+
</sect2>
4134+
4135+
<sect2>
4136+
<title>Changes</title>
4137+
4138+
<itemizedlist>
4139+
<listitem><para>Prevent possible loss of committed transactions during crash</para>
4140+
<para>
4141+
Due to insufficient interlocking between transaction commit and checkpointing,
4142+
it was possible for transactions committed just before the most recent
4143+
checkpoint to be lost, in whole or in part, following a database crash and
4144+
restart. This is a serious bug that has existed
4145+
since <productname>PostgreSQL</productname> 7.1.
4146+
</para></listitem>
4147+
<listitem><para>Remove asymmetrical word processing in tsearch (Teodor)</para></listitem>
4148+
<listitem><para>Properly schema-qualify function names when pg_dump'ing a CAST</para></listitem>
4149+
</itemizedlist>
4150+
4151+
</sect2>
4152+
</sect1>
4153+
40674154
<sect1 id="release-7-3-6">
40684155
<title>Release 7.3.6</title>
40694156

@@ -5080,6 +5167,49 @@ operations on bytea columns (Joe)</para></listitem>
50805167
</sect1>
50815168

50825169

5170+
<sect1 id="release-7-2-5">
5171+
<title>Release 7.2.5</title>
5172+
5173+
<note>
5174+
<title>Release date</title>
5175+
<simpara>2004-08-16</simpara>
5176+
</note>
5177+
5178+
<para>
5179+
This release contains a variety of fixes from 7.2.4.
5180+
</para>
5181+
5182+
5183+
<sect2>
5184+
<title>Migration to version 7.2.5</title>
5185+
5186+
<para>
5187+
A dump/restore is not required for those running 7.2.X.
5188+
</para>
5189+
</sect2>
5190+
5191+
<sect2>
5192+
<title>Changes</title>
5193+
5194+
<itemizedlist>
5195+
<listitem><para>Prevent possible loss of committed transactions during crash</para>
5196+
<para>
5197+
Due to insufficient interlocking between transaction commit and checkpointing,
5198+
it was possible for transactions committed just before the most recent
5199+
checkpoint to be lost, in whole or in part, following a database crash and
5200+
restart. This is a serious bug that has existed
5201+
since <productname>PostgreSQL</productname> 7.1.
5202+
</para></listitem>
5203+
<listitem><para>Fix corner case for btree search in parallel with first root page split</para></listitem>
5204+
<listitem><para>Repair memory leaks in pg_dump</para></listitem>
5205+
<listitem><para>Avoid conflict with system definition of <function>isblank()</function> function or macro</para></listitem>
5206+
<listitem><para>Fix buffer overrun in <function>to_ascii</function> (Guido Notari)</para></listitem>
5207+
<listitem><para>Fix core dump in deadlock detection on machines where char is unsigned</para></listitem>
5208+
<listitem><para>Fix failure to respond to <command>pg_ctl stop -m fast</command> after Async_NotifyHandler runs</para></listitem>
5209+
</itemizedlist>
5210+
</sect2>
5211+
</sect1>
5212+
50835213
<sect1 id="release-7-2-4">
50845214
<title>Release 7.2.4</title>
50855215

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