选择 打开 改范围 完整检索页

pgsql.cc 提供对 postgresql.org 官网内容的中文翻译,由 Pigsty 团队维护。

不受支持的版本: 9.3 / 9.2 / 9.1 / 9.0
历史版本PostgreSQL 9.2 已于 2017 年 11 月结束社区维护,本页译文保留供仍在使用旧版本的读者参考。新系统请看当前版本手册首页

E.244. Release 7.3.5 #

Release date: 2003-12-03

This has a variety of fixes from 7.3.4.

E.244.1. Migration to Version 7.3.5

A dump/restore is not required for those running 7.3.*.

E.244.2. Changes

  • 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 dblink's 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

提交更正

译文有误、术语不当或页面显示问题,请到译文仓库 pgsty/pgdoc 报告译文问题。 英文原文本身的问题,请在当前版本的对应页面向上游反馈;上游不再修订已结束维护的版本。