pg_auto_reindexer v1.5 released

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.5 released
Date: 2025-06-19 08:08:29
Message-ID: 175032050967.3372345.714538583881861361@wrigleys.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-announce

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

Browse pgsql-announce by date

  From Date Subject
Next Message PostgreSQL Europe via PostgreSQL Announce 2025-06-23 14:04:16 PGDay UK 2025: Registration now open!
Previous Message JDBC Project via PostgreSQL Announce 2025-06-13 12:51:08 PostgreSQL JDBC 42.7.7 Security update for CVE-2025-49146