All Products
Search
Document Center

PolarDB:2025

Last Updated:Mar 24, 2026

This topic describes the product feature updates for PolarDB for PostgreSQL, including minor engine version updates.

Note
  • You can View the cluster revision version in the console or by running the SHOW polardb_version; statement.

  • The minor engine version format for PolarDB for PostgreSQL changed to a 6-digit format on February 26, 2025. For more information, see the change details.

2.0.15.14.6.0 (December 2025)

New features

Description

References

Adds support for the pg_stat_kcache, ip4r, decoderbufs, and sequential_uuid extensions.

Performance improvements

Description

Reduces the performance overhead of the pldebugger (for debugging stored procedures) extension when it is loaded by default in specific PL/pgSQL scenarios.

Improves the execution performance of the pg_total_relation_size function.

Improves the asynchronous lock replay performance during physical replication.

Bug fixes

Description

Fixed an issue where the console incorrectly displayed non-modifiable parameters.

Fixed a memory leak where SMgrRelation objects were not properly released.

Fixed a potential database crash on a Serverless cluster during elastic scaling, caused by the parallel cache refresh mechanism using an incorrect cache ID.

Fixed an issue where monitoring metrics were missing because the polar_monitor_preload library was not included in the shared_preload_libraries parameter.

Fixed an issue where slab memory usage continuously increased during the replay of a two-phase commit transaction.

2.0.15.12.4.0 (April 2025)

New features

Description

References

Compatible with community PostgreSQL 15.12.

PostgreSQL 15.12

Upgraded the spatio-temporal database (GanosBase) to version 7.4.

Release notes for the spatio-temporal database

Adds support for the polar_advisor extension, which enables garbage collection during the maintenance window.

Garbage collection during off-peak hours

Adds support for the age, wal2json, and mysql_fdw extensions.

Updates the vector extension to version 0.8.0 to support iterative scanning of vector indexes.

Vector databases

Performance improvements

Description

Supports bulkwrite mode to optimize index creation performance.

默认打开函数自适应白名单,提高集群地址负载均衡。