Package: postgresql-19-partman Source: pg-partman Version: 5.5.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 8216 Depends: python3, python3-psycopg2, postgresql-19, libc6 (>= 2.4) Breaks: postgresql-19-jit-llvm (<< 21) Homepage: https://github.com/pgpartman/pg_partman Priority: optional Section: database Filename: pool/main/p/pg-partman/postgresql-19-partman_5.5.0-1.pgdg26.04+1_amd64.deb Size: 239176 SHA512: dbcd3a470ddd989ccf23bf418130d35ada44033965b8c2cc80b7678c59150e9ac31165dd8a9411c3dee512afe0d0c5b58336037586abe9bcc22ca13b331bd9ef SHA256: 699483bf155213361222aa8515d79184b322704ff04e0a872a2468b6602123ab SHA1: 6f78fb5eb5846853a22924b4f92a0398b29e473c MD5sum: a4595b96e5edfe1b05774e3987a00ff6 Description: PostgreSQL Partition Manager pg_partman is a PostgreSQL extension to create and manage both time-based and serial-based table partition sets. Sub-partitioning is also supported. Child table & trigger function creation is all managed by the extension itself. Tables with existing data can also have their data partitioned in easily managed smaller batches. Optional retention policy can automatically drop partitions no longer needed. A background worker (BGW) process is included to automatically run partition maintenance without the need of an external scheduler (cron, etc) in most cases.