Package: postgresql-10-repack Source: pg-repack Version: 1.5.3-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 182 Depends: postgresql-10, libc6 (>= 2.34), libpq5 (>= 9.0~) Homepage: https://github.com/reorg/pg_repack Priority: optional Section: database Filename: pool/main/p/pg-repack/postgresql-10-repack_1.5.3-1.pgdg22.04+1_amd64.deb Size: 71396 SHA256: 02b83e5511101df45b12761b335f8bf4491e72209f0d65cb0e2fbf08def6e7df SHA1: 27a8b628cea8e79a5abebad908cd62b0c1ce861f MD5sum: fd6e207793b23f2e5f4de1bd818714d7 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 10.