Package postgresql15-pg_partman: Information
Source package: postgresql15-pg_partman
Version: 5.4.0-alt1
Build time: Jan 8, 2026, 10:17 AM in the task #404568
Category: Databases
Report package bugHome page: https://badge.fury.io/pg/pg_partman
License: PostgreSQL
Summary: pg_partman is an extension to create and manage both time-based and serial-based table partition sets.
Description:
pg_partman is an extension to create and manage both time-based and number-based table partition sets. As of version 5.0.0, only built-in, declarative partitioning is supported and the older trigger-based methods have been deprecated. The declarative partitioning built into PostgreSQL provides the commands to create a partitioned table and its children. pg_partman uses the built-in declarative features that PostgreSQL provides and builds upon those with additional features and enhancements to make managing partitions easier. One key way that pg_partman extends partitioning in Postgres is by providing a means to automate the child table maintenance over time (Ex. adding new children, dropping old ones based on a retention policy). pg_partman also has features to turn an existing table into a partitioned table or vice versa.
List of RPM packages built from this SRPM:
postgresql15-pg_partman (x86_64, i586, aarch64)
postgresql15-pg_partman-debuginfo (x86_64, i586, aarch64)
postgresql15-pg_partman (x86_64, i586, aarch64)
postgresql15-pg_partman-debuginfo (x86_64, i586, aarch64)
Maintainer: Alexei Takaseev
Last changed
Jan. 8, 2026 Alexei Takaseev 5.4.0-alt1
- 5.4.0
Oct. 21, 2025 Alexei Takaseev 5.3.1-alt1
- 5.3.1
Oct. 17, 2025 Alexei Takaseev 5.3.0-alt1
- 5.3.0 - Enable JIT on LoongArch - Remove PostgreSQL 11 and older support