postgresql-14-repack_1.4.8-1.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.8-1.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 05788e7bdde6468946ff4074182ef829
SHA1 37a15e97fabbb51b5fafa87a4ef3d5e618e6ca3b
SHA256 ecf155dde64455ec51d7598e2078b52f5945e7932ddd7c7113dc4f10ed7387d4
SHA512 b54f0b4a0c6938da97f521eca00e97ef19ba2a0a7c1108d2ef5d79dd1f8ac2a15cd199d553a9e52ea9cd40765ecc5ddfac5828ca0b895d4eaef5711c8595a04e

Depends

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

Files

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

about 2 years ago

Package Size

101 KB

Installed Size

232 KB

Downloads

8,525

wget

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

Homepage

https://github.com/reorg/pg_repack