Package: postgresql-17-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-17, libc6 (>= 2.4) Breaks: postgresql-17-jit-llvm (<< 21) Homepage: https://github.com/pgpartman/pg_partman Priority: optional Section: database Filename: pool/main/p/pg-partman/postgresql-17-partman_5.5.0-1.pgdg26.04+1_amd64.deb Size: 239200 SHA512: ce74116589b0adcdc7b063f61ac196980c82124b8e5e5e8604619112079f360cc3b4a15813895e7e475b66087ca086da916a590efa9a00eb8c73f5625ce6c01e SHA256: e45ab1a8a3271f449168d7921ec389f9e76ce28b2e34486c08822174c41bf585 SHA1: 7d1356e7effd507c5ebc7238ed47ec6d8028fe2f MD5sum: 05cfafc0c4f3e4d468b0827bc8cb5bea 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.