2025
This topic covers feature updates for PolarDB for PostgreSQL, including release notes for minor engine versions.
You can view the minor engine version in the console or run the
SHOW polardb_version;statement.The format of the PolarDB for PostgreSQL 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 |
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 |
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 |
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 |
Fixed continuous growth in |
2.0.15.12.4.0 (April 2025)
New features
Description | References |
Introduced compatibility with community PostgreSQL 15.12. | |
Upgraded the Ganos spatio-temporal database to version 7.4. | |
Added support for the | |
Added support for the | |
Updated the |
Performance optimizations
Description |
Improved index creation performance by adding support for the |
Enabled the function-adaptive allowlist by default to improve cluster endpoint load balancing. |