PostgreSQL 11.1,10.6,9.6.11,9.5.15,9.4.20 和 9.3.25 发布
栏目: 数据库 · PostgreSQL · 发布时间: 7年前
内容简介:PostgreSQL 开发团队同时发布了对所有受支持版本的更新,包括 11.1、10.6、9.6.11、9.5.15、9.4.20 和 9.3.25 六个版本,修复了一个安全问题以及过去三个月报告的错误。其中有一些问题仅影响 PostgreSQL 11,但多数问题影响所有受支持的版本。值得注意的是,9.3.25 将是 PostgreSQL 9.3 的最终维护版本,该支线已 EOL ,将
PostgreSQL 开发团队同时发布了对所有受支持版本的更新,包括 11.1、10.6、9.6.11、9.5.15、9.4.20 和 9.3.25 六个版本,修复了一个安全问题以及过去三个月报告的错误。
安全问题修复
-
CVE-2018-16850 : SQL injection in
pg_upgradeandpg_dump, viaCREATE TRIGGER ... REFERENCING.
Bug 修复和改进
其中有一些问题仅影响 PostgreSQL 11,但多数问题影响所有受支持的版本。
-
Ensure that automatically created child indexes are created in the same tablespace as the parent partitioned index
-
Fix several crashes with triggers
-
Fix problems with applying
ON COMMIT DELETE ROWSto a partitioned temporary table -
Fix how
NULLvalues are handled when usingLEFT JOINwith a parallelized hash join -
Several fixes around using named or defaulted arguments in
CALLstatements -
Fix for strict aggregate functions (i.e. aggregates that cannot accept
NULLinputs) with ORDER BY columns that enforces the strictness check -
Fix with
CASEstatements where an expression was cast to an array type -
Disable an optimization for updating expression indexes in order to prevent a crash
-
Fix a memory leak that occurred on a specific case of using a SP-GiST index
-
Fix for
pg_verify_checksumsincorrectly reporting on files that are not expected to have checksums -
Prevent the PostgreSQL server from starting when
wal_levelis set to a value that cannot support an existing replication slot -
Ensure that the server will process already-received NOTIFY and SIGTERM interrupts before waiting for client input
-
Allow PL/Ruby to work with newer versions of PostgreSQL
-
Fix for character-class checks on Windows for Unicode characters above U+FFFF, which affected full-text search as well as
contrib/ltreeandcontrib/pg_trgm -
Fix a case where
psqlwould not report the receipt of a message from aNOTIFYcall until after the next command -
Fix build problems on macOS 10.14 (Mojave)
-
Several build fixes for the Windows platform
值得注意的是,9.3.25 将是 PostgreSQL 9.3 的最终维护版本,该支线已 EOL ,将 不再提供任何错误或安全修复。
下载地址:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
使用HTML5和Node构建超媒体API
【美】Mike Amundsen(麦克.阿蒙森) / 臧秀涛 / 电子工业出版社 / 2014-5 / 55.00元
《使用HTML5和Node构建超媒体API》探讨了超媒体API 的设计,介绍了作为超媒体API 的构件块的超媒体因子,并讲解了基本格式、状态转移、领域风格和应用流程这4 种超媒体设计元素;之后作者结合具体的场景,通过3个动手实验章节,从超媒体因子和超媒体设计元素入手,用实际的代码向我们详细地演示了超媒体API 的设计;最后介绍了超媒体设计的文档编写、注册与发布等内容。 《使用HTML5和No......一起来看看 《使用HTML5和Node构建超媒体API》 这本书的介绍吧!