Thread: v7.2.1 Released: Critical Bug Fix

v7.2.1 Released: Critical Bug Fix

From
"Marc G. Fournier"
Date:
Over this past weekend, the PostgreSQL Global Development Group packaged
up and put onto our ftp server PostgreSQL v7.2.1 ... a bug fix release, it
fixes a critical bug in v7.2:

    sequence counters will go backwards after a crash

Other fixes since v7.2 include:

 Fix pgaccess kanji-coversion key binding (Tatsuo)
 Optimizer improvements (Tom)
 cash I/O improvements (Tom)
 New Russian FAQ
 Compile fix for missing AuthBlockSig (Heiko)
 Additional time zones and time zone fixes (Thomas)
 Allow psql \connect to handle mixed case database and user names (Tom)
 Return proper OID on command completion even with ON INSERT rules (Tom)
 Allow COPY FROM to use 8-bit DELIMITERS (Tatsuo)
 Fix bug in extract/date_part for milliseconds/microseconds (Tatsuo)
 Improve handling of multiple UNIONs with different lengths (Tom)
 contrib/btree_gist improvements (Teodor Sigaev)
 contrib/tsearch dictionary improvements, see README.tsearch for
   an additional installation step (Thomas T. Thai, Teodor Sigaev)
 Fix for array subscripts handling (Tom)
 Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)


Upgrading to v7.2.1 from v7.2 *does not* require a dump/reload, but it is
required from all previous releases ...

Due to the nature of the bug with the sequence counters, it is *highly*
recommended that anyone running v7.2 upgrade to the latest version at
their earliest convience ...

Marc G. Fournier



Re: v7.2.1 Released: Critical Bug Fix

From
"Kaare Rasmussen"
Date:
>  cash I/O improvements (Tom)

If it will change the I/O cash flow to more I than O, it will definitely be 
a success... :-) 
--
Kaare Rasmussen            --Linux, spil,--        Tlf:        3816 2582
Kaki Data                tshirts, merchandize      Fax:        3816 2501
Howitzvej 75               Åben 14.00-18.00        Web:      www.suse.dk
2000 Frederiksberg        Lørdag 11.00-17.00       Email: kar@kakidata.dk 


Re: [GENERAL] v7.2.1 Released: Critical Bug Fix

From
Tom Lane
Date:
"Marc G. Fournier" <scrappy@hub.org> writes:
> Over this past weekend, the PostgreSQL Global Development Group packaged
> up and put onto our ftp server PostgreSQL v7.2.1 ... a bug fix release, it
> fixes a critical bug in v7.2:

>     sequence counters will go backwards after a crash

It seems worth pointing out that said bug is not new in 7.2; it has
existed in all 7.1.* releases as well.

If you were looking for a reason to update to 7.2.* from 7.1.*, this
might be a good one.

            regards, tom lane

Re: [GENERAL] v7.2.1 Released: Critical Bug Fix

From
Richard Emberson
Date:
Generally, what is the duration between such an announcement and the
appearence of
the RPMs found on the Download PostgreSQL  page?

Also, the http://www.us.postgresql.org/news.html has no mention of this
upgrade.

Thanks.

Richard


"Marc G. Fournier" wrote:

> Over this past weekend, the PostgreSQL Global Development Group packaged
> up and put onto our ftp server PostgreSQL v7.2.1 ... a bug fix release, it
> fixes a critical bug in v7.2:
>
>     sequence counters will go backwards after a crash
>
> Other fixes since v7.2 include:
>
>  Fix pgaccess kanji-coversion key binding (Tatsuo)
>  Optimizer improvements (Tom)
>  cash I/O improvements (Tom)
>  New Russian FAQ
>  Compile fix for missing AuthBlockSig (Heiko)
>  Additional time zones and time zone fixes (Thomas)
>  Allow psql \connect to handle mixed case database and user names (Tom)
>  Return proper OID on command completion even with ON INSERT rules (Tom)
>  Allow COPY FROM to use 8-bit DELIMITERS (Tatsuo)
>  Fix bug in extract/date_part for milliseconds/microseconds (Tatsuo)
>  Improve handling of multiple UNIONs with different lengths (Tom)
>  contrib/btree_gist improvements (Teodor Sigaev)
>  contrib/tsearch dictionary improvements, see README.tsearch for
>    an additional installation step (Thomas T. Thai, Teodor Sigaev)
>  Fix for array subscripts handling (Tom)
>  Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
>
> Upgrading to v7.2.1 from v7.2 *does not* require a dump/reload, but it is
> required from all previous releases ...
>
> Due to the nature of the bug with the sequence counters, it is *highly*
> recommended that anyone running v7.2 upgrade to the latest version at
> their earliest convience ...
>
> Marc G. Fournier
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)


Re: [GENERAL] v7.2.1 Released: Critical Bug Fix

From
"Dean Hill"
Date:
I was wondering if it is documented as to exactly how to do a minor
upgrade.  I've not been able to find it in the past, and I end up doing
a full install, dump/reload.  I'm running postgresql on nt/2000 using
cygwin.  Thanks -Dean

-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org] On Behalf Of Marc G.
Fournier
Sent: Tuesday, April 02, 2002 9:08 AM
To: pgsql-announce@postgresql.org
Cc: pgsql-hackers@postgresql.org; pgsql-general@postgresql.org
Subject: [GENERAL] v7.2.1 Released: Critical Bug Fix



Over this past weekend, the PostgreSQL Global Development Group packaged
up and put onto our ftp server PostgreSQL v7.2.1 ... a bug fix release,
it fixes a critical bug in v7.2:

    sequence counters will go backwards after a crash

Other fixes since v7.2 include:

 Fix pgaccess kanji-coversion key binding (Tatsuo)
 Optimizer improvements (Tom)
 cash I/O improvements (Tom)
 New Russian FAQ
 Compile fix for missing AuthBlockSig (Heiko)
 Additional time zones and time zone fixes (Thomas)
 Allow psql \connect to handle mixed case database and user names (Tom)
Return proper OID on command completion even with ON INSERT rules (Tom)
Allow COPY FROM to use 8-bit DELIMITERS (Tatsuo)  Fix bug in
extract/date_part for milliseconds/microseconds (Tatsuo)  Improve
handling of multiple UNIONs with different lengths (Tom)
contrib/btree_gist improvements (Teodor Sigaev)  contrib/tsearch
dictionary improvements, see README.tsearch for
   an additional installation step (Thomas T. Thai, Teodor Sigaev)  Fix
for array subscripts handling (Tom)  Allow EXECUTE of "CREATE TABLE AS
... SELECT" in PL/PgSQL (Tom)


Upgrading to v7.2.1 from v7.2 *does not* require a dump/reload, but it
is required from all previous releases ...

Due to the nature of the bug with the sequence counters, it is *highly*
recommended that anyone running v7.2 upgrade to the latest version at
their earliest convience ...

Marc G. Fournier



---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)