postgresql-11-repack_1.4.4-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-11-repack=1.4.4-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 11.

Checksums

MD5 00614904ea2d7327739cbefa80cea77a
SHA1 21b04f7c66a869aa44e084b1fbc917fab1c543ab
SHA256 77b2117cfa0d95b28cc6f8f25cd67efa449521442fe17b081f20263f91285054
SHA512 01796ee074e31d43b8891a5ae6bb52b40574235a51243c336dfea8909e8c46fa374c8b647cf198675f78ba698dabc3828271b5499ebad3d026218db02258a1e4

Depends

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

Files

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

Uploaded

almost 6 years ago

Package Size

93.7 KB

Installed Size

213 KB

Downloads

17

wget

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

Homepage

https://github.com/reorg/pg_repack