pg_repack
RU: pg_repack
A PostgreSQL extension that removes table and index bloat online by copying rows to a shadow table, replaying concurrent changes via a log trigger, then atomically swapping the old and new tables. Unlike VACUUM FULL or CLUSTER, it holds an exclusive lock only briefly at the start and during the final catalog swap.