Package: postgresql-12-repack Source: pg-repack Version: 1.5.2-1.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 255 Depends: postgresql-12, postgresql-12-jit-llvm (>= 10), libc6 (>= 2.15), libpq5 (>= 9.0~) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-12-repack_1.5.2-1.pgdg20.04+1_amd64.deb Size: 106356 SHA256: 588e42b233b45cec9c70f0f1c3e155e73a8ab3ba9b16419628964ca9076182e7 SHA1: 93722824690988e809bbecfaf5317d0da42c1f54 MD5sum: 314f0dd173b5721bc4fb7a31153578df 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 12.