Package: postgresql-15-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-15, libc6 (>= 2.4) Breaks: postgresql-15-jit-llvm (<< 21) Homepage: https://github.com/pgpartman/pg_partman Priority: optional Section: database Filename: pool/main/p/pg-partman/postgresql-15-partman_5.5.0-1.pgdg26.04+1_amd64.deb Size: 239232 SHA512: 936292303cdf733da8d8c2476ba7c5c73b24a679e41b878959d2cffe5f9bf4fa284bee8df5f8990c7c23f76f3ac2d1cd2d3d7ee96205dfb1d0702aafe8b29adb SHA256: b14f887cd6ee36b7c4e23896159aaf395cab8d75bb042c4721674248750c42eb SHA1: 91f916678cefe47690cf49efb385e4ab84d06cd8 MD5sum: c3cbaac8f84a3bd719a347566122bd44 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.