Re: [ANNOUNCE] PostgreSQL v7.3.2 Released

From: Laurette Cisneros <laurette(at)nextbus(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [ANNOUNCE] PostgreSQL v7.3.2 Released
Date: 2003-02-05 20:26:03
Message-ID: Pine.LNX.4.44.0302051224200.4855-100000@visor.corp.nextbus.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-general pgsql-hackers


Well this isn't any good...the primary site is hugely busy and it is not on
any of the mirrors. Perhaps it did not get copied over to the mirrors even
though this announcent says it is there?

Thanks,

L.
On Wed, 5 Feb 2003, Marc G. Fournier wrote:

>
> G'day ...
>
> This is just a quick announcement that v7.3.2 has been tag'd (REL7_3_2),
> and released, to address several problems found with v7.3.1. This release
> addresses several overrun and memory leak issues that were found in recent
> weeks, so it is highly recommended that those running the v7.3.1 branch
> upgrade at their earliest convience.
>
>
> Major changes in this release are, as listed in the HISTORY file:
>
> Restore creation of OID column in CREATE TABLE AS / SELECT INTO
> Fix pg_dump core dump when dumping views having comments
> Dump DEFERRABLE/INITIALLY DEFERRED constraints properly
> Fix UPDATE when child table's column numbering differs from parent
> Increase default value of max_fsm_relations
> Fix problem when fetching backwards in a cursor for a single-row query
> Make backward fetch work properly with cursor on SELECT DISTINCT query
> Fix problems with loading pg_dump files containing contrib/lo usage
> Fix problem with all-numeric user names
> Fix possible memory leak and core dump during disconnect in libpgtcl
> Make plpython's spi_execute command handle nulls properly (Andrew Bosma)
> Adjust plpython error reporting so that its regression test passes again
> Work with bison 1.875
> Handle mixed-case names properly in plpgsql's %type (Neil)
> Fix core dump in pltcl when executing a query rewritten by a rule
> Repair array subscript overruns (per report from Yichen Xie)
> Reduce MAX_TIME_PRECISION from 13 to 10 in floating-point case
> Correctly case-fold variable names in per-database and per-user settings
> Fix coredump in plpgsql's RETURN NEXT when SELECT into record returns
> no rows
> Fix outdated use of pg_type.typprtlen in python client interface
> Correctly handle fractional seconds in timestamps in JDBC driver
> Improve performance of getImportedKeys() in JDBC
> Make shared-library symlinks work standardly on HPUX (Giles)
> Repair inconsistent rounding behavior for timestamp, time, interval
> SSL negotiation fixes (Nathan Mueller)
> Make libpq's ~/.pgpass feature work when connecting with PQconnectDB
> Update my2pg, ora2pg
> Translation updates
> Add casts between types lo and oid in contrib/lo
> fastpath code now checks for privilege to call function
>
> This release is backwards compability to the previous v7.3.x releases, and
> does not require a dump/restore to upgrade ...
>
> This release can be found on all mirrors, as well as the main site, under:
>
> /pub/source/v7.3.2
>
> Please submit any bug reports for this release to
>
> pgsql-bugs(at)postgresql(dot)org
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

--
Laurette Cisneros, L.D.
The Database Group
(510) 420-3137
NextBus Information Systems, Inc.
www.nextbus.com
----------------------------------
"No man is wise enough by himself"
-- Titus Maccius Plautus
(254 Bc - 184 BC), Miles Gloriosus

In response to

Responses

Browse pgsql-announce by date

  From Date Subject
Next Message Tom Lane 2003-02-05 20:37:00 Re: [HACKERS] [ANNOUNCE] PostgreSQL v7.3.2 Released
Previous Message Marc G. Fournier 2003-02-05 18:06:42 PostgreSQL v7.3.2 Released

Browse pgsql-general by date

  From Date Subject
Next Message James Hall 2003-02-05 20:33:34 Pg_dumpall problem
Previous Message Ian Harding 2003-02-05 19:57:43 Crash Backend in 7.3.1

Browse pgsql-hackers by date

  From Date Subject
Next Message Thor Lancelot Simon 2003-02-05 20:31:49 Re: PostgreSQL, NetBSD and NFS
Previous Message Tom Lane 2003-02-05 20:09:09 Re: PostgreSQL, NetBSD and NFS