Package: postgresql-18-repack Source: pg-repack Version: 1.5.2-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 246 Depends: postgresql-18, libc6 (>= 2.34), libpq5 (>= 9.0~) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-18-repack_1.5.2-1.pgdg22.04+1_amd64.deb Size: 102748 SHA256: 6ab35b38955304707403a63eced4215b790d27f94310b70bb1dc0b0de72ef89f SHA1: 41506da5a3bb722f9e4c315e37bad5bd8956eb45 MD5sum: 24ff7cf3d3998fb5d4c49b609244d790 Description: reorganize tables in PostgreSQL databases with minimal locks pg_repack is a PostgreSQL extension which lets you remove bloat from tables and indexes, and optionally restore the physical order of clustered indexes. Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive lock on the processed tables during processing. pg_repack is efficient to boot, with performance comparable to using CLUSTER directly. . This package contains the pg_repack program and the server extension for PostgreSQL 18.