Version 13.2.5 v13
EDB Postgres Advanced Server 13.2.5 includes the following bug fixes:
Type | Description | ID | Category |
---|---|---|---|
Upstream Merge | Merged with community PostgreSQL 13.2. See the community Release Notes for details. | ||
Bug Fix | Use correct relation information while loading into multiple tables with a single control file to avoid unexpected behavior. [Support Ticket: #1165964] | DB-973 | edbldr |
Bug Fix | For nested subprocedures, verify that a set-returning function is called in a valid place or not. | DB-946 | |
Bug Fix | Skip fetching hidden columns in IMPORT FOREIGN SCHEMA . [Support Ticket: #1151273] | DB-945 | postgres_fdw |
Bug Fix | Skip parallel mode check in nextval() when it's been called for rowid during CREATE TABLE AS SELECT . (#1115113) | DB-937 | |
Bug Fix | Skip SQL Protect-related files when running pg_checksums or pg_verify_checksums . [Support Ticket: #1140841] | DB-919 | |
Bug Fix | Forbid CONNECT_BY_ROOT and SYS_CONNECT_BY_PATH in join expressions. | DB-914 | |
Bug Fix | Correct start position handling with multibyte encodings in INSTR . [Support Ticket: #1133262] | DB-911 | |
Bug Fix | Remove obsolete function overloading check condition in pg_dump . [Support Ticket: #1133344] | DB-892 | |
Bug Fix | Fix handling of whitespaces when the delimiter is whitespace. [Support Ticket: #1060286] | DB-739 | edbldr |
Bug Fix | Resolution for server crash on executing the cached plan for an expression in a temporary expression state. | DB-650 | SPL |