pg_auto_reindexer v1.4 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.4 released
Date: 2025-04-29 13:37:23
Message-ID: 174593384309.669.1437220934781789673@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

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

Browse pgsql-announce by date

  From Date Subject
Next Message PgDay Lowlands via PostgreSQL Announce 2025-04-29 13:37:59 pgDay Lowlands in Rotterdam - Call For Presentations (CfP) Closing Soon, and the Call for Sponsors is Open!
Previous Message Estuary Flow via PostgreSQL Announce 2025-04-29 06:01:37 Streaming Data into Postgres with Estuary