PostgreSQL 11 beta 2 发布,bug 修复版本
栏目: 数据库 · PostgreSQL · 发布时间: 7年前
内容简介:PostgreSQL 11 beta 2 发布了,PostgreSQL (也叫 Postgres)是一个自由的对象-关系数据库服务器(数据库管理系统),它在灵活的 BSD-风格许可证下发行。它提供了相对其他开放源代码数据库系统(比如 MySQL 和 Firebird),和对专有系统比如 Oracle、Sybase、IBM 的 DB2 和 Microsoft SQL Server的一种选择。此版本修复了众多 bug:同时包含 tzdata 版本 2018e。
PostgreSQL 11 beta 2 发布了,PostgreSQL (也叫 Postgres)是一个自由的对象-关系数据库服务器(数据库管理系统),它在灵活的 BSD-风格许可证下发行。它提供了相对其他开放源代码数据库系统(比如 MySQL 和 Firebird),和对专有系统比如 Oracle、Sybase、IBM 的 DB2 和 Microsoft SQL Server的一种选择。
此版本修复了众多 bug:
-
Several fixes for XML support, including using the document node as the context for XPath queries as defined in the SQL standard, which affects the
xpathandxpath_existsfunctions, as well as XMLTABLE -
Several fixes related to VACUUM, including potential data corruption issues
-
Fixes for partitioning, including ensuring partitioning works with temporary tables, eliminating a needless additional partition constraint checks on
INSERTs and generating incorrect paths for partitionwise aggregates -
Fix for potential replica server crashes where a replica would attempt to read a recycled WAL segment
-
Fixes for
pg_replication_slot_advanceincluding returningNULLif slot is not advanced and changes for how the slot is updated depending on if it is a physical or logical replication slot -
Ensure
pg_resetwalworks with relative paths to data directory -
Fixes for query parallelism, including preventing a crash by ignoring "parallel append" for parallel unsafe paths in a query plan
-
Fix returning accurate results with
varianceand similar aggregate functions when executed using parallel query -
Fix issue where
COPY FROM .. WITH HEADERwould drop a line after every 4,294,967,296 lines processed -
Ensure the "B" (bytes) parameter is accepted by all memory-related configuration parameters
-
Several fixes for the JSONB transform in PL/Python and PL/Perl
-
Fix for plpgsql checking statements where it needs to check original write statement before rewrite, could cause crash
-
Fix for
SHOW ALLto display superuser configuration settings to roles that are allowed to read all settings -
Fix for
pg_upgradethat ensures defaults are written when using the "fast ALTER TABLE .. ADD COLUMN" feature with a non-NULL default -
Several fixes for memory leaks
-
Several fixes specific to the Windows platform
同时包含 tzdata 版本 2018e。
详情查看 发布公告 。
下载地址:https://www.postgresql.org/download/
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
网络营销实战密码
昝辉Zac / 电子工业出版社 / 2009.1 / 56.00元
本书是作者几年来网络营销实战的总结,与其他网络营销书籍最大不同之处是:只专注于实战,不谈理论。本书分三部分详细介绍了网络营销实用策略和技巧,并分析了大量实战案例。第一部分介绍市场与产品研究,包括用户、市场和竞争对手的调查;产品、目标市场的确定;价格策略;赢利模式等。第二部分讨论以网络营销为导向的网站设计,包括怎样在网站上卖东西、提高转化率,以及网站目标设定等。第三部分研究怎样给网站带来流量,详细讨......一起来看看 《网络营销实战密码》 这本书的介绍吧!