Package: postgresql-18-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-18, libc6 (>= 2.4) Breaks: postgresql-18-jit-llvm (<< 21) Homepage: https://github.com/pgpartman/pg_partman Priority: optional Section: database Filename: pool/main/p/pg-partman/postgresql-18-partman_5.5.0-1.pgdg26.04+1_amd64.deb Size: 239336 SHA512: 1613b05770c34f16f7ac8bbaffe9c6205b1b2d9bd9fba3fe02ccf95487d768750d5ee1cf556279074ee2b91d471928c8e24b99fa6c1c7fc97c7f46fedb44fa75 SHA256: 360584e92cd7e36b5a5e3ce871bc8c6086de08bb62a2e7394bf2dfba95699949 SHA1: 934fd150f190c6b6016699bc29066f589d9bdf5e MD5sum: 634aaf07a1af65d1aa9362f04a7ba73e 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.