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