Version 14.5.0 v14

EDB Postgres Advanced Server 14.5.0 includes the following bug fixes:

TypeDescriptionIDCategory
Upstream mergeMerged with community PostgreSQL 14.5. See the community Release Notes for details.
Bug fixFor the re-entrant block, initialize all variables of type collection declared in that block to NULL to avoid incorrect results when the block is executed in a loop. [Support Ticket: #83856]DB-1870
Bug fixDisable index_advisor if it is a physical replica. [Support Ticket: #83312]DB-1819
Bug fixFix unexpected failure when the PLpgSQL procedure with OUT parameters is called twice. [Support Ticket: #83289]DB-1818
Bug fixFix unexpected behavior of autonomous transactions with explicit COMMIT command in SPL block. [Support Ticket: #82695]DB-1787
Bug fixCorrect check to forbid UPDATE of declarative partitioned tables.DB-237edbldr
Bug fixFix the reindexdb test by skipping the SYS schema.DB-1783
Bug fixFix invalid results from ecpg with NOT. [Support Ticket: #83334]DB-1822ecpg
Bug fixFix the pg_amcheck test by skipping SYS schema.DB-1785