Version 11.9.17 v11
EDB Postgres Advanced Server 11.9.17 includes the following bug fixes:
Type | Description | ID | Category |
---|---|---|---|
Upstream Merge | Merged with community PostgreSQL 11.9. See the community Release Notes for details. | ||
Bug Fix | In the case of an error coming from standard_planner , global pointer is not getting cleaned up and results in a server crash. Commit fix dangling pointer de-reference for global index candidates. [Support Ticket: #1026986] | DB‑682 | |
Bug Fix | Fix minor problems with non-exclusive backup cleanup. [Support Ticket: #1009383] | DB-597 | |
Bug Fix | Fix to follow the same order to compute the hash values of partition key in which it's defined. [Support Ticket: #1010975] | DB-537 | edb_enable_pruning |
Bug Fix | Make the scope of an autonomous transaction include the exception block. [Support Ticket: #977822] | DB-371 | |
Bug Fix | Fix FF mode in Redwood to_char() datetime related functions | DB-640 | |
Bug Fix | Protect (timestamp + number) and (timestamp - number) against overflow. | DB-639 | |
Bug Fix | Disallow using NULLIF as SQL expression evaluation is not supported in the direct load. | DB-477 | edbldr |
Bug Fix | Fix assorted issues where ZONED data input length is less than the precision. | DB-301 | edbldr |
Bug Fix | Commit move the schema grant statement from edb-sys.sql to code in order to fix the pg_upgrade for --no-redwood-compat mode . | RM43953 |