Package: postgresql-11-repack Source: pg-repack Version: 1.5.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 231 Depends: postgresql-11, libc6 (>= 2.34), libpq5 (>= 9.0~) Breaks: postgresql-11-jit-llvm (<< 15) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-11-repack_1.5.3-1.pgdg22.04+1_amd64.deb Size: 98696 SHA256: 339f82eefe5a3b8e1a4ef1118bf0e712f0fe29b1f2efc2b1bfda06f657816bbe SHA1: 290942b6bb67301d4987a005d19b855a6c483193 MD5sum: 87abb535b613c5b5e85934d799fc7c62 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 11.