Package: postgresql-15-repack Source: pg-repack Version: 1.5.3-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 243 Depends: postgresql-15, libc6 (>= 2.38), libpq5 (>= 9.0~) Breaks: postgresql-15-jit-llvm (<< 21) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-15-repack_1.5.3-1.pgdg26.04+1_amd64.deb Size: 102300 SHA256: 851fe3c31ec9ba7be29d1118efa89c21ba5e53786683d8f4bce733aaedd24392 SHA1: b0ccb74c87104ce72f851acbbbd04cc86691fe3d MD5sum: 2d78db9bd33779bda5da6779983dd2c7 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 15.