当前位置:网站首页>PostgreSQL 14.2, 13.6, 12.10, 11.15 and 10.20 releases
PostgreSQL 14.2, 13.6, 12.10, 11.15 and 10.20 releases
2022-07-06 17:15:00 【Open source China Information】
PostgreSQL The global development team has released an update for all currently supported versions , The version includes :PostgreSQL 14.2, 13.6, 12.10, 11.15 and 10.20. This update fixes more than 55 A mistake , See the release notes Get a complete list of changes .
The problems listed below will affect PostgreSQL 14, Some of these problems may also affect other supported PostgreSQL edition :
- Fixed in
VACUUM
period HOT (heap-only tuple) Low probability of index corruption when the chain changes state . Although it is unlikely to encounter this kind of problem , But if you worry , Consider re indexing . - Repair in TOAST Use on table index
REINDEX CONCURRENTLY
To prevent damage , By re indexing They fix anything TOAST Indexes . psql
\password
The command now defaults to CURRENT_USER Set the password for the defined role . Besides , The role name is now included in the password prompt .- Build extended statistics for partitioned tables . If you previously added extended statistics to the partitioned table , You should run on these tables
ANALYZE
. becauseautovacuum
Partition table is not processed at present , Therefore, you must run on any partition table regularlyANALYZE
To update its statistics . - Fix when statistical objects are deleted at the same time
ALTER STATISTICS
The collapse of the . - Fix when extracting variable length data types The problem of multiple range crashes .
- Several fixes to query planners that lead to incorrect query results .
- Yes query plan memoization Some repairs of
- Fix the start of the physical copy to tolerate transactions ID around
- When using logical replication , When publishing includes child tables and parent tables , Avoid repeatedly transferring data of partition table .
- When the row type of a partitioned table is used as a composite type elsewhere , It is not allowed to change the data type of the partitioned table column .
- Don't allow
ALTER TABLE ... DROP NOT NULL
Columns that are part of the replica identity index . - Multiple cache repairs , Corrects logical replication behavior and improves performance .
- Fix memory leak when updating expression index .
- To avoid the
REASSIGN OWNED BY
Memory leakage during operation , These operations reassign ownership of many objects . - The fix appears in
INSERT ... VALUES
Display of the entire line of variables in the rule . - Fix may result in inability to localize in multithreaded use libpq or ecpglib Competitive conditions of error messages reported in the early stage .
- Fix the command used to identify the parent trigger
psql
\d
- Repair when using terminal as data source or target Windows The fault on the computer . This has affected psql
\copy
Command and usepg_recvlogical
with-f -
. - Repair
pg_dump
--inserts
and--column-inserts
Schema to handle tables that contain generate and delete columns . - correct
postgres_fdw
Handle the edge of asynchronous queries . These errors may cause crashes or incorrect results when trying to run a parallel scan of the foreign domain table .
Download address :https://www.postgresql.org/download/
边栏推荐
猜你喜欢
Idea breakpoint debugging skills, multiple dynamic diagram package teaching package meeting.
Shell_ 04_ Shell script
Fdog series (4): use the QT framework to imitate QQ to realize the login interface, interface chapter.
Activit零零碎碎要人命的坑
The daemon thread starts redis and modifies the configuration file
Yao BanZhi and his team came together, and the competition experts gathered together. What fairy programming competition is this?
redux使用说明
吴军三部曲见识(七) 商业的本质
Fdog series (VI): use QT to communicate between the client and the client through the server (less information, recommended Collection)
Activiti directory (IV) inquiry agency / done, approved
随机推荐
Which is more important for programming, practice or theory [there are some things recently, I don't have time to write an article, so I'll post an article on hydrology, and I'll fill in later]
搭建flutter环境入坑集合
Flink 解析(四):恢复机制
8086 内存
Many papers on ByteDance have been selected into CVPR 2021, and the selected dry goods are here
唯有學C不負眾望 TOP5 S1E8|S1E9:字符和字符串&&算術運算符
JVM运行时数据区之程序计数器
控制转移指令
Flink源码解读(三):ExecutionGraph源码解读
Notes on how the network is connected
字节跳动春招攻略:学长学姐笔经面经,还有出题人「锦囊」
Description of project structure configuration of idea
Wu Jun trilogy insight (IV) everyone's wisdom
Conception du système de thermomètre numérique DS18B20
JVM garbage collection overview
暑假刷题嗷嗷嗷嗷
服务器端渲染(SSR)和客户端渲染(CSR)的区别
Typescript basic operations
Control transfer instruction
List集合数据移除(List.subList.clear)