Version 12.2.3 v12
EDB Postgres Advanced Server 12.2.3 includes the following bug fixes:
Type | Description | ID |
---|---|---|
Upstream Merge | Merged with community PostgreSQL 12.2. See the community Release Notes for details. | |
Bug Fix | Suppressed error detail when password expiration is set to infinity while using password profiles. | RM44176 |
Bug Fix | Allowed altering only its own password when expired while using password profiles. | RM44175/ DB‑228 |
Bug Fix | Disabled partition pruning while fetching a cursor rowtype. [Support Ticket: #950257] | RM44174 |
Bug Fix | Fixed invalid memory context handling inside switchToVariableContext() . | RM44164 |
Bug Fix | Fixed execution of empty statements via expired accounts. [Support Ticket: #942512] | RM44155 |
Bug Fix | Skipped expression simplification while fetching cursor rowtype. [Support Ticket: #950257] | RM44151 |
Bug Fix | Fixed DROP TRIGGER by name behavior for statement-level triggers. | RM44141 |
Bug Fix | Fixed makeConst() call arguments to order correctly in parse_spl_var() . | RM44130 |
Bug Fix | Fixed TAP testcase failure. | RM44129 |
Bug Fix | Fixed server crash in interval partitioning with CLOBBER_CACHE_ALWAYS build. | RM44128/ DB‑132 |
Bug Fix | Changed datatype from int to double to avoid wrap-around in password profile. | RM44118 |
Bug Fix | Fixed handling of subtypes in the extended protocol. | RM44123 |
Bug Fix | Fixed CREATE TRIGGER .. AUTHORIZATION behavior to avoid potential pg_upgrade failures. | RM44109 |
Bug Fix | Cleared rolpasswordsetat when a user is renamed. | RM44108 |