PostgreSQL 11.1,10.6,9.6.11,9.5.15,9.4.20 和 9.3.25 发布

栏目: 数据库 · PostgreSQL · 发布时间: 5年前

内容简介: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_upgrade and  pg_dump , via  CREATE 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 ROWS to a partitioned temporary table

  • Fix how NULL values are handled when using  LEFT JOIN with a parallelized hash join

  • Several fixes around using named or defaulted arguments in CALL statements

  • Fix for strict aggregate functions (i.e. aggregates that cannot accept NULL inputs) with ORDER BY columns that enforces the strictness check

  • Fix with CASE statements 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_checksums incorrectly reporting on files that are not expected to have checksums

  • Prevent the PostgreSQL server from starting when wal_level is 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/ltree and  contrib/pg_trgm

  • Fix a case where psql would not report the receipt of a message from a  NOTIFY call 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 ,将 不再提供任何错误或安全修复。

下载地址:

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


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

查看所有标签

猜你喜欢:

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

算法导论(原书第2版)

算法导论(原书第2版)

[美] Thomas H.Cormen、Charles E.Leiserson、Ronald L.Rivest、Clifford Stein / 潘金贵 等 / 机械工业出版社 / 2006-9 / 85.00元

这本书深入浅出,全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多种用途。涵盖的内容有:算法在计算中的作用,概率分析和随机算法的介绍。书中专门讨论了线性规划,介绍了动态规划的两个应用,随机化和线性规划技术的近似算法等,还有有关递归求解、快速排序中用到的划分方法与期望线性时间顺序统计算法,以及对贪心算法元素的讨论。此书还介绍了对强连通子图......一起来看看 《算法导论(原书第2版)》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具