New Stable Releases to Address Critical Bugs

From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: pgsql-announce(at)postgresql(dot)org
Cc: pgsql-general(at)postgresql(dot)org
Subject: New Stable Releases to Address Critical Bugs
Date: 2004-08-21 00:19:38
Message-ID: 20040820210532.N30511@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-general


Over the past week, we have bundled and released new versions of 7.2, 7.3
and 7.4 to address a couple of potentially critical bugs that were
recently identified.

For all three versions, these releases address the following:

* Prevent possible loss of committed transactions during crash
Due to insufficient interlocking between transaction commit and
checkpointing, it was possible for transactions committed just
before the most recent checkpoint to be lost, in whole or in part,
following a database crash and restart.

Specific to 7.4, the following has also been fixed:

* Repair possible crash during concurrent btree index insertions
This patch fixes a rare case in which concurrent insertions into a
btree index could result in a server panic. No permanent damage
would result, but it's still worth a re-release. The bug does not
exist in pre-7.4 releases.

Due to the seriousness of the first bug, as relates to data integrity, it
is strongly recommended that administrators upgrade their database servers
at their earliest convience.

None of these releases require a dump-n-reload in order to address the
problems.

It should be noted that, for those looking to upgrade from a 7.4.0/7.4.1
server to 7.4.5, that there a dump-n-reload is *recommended* (but not
required) to address a fix introduced between 7.4.1 and 7.4.2. Please
refer to the 7.4.5 HISTORY file for information on how this can be
accomplished without a dump-n-reload, as there are steps that can be
followed for this.

Please refer to the following URL for a list of mirror sites where the new
releases can be downloaded:

http://www.postgresql.org/mirror-ftp.html

Devrim has been working n SRPMs for v7.3.7 and v7.4.5, as well as David
Fetter has made sure that v7.4.5 is available via BitTorrent:

http://bt.postgresql.org

As always, please report any bugs to pgsql-bugs(at)postgresql(dot)org

Marc G. Fournier, Core Member
PostgreSQL Global Development Group

Browse pgsql-announce by date

  From Date Subject
Next Message Robert Treat 2004-08-25 03:59:00 == PostgreSQL Weekly News - August 24th 2004 ==
Previous Message Thomas Hallgren 2004-08-20 21:54:36 PL/Java now supports both PostgreSQL 8.0 and 7.4

Browse pgsql-general by date

  From Date Subject
Next Message TJ 2004-08-21 01:01:05 how do I select unions into a temp table
Previous Message Mike Mascari 2004-08-20 22:13:08 Re: Cross-datatype Comparisons and Indexes