Version 13.7.11 v13
EDB Postgres Advanced Server 13.7.11 includes the following bug fixes:
Type | Description | ID | Category |
---|---|---|---|
Upstream merge | Merged with community PostgreSQL 13.7.11. See the community Release Notes for details. | ||
Bug fix | Add syntax check for TABLE(...) clause. [Support Ticket: #81624] | DB-1752 | |
Bug fix | Add an appropriate cast for const TIMESTAMP and TIMESTAMPTZ to the query pushed to the remote servers. [Support Ticket: #72928] | DB-1493 | oci_dblink |
Bug fix | Do not push expressions to remote servers involving INTERVAL data type since representation in EPAS/PostgreSQL is different. | DB-1493 | oci_dblink |
Bug fix | Fix NLS_TIMESTAMP_TZ_FORMAT setting in the remote connection so that timestamptz data gets the correct representation. | DB-1493 | oci_dblink |
Bug fix | Add logic of encoding conversion at the time of writing the data on the remote servers. | DB-181 | dblink_ora |
Bug fix | Force NO SCROLL for SPL's implicit cursors [Support Ticket: #79231]. | DB-1700 | |
Bug fix | Fix possible server crash in the partition-wise join when PARALLEL hint is used [Support Ticket: #81246]. | DB-1741 | |
Bug fix | Fix failing EXCHANGE ... PARTITION command for the newly added table when both are in the same transaction [Support Ticket: #80298]. | DB-1721 | edb_partitioning |