postgresql-12-repack_1.4.7-2.pgdg18.04+1_amd64.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-12-repack=1.4.7-2.pgdg18.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 12.

Checksums

MD5 b21cecb2842b135a148f8097d461d811
SHA1 2ba9c45a313d743d7e87ab35f782aee31e7b7c1a
SHA256 9f724a55f1e3d7c3f3770c8ffe2ae3f0dcc2c2508116e526f6bf183fec9e11c6
SHA512 1dcd38958c60d529685c981b303a8ca1325c5e77f82092613a391f180cabfdebc1ef88d0429936d42582dc6de86ac3d4d85c0e6d5c1ae14f775d1632c8412c20

Depends

  • postgresql-12, libc6 (>= 2.15), libpq5 (>= 8.3~rc1-1~)

Files

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

Uploaded

over 3 years ago

Package Size

98.8 KB

Installed Size

221 KB

Downloads

34

wget

wget --content-disposition "https://packagecloud.io/instructure/insops/packages/ubuntu/bionic/postgresql-12-repack_1.4.7-2.pgdg18.04+1_amd64.deb/download.deb?distro_version_id=190"

Homepage

https://github.com/reorg/pg_repack