Beta2 - A Late Announcement

From: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
To: pgsql-announce(at)postgresql(dot)org
Cc: pgsql-general(at)postgresql(dot)org
Subject: Beta2 - A Late Announcement
Date: 2002-09-28 17:09:12
Message-ID: 20020928134910.M69855-100000@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-general


Morning all ...

Just a quick announcement that 7.3Beta2 is now up and available
for download.

This beta requires a dump/reload from the pervious one, as several
of the fixes touch on the system catalogs.

Changes include, but are not restricted to:

- Change default privileges for languages and functions to be
PUBLIC USAGE and PUBLIC EXECUTE, respectively.

- Add missing correction of sublevelsup when pulling up a
subquery.

- in HeapTupleSelfUpdated case, executor should not return the
tuple as successfully marked, because in fact it's been deleted.

- Disallow VACUUM, ANALYZE, TRUNCATE on temp tables belonging to
other backends.

- Get rid of bogus use of heap_mark4update in reindex operations

- In UpdateStats(), don't bother to update the pg_class row if it
already contains the correct statistics.

- RelationClearRelation must reset rd_targblock and update
rd_nblocks even when dealing with a nailed-in-cache relation

- Replace pg_attribute.attisinherited with attislocal and
attinhcount columns, to allow more correct behavior in
multiple-inheritance cases.

- Bring SIMILAR TO and SUBSTRING into some semblance of
conformance with the SQL99 standard.

- Move most of the error checking for foreign-key constraints out
of parse analysis and into the execution code

- Provide an upgrade strategy for dump files containing functions
declared with OPAQUE.

- Fix PPC s_lock operations to work correctly on multi-CPU
machines.

- Introduce a well-defined promotion hierarchy for
numeric datatypes

- and many many more changes ...

We ask everyone that can to download and test this new beta, and
report any bugs to pgsql-bugs(at)postgresql(dot)org ...

Downloads are available through any PostgreSQL FTP Mirror site.

Thanks ...

Responses

Browse pgsql-announce by date

  From Date Subject
Next Message Marc G. Fournier 2002-09-28 17:17:33 PgSQL Store back online ...
Previous Message David Wheeler 2002-09-27 21:37:13 ANNOUNCE: Bricolage 1.4.2

Browse pgsql-general by date

  From Date Subject
Next Message Peter Kovacs 2002-09-28 17:35:45 Re: [JDBC] Prepared statement performance...
Previous Message Tom Lane 2002-09-28 16:25:54 Re: [JDBC] Prepared statement performance...