You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ NEW FEATURES
6
6
- Add support for microsecond precisions in epoch partitioning. (Github PR #659)
7
7
- Improve partition maintenance performance when determining next partition to created. (Github Issue #660)
8
8
- 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
9
+
- Do not create partitions during a maintenance run that aren't going to be kept as part of retention anyway. (Github Issue #649)
0 commit comments