pg_auto_reindexer v1.5 enhances the management of special characters in index and database names, introduces a new --sorting-order option, and improves logging capabilities by providing total bloat index count and per-index progress updates.
pg_auto_reindexer v1.5
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.What's Changed
- Fix: Remove errmsg from variable handling by @vitabaks in #15
- Add --sorting-order option and index count progress by @vitabaks in #16
- Fix handling of special characters or spaces by @vitabaks in #17
Full Changelog: v1.4...v1.5