postgresql-16-repack_1.5.0-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-16-repack=1.5.0-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 16.

Checksums

MD5 36cf0c0b861046710c65954f89580fb8
SHA1 852ae7f4356e310f07f7a4223d839f1888a94491
SHA256 699f71ada319fa7b1d2778266ba59633d3aeff4773f28ab986e88815e8c0d0c8
SHA512 b88fe97e9c0ad2613442dceca6cbe2ce76b066e26e1f76a1e4aafcbc66fb57c690086ad37da19034f35d41d193ec2acb144e0f9a79de3fb4d3959d9226069d00

Depends

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

Files

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

Uploaded

over 1 year ago

Package Size

104 KB

Installed Size

241 KB

Downloads

9

wget

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

Homepage

https://github.com/reorg/pg_repack