PostgreSQL 7.4.2 Now Available ...

Lists: pgsql-announcepgsql-general
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: PostgreSQL 7.4.2 Now Available ...
Date: 2004-03-11 03:40:24
Message-ID: 20040310233708.W98352@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-general


After several fixes were backpatches to the 7_4_STABLE branch, we have now
released a 7.4.2. As the list of Changes since 7.4.2 is quite small, they
are included in this email:

* Fix pg_statistics alignment bug that could crash optimizer
* Allow non-super users to update pg_settings
* Fix several optimizer bugs, most of which led to "variable not
found in subplan target lists" errors
* Avoid out-of-memory failure during startup of large multiple index
scan
* Fix multibyte problem that could lead to "out of memory" error
during "COPY IN"
* Fix problems with "SELECT INTO" / "CREATE TABLE AS" from tables
without OIDs
* Fix problems with "alter_table" regression test during parallel
testing
* Fix problems with hitting open file limit, especially on OS X
(Tom)
* Partial fix for Turkish-locale issues
* Make pg_dump set client encoding on restore
* Other minor pg_dump fixes
* Allow ecpg to again use C keywords as column names (Michael)
* Added ecpg WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE (Michael)
* Fix ecpg crash for queries calling set-returning functions (Michael)
* Various other ecpg fixes (Michael)
* Fixes for Borland compiler
* Thread build improvements (Bruce)
* Various other build fixes
* Various JDBC fixes

Unlike most minor versions, this version does require some updates to the
pg_* system tables. Full instructions for how to do this are included in
the full HISTORY file.

As always, this release is available on all our mirrors, viable at:

http://www.postgresql.org/mirrors-www.html

And, thanks to David Fetter, is also available via BitTorrent at:

http://bt.postgresql.org

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664


From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [ANNOUNCE] PostgreSQL 7.4.2 Now Available ...
Date: 2004-03-11 04:04:24
Message-ID: 404FE548.1050501@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-general

Marc G. Fournier wrote:

> * Various JDBC fixes
>
I thought JDBC wasn't in the tarball anymore. Or does that start with 7.5?


From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Joseph Shraibman <jks(at)selectacast(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [ANNOUNCE] PostgreSQL 7.4.2 Now Available ...
Date: 2004-03-11 04:18:59
Message-ID: 20040311001855.E98352@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-general

On Wed, 10 Mar 2004, Joseph Shraibman wrote:

> Marc G. Fournier wrote:
>
> > * Various JDBC fixes
> >
> I thought JDBC wasn't in the tarball anymore. Or does that start with 7.5?

7.5

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664


From: Tim Brier <briert(at)cepu(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL 7.4.2 Now Available ...
Date: 2004-03-11 04:27:47
Message-ID: 404FEAC3.4080405@cepu.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-general


Just a quick note to express my thanks.

Great job folks. Issues I had with 7.3.5 have been fixed (pg_dump and
dependancies) and the upgrade was quick and easy.

Keep up the good work.

Tim.

Marc G. Fournier wrote:
> After several fixes were backpatches to the 7_4_STABLE branch, we have now
> released a 7.4.2. As the list of Changes since 7.4.2 is quite small, they
> are included in this email:
>
> * Fix pg_statistics alignment bug that could crash optimizer
> * Allow non-super users to update pg_settings
> * Fix several optimizer bugs, most of which led to "variable not
> found in subplan target lists" errors
> * Avoid out-of-memory failure during startup of large multiple index
> scan
> * Fix multibyte problem that could lead to "out of memory" error
> during "COPY IN"
> * Fix problems with "SELECT INTO" / "CREATE TABLE AS" from tables
> without OIDs
> * Fix problems with "alter_table" regression test during parallel
> testing
> * Fix problems with hitting open file limit, especially on OS X
> (Tom)
> * Partial fix for Turkish-locale issues
> * Make pg_dump set client encoding on restore
> * Other minor pg_dump fixes
> * Allow ecpg to again use C keywords as column names (Michael)
> * Added ecpg WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE (Michael)
> * Fix ecpg crash for queries calling set-returning functions (Michael)
> * Various other ecpg fixes (Michael)
> * Fixes for Borland compiler
> * Thread build improvements (Bruce)
> * Various other build fixes
> * Various JDBC fixes
>
> Unlike most minor versions, this version does require some updates to the
> pg_* system tables. Full instructions for how to do this are included in
> the full HISTORY file.
>
> As always, this release is available on all our mirrors, viable at:
>
> http://www.postgresql.org/mirrors-www.html
>
> And, thanks to David Fetter, is also available via BitTorrent at:
>
> http://bt.postgresql.org
>
> ----
> Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
> Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joseph Shraibman <jks(at)selectacast(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [ANNOUNCE] PostgreSQL 7.4.2 Now Available ...
Date: 2004-03-11 04:33:05
Message-ID: 15703.1078979585@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce pgsql-general

Joseph Shraibman <jks(at)selectacast(dot)net> writes:
> Marc G. Fournier wrote:
>> * Various JDBC fixes
>>
> I thought JDBC wasn't in the tarball anymore. Or does that start with 7.5?

7.5. The JDBC guys have been very good about back-patching stuff into
the 7.4 tree, even though it's now a separate CVS archive and thus extra
trouble for them. Thanks guys!

regards, tom lane