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

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

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

E.243. Release 7.3.6 #

Release date: 2004-03-02

This release contains a variety of fixes from 7.3.5.

E.243.1. Migration to Version 7.3.6

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

E.243.2. Changes

  • Revert erroneous changes in rule permissions checking

    A patch applied in 7.3.3 to fix a corner case in rule permissions checks turns out to have disabled rule-related permissions checks in many not-so-corner cases. This would for example allow users to insert into views they weren't supposed to have permission to insert into. We have therefore reverted the 7.3.3 patch. The original bug will be fixed in 8.0.

  • Repair incorrect order of operations in GetNewTransactionId()

    This bug could result in failure under out-of-disk-space conditions, including inability to restart even after disk space is freed.

  • Ensure configure selects -fno-strict-aliasing even when an external value for CFLAGS is supplied

    On some platforms, building with -fstrict-aliasing causes bugs.

  • Make pg_restore handle 64-bit off_t correctly

    This bug prevented proper restoration from archive files exceeding 4 GB.

  • Make contrib/dblink not assume that local and remote type OIDs match (Joe)

  • Quote connectby()'s start_with argument properly (Joe)

  • Don't crash when a rowtype argument to a plpgsql function is NULL

  • Avoid generating invalid character encoding sequences in corner cases when planning LIKE operations

  • Ensure text_position() cannot scan past end of source string in multibyte cases (Korea PostgreSQL Users' Group)

  • Fix index optimization and selectivity estimates for LIKE operations on bytea columns (Joe)

提交更正

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