postgresql-12-repack_1.4.8-1.pgdg18.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-12-repack=1.4.8-1.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 b51e4e0314c0b2b46315f0af4db6ecaf
SHA1 a5adc9e514dfa693f4b1bb2fa2cf4021d326a49e
SHA256 bc1062200c0692ecb753acc8567b163961ec8b9bbe2df75084e9d93d3450be3c
SHA512 817422d496beda1c053b1b7cb1ad8707ca499740fce24c46793eb1fa988cdc7fe25eb6c321304f4deddad656650c59fb26c46f2159420bf330199d56028c380d

Depends

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

Files

  • /usr/share/postgresql/12/extension/pg_repack.control
  • /usr/share/postgresql/12/extension/pg_repack--1.4.8.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/bin/pg_repack

Uploaded

about 2 years ago

Package Size

68.6 KB

Installed Size

170 KB

Downloads

9,506

wget

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

Homepage

https://github.com/reorg/pg_repack