内容简介:来自 PostgreSQL 官方消息: PostgreSQL 全球开发组刚刚在 5月9日 发布目前多个 PostgreSQL 版本更新,包括: 11.3, 10.8, 9.6.13, 9.5.17, 和 9.4.22。这次的版本更新主要修复两个 PostgreSQL 服务器的安全问题,...
来自 PostgreSQL 官方消息:
PostgreSQL 全球开发组刚刚在 5月9日 发布目前多个 PostgreSQL 版本更新,包括: 11.3, 10.8, 9.6.13, 9.5.17, 和 9.4.22。这次的版本更新主要修复两个 PostgreSQL 服务器的安全问题,其中一个是关于 PG 的 Windows 安装程序问题,同时包括最近三个月修复的 60 多个 Bug。
强烈建议使用 Windows 安装程序安装 PG 的用户尽快升级,此外任何 PostgreSQL 9.5, 9.6, 10, 和 11 也建议尽快升级。
这两个安全漏洞是:
- CVE-2019-10127: BigSQL Windows installer does not clear permissive ACL entries
- CVE-2019-10128: EnterpriseDB Windows installer does not clear permissive ACL entries
其他的 Bug 修复和改进包括:
- Several catalog corruption fixes, including one related to running
ALTER TABLEon a partitioned table - Several fixes for partitioning
- Avoid server crash when an error occurs while trying to persist a cursor query across a transaction commit
- Avoid O(N^2) performance issue when rolling back a transaction that created many tables
- Fix possible “could not access status of transaction” failures in
txid_status() - Fix updatable views to handle explicit DEFAULT items in
INSERT .. VALUESstatements where there are multiple VALUES rows - Fix CREATE VIEW to allow zero-column views
- Add missing support for the
CREATE TABLE IF NOT EXISTS .. AS EXECUTE ..statement - Ensure that sub-SELECTs appearing in row-level-security policy expressions are executed with the correct user's permissions
- Accept XML documents as valid values of type xml when xmloption is set to content, as required by SQL:2006 and later
- Fix incompatibility of GIN-index WAL records that were introduced in 11.2, 10.7, 9.6.12, 9.5.16, and 9.4.21 that affected replica servers running these versions reading in changes to GIN indexes from primary servers of older versions
- Several memory leak fixes as well as fixes to management of dynamic shared memory
- Relax panics on fsync and sync_file_range failures for certain cases where a failure indicated "operation not supported"
- Several fixes to the query planner, several of which should lead to planning improvements
- Fix race condition in which a hot-standby postmaster could fail to shut down after receiving a smart-shutdown request
- Several fixes for SCRAM authentication
- Fix handling of
lc_timesettings that imply an encoding different from the database's encoding - Create the
current_logfilesfile with the same permissions as other files in the server'sdatadirectory - Several ecpg fixes
- Make
pg_verify_checksumsverify that the data directory it's pointed at is of the right PostgreSQL version - Several fixes for
contrib/postgres_fdw, including one for remote partitions where an UPDATE could lead to incorrect results or a crash - Several Windows fixes
以上所述就是小编给大家介绍的《PostgreSQL 11.3, 10.8, 9.6.13, 9.5.17, 和 9.4.22 发布!》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
蚁群算法及其应用
李士勇 / 哈工大出版社 / 2004-9 / 25.00元
蚁群算法是意大利学者Dorigo等人于1991年创立的,是继神经网络、遗传算法、免疫算法之后的又一种新兴的启发式搜索算法。蚂蚁群体是一种社会性昆虫,它们有组织、有分工,还有通讯系统,它们相互协作,能完成从蚁穴到食物源寻找最短路径的复杂任务。模拟蚂蚁群体智能的人工蚁群算法具有分布计算、信息正反馈和启发式搜索的特点,不仅在求解组合优化问题中获得广泛应用,而且也用于连续时间系统的优化。 《蚁群算......一起来看看 《蚁群算法及其应用》 这本书的介绍吧!