pg_partman 4.5.1 released

From: Crunchy Data via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: pg_partman 4.5.1 released
Date: 2021-06-04 23:03:42
Message-ID: 162284782268.14471.9470505143949273219@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

PostgreSQL Partition Manager (pg_partman) v4.5.1 has been released. This release contains a critical security fix and other important bug fixes, so it is highly recommended to update this extension as soon as possible.

* CVE-2021-33204 - Fixed security issue that could allow arbitrary code execution using SECURITY DEFINER functions. [https://nvd.nist.gov/vuln/detail/CVE-2021-33204](https://nvd.nist.gov/vuln/detail/CVE-2021-33204)
* Allow relation options set on the template table to be inherited on the child table. As of PG13 and earlier, relation options set on the parent are not being set on the child tables.
* Fixed several bugs in sub-partitioning when using a mixture of epoch and regular integer partitioning in the same partition set

Additional details can be found in the CHANGELOG.

Links:

Website - [https://github.com/pgpartman/pg_partman](https://github.com/pgpartman/pg_partman)

Installation - [https://github.com/pgpartman/pg_partman#installation](https://github.com/pgpartman/pg_partman#installation)

Documentation - [https://github.com/pgpartman/pg_partman/blob/master/doc/pg_partman.md](https://github.com/pgpartman/pg_partman/blob/master/doc/pg_partman.md)

Release Notes - [https://github.com/pgpartman/pg_partman/blob/master/CHANGELOG.txt](https://github.com/pgpartman/pg_partman/blob/master/CHANGELOG.txt)

Crunchy Data - [https://www.crunchydata.com](https://www.crunchydata.com)

Crunchy Data is proud to support the development and maintenance of pg_partman.

Browse pgsql-announce by date

  From Date Subject
Next Message PWN via PostgreSQL Announce 2021-06-07 13:51:42 PostgreSQL Weekly News - June 6, 2021
Previous Message fish's dotNET via PostgreSQL Announce 2021-06-04 18:52:00 Database .NET v32.6 released