Package: postgresql-15-repack Source: pg-repack Version: 1.5.1-1.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 256 Depends: postgresql-15, postgresql-15-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-15-repack_1.5.1-1.pgdg20.04+1_amd64.deb Size: 109908 SHA256: bedd9fbac241d636205c0bb505c1c892107cccc54c5b5c72970799427f5bb9c2 SHA1: c7d90cb13653706a2f77ee54e1ef577d09800907 MD5sum: 69f6282889f7b00d8970c6ca33ae75cb 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.