X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (neptune.hub.org [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 63145D1B49D for ; Thu, 4 Dec 2003 20:40:53 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 15736-08 for ; Thu, 4 Dec 2003 16:40:26 -0400 (AST) Received: from www.postgresql.com (www.postgresql.com [200.46.204.209]) by svr1.postgresql.org (Postfix) with ESMTP id 9237AD1B47E for ; Thu, 4 Dec 2003 16:40:24 -0400 (AST) Received: by www.postgresql.com (Postfix, from userid 80) id 75AC3CF8489; Thu, 4 Dec 2003 16:40:24 -0400 (AST) To: pgsql-www@postgresql.org Subject: New News Entry Message-Id: <20031204204024.75AC3CF8489@www.postgresql.com> Date: Thu, 4 Dec 2003 16:40:24 -0400 (AST) From: www@www.postgresql.com (World Wide Web Owner) X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200312/31 X-Sequence-Number: 3091 A new entry has been added to the news database. Database Admin: http://www.postgresql.org/admin/edit_news.php?164 Submitted by: press@postgresql.org Headline: PostgreSQL 7.3.5 Update Released Summary: After several fixes were backpatches to the 7_3_STABLE branch, we have now released a 7.3.5. Story: As the list of Changes since 7.3.4 is quite small, they follow:

* Force zero_damaged_pages to be on during recovery from WAL
* Prevent some obscure cases of \"variable not in subplan target lists\"
* Force stats processes to detach from shared memory, ensuring cleaner shutdown
* Make PQescapeBytea and byteaout consistent with each other (Joe)
* Added missing SPI_finish() calls to get_tuple_of_interest() (Joe)
* Fix for possible foreign key violation when rule rewrites INSERT
(Jan) * Support qualified type names in PL/Tcl\'s spi_prepare command (Jan)
* Make pg_dump handle a procedural language handler located in pg_catalog
* Make pg_dump handle cases where a custom opclass is in another schema
* Make pg_dump dump binary-compatible casts correctly (Jan)
* Fix insertion of expressions containing subqueries into rule bodies
* Fix incorrect argument processing in clusterdb script (Anand Ranganathan)
* Fix problems with dropped columns in plpython triggers
* Repair problems with to_char() reading past end of its input string (Karel)
* Fix GB18030 mapping errors (Tatsuo)
* Fix several problems with SSL error handling and asynchronous SSL I/O
* Remove ability to bind a list of values to a single parameter in JDBC (prevents possible SQL-injection attacks)
* Fix some errors in HAVE_INT64_TIMESTAMP code paths
* Fix corner case for btree search in parallel with first root page split

This version, as with most minor versions, does not require a dump/reload to put into place.

As always, this release is available on all our mirrors, on our Download Page

And, thanks to David Fetter, it is also available via BitTorrent