All Products
Search
Document Center

PolarDB:2025

Last Updated:Jun 25, 2026

This topic covers feature updates for , including release notes for minor engine versions.

Note
  • You can view the minor engine version in the console or run the SHOW polardb_version; statement.

  • The format of the minor engine version changed to six digits on February 26, 2025. For more information, see the change details.

2.0.15.14.6.0 (December 2025)

New features

Description

References

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

Performance optimizations

Description

Resolved a performance issue caused by the pldebugger (stored procedure debugging) extension when loaded by default in specific PL/pgSQL scenarios.

Optimized the execution performance of the pg_total_relation_size function.

Optimized 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 caused by the improper release of SMgrRelation objects.

Fixed a potential database crash in Serverless clusters during elastic scaling. This crash occurred because the parallel cache refresh mechanism used an incorrect cache ID.

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

Fixed continuous growth in slab memory usage during the replay of two-phase commit transactions.

2.0.15.12.4.0 (April 2025)

New features

Description

References

Introduced compatibility with community PostgreSQL 15.12.

PostgreSQL 15.12

Upgraded the GanosBase spatio-temporal database to version 7.4.

Release notes for the spatio-temporal database

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

Garbage collection during off-peak hours

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

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

Vector database

Performance optimizations

Description

Improved index creation performance by adding support for the bulkwrite mode.

Enabled the function-adaptive allowlist by default to improve cluster endpoint load balancing.