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
+1
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ NEW FEATURES
42
42
- Added support for dropping indexes for partitions moved to another schema as part of retention (Github PR #449).
43
43
- Creating a template table is now optional when calling `create_parent()`. Set `p_template_table` to `false` to skip template table creation. Note this is not a boolean since this parameter is also meant to take a template table name, so the explicit string value `false` must be set (Github Issue #505).
44
44
- Lots of backend optimizations and code simplification
45
+
- Allow overriding of the PG_CONFIG environment variable when running make (Github PR #589).
0 commit comments