postgresql-14-repack_1.4.7-2.pgdg20.04+1_arm64.deb

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/instructure/insops/script.deb.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/instructure/insops/script.deb.sh | sudo bash

STEP 2: Install the package
sudo apt-get install postgresql-14-repack=1.4.7-2.pgdg20.04+1

reorganize tables in PostgreSQL databases with minimal locks

Full 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 14.

Checksums

MD5 c4aed94d26d618c34a197db3b53f863a
SHA1 3cd5ddc517b65b3bdffee0b17d95c199251d5765
SHA256 e9a26e43ecb1516df12c9a394bcab9cccd867fd37bf4c66bf4974b48b07736b5
SHA512 9755c7529c346714cb75c000acfb744809a61291ae7edfe391f20b0da24ec0ef727d9100a32936d2d9797035858b57ef295da75f43129290503e956f52f83529

Depends

  • postgresql-14, libc6 (>= 2.17), libpq5 (>= 8.3~rc1-1~)

Files

  • /usr/share/postgresql/14/extension/pg_repack.control
  • /usr/share/postgresql/14/extension/pg_repack--1.4.7.sql
  • /usr/share/doc/postgresql-14-repack/style.css
  • /usr/share/doc/postgresql-14-repack/release.rst
  • /usr/share/doc/postgresql-14-repack/pg_repack.rst.gz
  • /usr/share/doc/postgresql-14-repack/pg_repack_jp.rst.gz
  • /usr/share/doc/postgresql-14-repack/Makefile
  • /usr/share/doc/postgresql-14-repack/copyright
  • /usr/share/doc/postgresql-14-repack/changelog.Debian.gz
  • /usr/lib/postgresql/14/lib/pg_repack.so
  • /usr/lib/postgresql/14/lib/bitcode/pg_repack/repack.bc
  • /usr/lib/postgresql/14/lib/bitcode/pg_repack/pgut/pgut-spi.bc
  • /usr/lib/postgresql/14/lib/bitcode/pg_repack.index.bc
  • /usr/lib/postgresql/14/bin/pg_repack

Uploaded

over 3 years ago

Package Size

100 KB

Installed Size

229 KB

Downloads

6,665

wget

wget --content-disposition "https://packagecloud.io/instructure/insops/packages/ubuntu/focal/postgresql-14-repack_1.4.7-2.pgdg20.04+1_arm64.deb/download.deb?distro_version_id=210"

Homepage

https://github.com/reorg/pg_repack