Ensure that constraints, indexes, rules, triggers, and compound triggers should be created on partitions. Fixes #4842.

This commit is contained in:
Aditya Toshniwal
2020-01-01 12:59:48 +05:30
committed by Akshay Joshi
parent 737f8375fb
commit febbd729ec
15 changed files with 39 additions and 12 deletions

View File

@@ -24,6 +24,7 @@ Bug fixes
*********
| `Issue #4506 <https://redmine.postgresql.org/issues/4506>`_ - Fix an issue where clicking on an empty textbox like fill factor or comments, considers it as change and enabled the save button.
| `Issue #4842 <https://redmine.postgresql.org/issues/4842>`_ - Ensure that constraints, indexes, rules, triggers, and compound triggers should be created on partitions.
| `Issue #4943 <https://redmine.postgresql.org/issues/4943>`_ - Added more information to the 'Database connected/disconnected' message.
| `Issue #4999 <https://redmine.postgresql.org/issues/4999>`_ - Rename some internal environment variables that could conflict with Kubernetes.
| `Issue #5004 <https://redmine.postgresql.org/issues/5004>`_ - Fix vulnerability issues reported by 'yarn audit'. Replace the deprecated uglifyjs-webpack-plugin with a terser-webpack-plugin.