PostgreSQL 9.6.3, 9.5.7, 9.4.12, 9.3.17 和 9.2.21 发布

栏目: 数据库 · PostgreSQL · 软件资讯 · 发布时间: 7年前

内容简介:PostgreSQL 开发组发布了对数据库系统的所有支持版本的更新,包括 9.6.3、9.5.7、9.4.13、9.3.17 和 9.2.21。 此版本修复了三个重要安全问题,以及过去三个月报告的其他一些错误

PostgreSQL 开发组发布了对数据库系统的所有支持版本的更新,包括 9.6.3、9.5.7、9.4.13、9.3.17 和 9.2.21。 此版本修复了三个重要安全问题,以及过去三个月报告的其他一些错误。

已关闭的三个安全漏洞:

  1. CVE-2017-7484: selectivity estimators bypass SELECT privilege checks
  2. CVE-2017-7485: libpq ignores PGREQUIRESSL environment variable
  3. CVE-2017-7486: pg_user_mappings view discloses foreign server passwords

其他更新和修复:

Fix to ensure consistent behavior for RLS policies

Fix ALTER TABLE ... VALIDATE CONSTRAINT to not recurse to child tables when the constraint is marked NO INHERIT

Fix incorrect support for certain box operators in SP-GiST which could yield incorrect results

Fixes for handling query cancellation

Skip tablespace privilege checks when ALTER TABLE ... ALTER COLUMN TYPE rebuilds an existing index

Fix possibly-invalid initial snapshot during logical decoding

Fix possible corruption of init forks of unlogged indexes

Several fixes to postmaster, including checks for when running as a Windows service

Several planner fixes, among others assorted minor fixes in planning of parallel queries

Avoid possible crashes in walsender and some index-only scans on GiST index

Fix cancelling of pg_stop_backup() when attempting to stop a non-exclusive backup

Updates to ecpg to support COMMIT PREPARED and ROLLBACK PREPARED

Several fixes for pg_dump/pg_restore, among others to handle privileges for procedural languages and when using --clean option

Several fixes for contrib modules, such as dblink, pg_trgm and postgres_fdw

Fixes to MSVC builds, such as using correct daylight-savings rules for POSIX-style time zone names and supporting Tcl 8.6

Several performance improvements

Fix cursor_to_xml() to produce valid output with tableforest = false

Fix roundoff problems in float8_timestamptz() and make_interval()

Fix pgbench to handle the combination of --connect and --rate options correctly

Fixes to commandline tools such as pg_upgrade and pg_basebackup

Several fixes to VACUUM and CLUSTER

下载地址:

https://www.postgresql.org/download/



以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

代码之美

代码之美

Grey Wilson / 聂雪军 / 机械工业出版社 / 2008年09月 / 99.00元

《代码之美》介绍了人类在一个奋斗领域中的创造性和灵活性:计算机系统的开发领域。在每章中的漂亮代码都是来自独特解决方案的发现,而这种发现是来源于作者超越既定边界的远见卓识,并且识别出被多数人忽视的需求以及找出令人叹为观止的问题解决方案。 《代码之美》33章,有38位作者,每位作者贡献一章。每位作者都将自己心目中对于“美丽的代码”的认识浓缩在一章当中,张力十足。38位大牛,每个人对代码之美都有自......一起来看看 《代码之美》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具