Version 10.7.15 v10
EDB Postgres Advanced Server 10.7.15 includes the following bug fixes:
Type | Description | ID |
---|---|---|
Upstream Merge | Merged with community PostgreSQL 10.7. See the community Release Notes for details. | |
Bug Fix | Fix possible server crash in bytea_smaller() and bytea_larger() . [Support Ticket: #833954] | RM43888 |
Bug Fix | Fix possible pg_upgrade failure for databases containing DBMS_AQ queue tables. | RM41964 |
Bug Fix | Fix possible server crash when attempting to use named-parameter syntax to call a function whose arguments are unnamed. | RM41971 |
Bug Fix | Fix failure to dump triggers on child partitioned tables when upgrading from a version prior to v10. | RM43593 |
Bug Fix | Fix incorrect handling of IYYY mask when to_char() is used. [Support Ticket: #823847] | RM43843 |
Bug Fix | Fix wrong answer when to_date() is used with the RR mask for with or during a year ending in 00. [Support Ticket: #822321] | RM43832 |
Bug Fix | Don't permit modifications to aq_administrator_role , since it is a special role used by the database system. [Support Ticket: #731149] | RM43281 |
Bug Fix | Fix failure to apply insert performance optimization when inserting into a partitioned table. | |
Bug Fix | Fix CREATE ROLE to honor NOSUPERUSER even when IDENTIFIED BY is specified. [Support Ticket: #818138] | RM43809 |
Bug Fix | Even if pg_restore is run with --if-exists , do not add IF EXISTS to DROP PROCEDURE commands, which in this version do not support it. [Support Ticket: #814694] | RM43799 |