| From: | vitabaks via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org> |
|---|---|
| To: | PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org> |
| Subject: | pg_auto_reindexer v1.7 released |
| Date: | 2026-02-02 14:45:19 |
| Message-ID: | 177004351908.805.15794237824782481067@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-announce |
This release introduces a disk free space safety check to prevent reindex operations from running when there isn’t enough available space.
It adds a new `-r`, `--disk-free-reserve` option and implements filesystem-aware logic to locate the relevant data data and index tablespace directories and verify free space before processing each index.
## 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: [pg_auto_reindexer](https://github.com/vitabaks/pg_auto_reindexer)
- License: MIT
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Swiss PostgreSQL Users Group via PostgreSQL Announce | 2026-02-02 20:42:35 | CERN PGDay 2026: Register now |
| Previous Message | pgagroal via PostgreSQL Announce | 2026-02-02 14:45:08 | pgagroal 2.0 |