Postgres shouldn’t feel like a black box: Watch our product webinar to see the latest features.

2025.03.3 Release

Docker tag: quay.io/pganalyze/enterprise:v2025.03.3

Notes

Features

  • Add additional LDAP authentication settings for SSL certificate verification
    • Adds LDAP_ENCRYPTION_CA_FILE to set the path to CA file to validate server certificate (use a volume mount to provide this file to the container)
    • Adds LDAP_ENCRYPTION_VERIFY_MODE to set whether to verify the server certificate ("peer", the default) or not ("none")
    • Note that LDAP_ENCRYPTION_VERIFY_MODE=none restores the historic behavior of not verifying the server side certificate, as it was before v2025.10.0.
  • Update bundled collector from 0.65.0 to 0.66.2
    • See the collector changelog for the full details
    • Note that some of the new functionality (e.g. pg_stat_io tracking) is not yet enabled in this Enterprise Server release, as this update is mainly aimed to pull in collector-side bugfixes.

Bugfixes

  • Improve reliability of partition creation for internal statistics tables
    • This replaces the mechanism that runs in the background to create daily partition for the internal database, with a more reliable method that runs directly in the statistics snapshot workers
    • Resolves errors like "no partition of relation ... found for row" that caused missing data in some cases
  • Improve LDAP self-test to accurately report SSL/TLS connection problems
  • Connection tracing: Don't show incorrect information from newer backend
  • Index Advisor: Don't fail with "internal error" in certain cases when handling queries involving 2 or more tables

Security


Couldn't find what you were looking for or want to talk about something specific?
Start a conversation with us →