From 6965956dde2c02c08cc75a55dc7954bcb05489b6 Mon Sep 17 00:00:00 2001 From: Keith Fiske Date: Fri, 22 Nov 2024 14:13:37 -0500 Subject: [PATCH] docs: update changelog with uuid feature --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4411ee2..2e7df0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ===== NEW FEATURES ------------ + - Add support for UUIDv7 and other custom encoded methods for time-based partitioning. Special thanks to akulapid on Github for the addition of this feature. (Github Issue #528) - Add support for microsecond precisions in epoch partitioning. (Github PR #659) - Improve partition maintenance performance when determining next partition to be created. (Github Issue #660) - Removed requirement for pg_partman to be installed as a superuser. See "superuser" parameter in control file documentation for more details - https://www.postgresql.org/docs/current/extend-extensions.html#EXTEND-EXTENSIONS-FILES