pg_auto_reindexer v1.5 released

Posted on 2025-06-19 by vitabaks
Related Open Source

This release includes improved handling of special characters in index and database names, a new --sorting-order option to control index processing order by size, enhanced logging with total bloat index count and per-index progress.

Release notes

About pg_auto_reindexer

pg_auto_reindexer is a lightweight tool for automatic maintenance of PostgreSQL B-tree indexes.

It automatically detects bloated indexes and reindexes them with minimal locking, helping to maintain optimal database performance over time.