This release brings major code refactoring, multiple bugfixes, and introduces a new `--jobs` option to control the number of parallel workers, enabling faster and more efficient reindexing operations.
## 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