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](https://github.com/vitabaks/pg_auto_reindexer/releases/tag/v1.5) ## 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. - Repository: [https://github.com/vitabaks/pg_auto_reindexer](https://github.com/vitabaks/pg_auto_reindexer) - License: MIT