2026-02 Regression Fixes

From PostgreSQL wiki
Jump to navigationJump to search

The PostgreSQL Global Development Group is planning for an out-of-cycle release on February 26, 2026 due to regressions introduced in the February 12, 2026 update release, which included releases 18.2, 17.8, 16.12, 15.16, and 14.21. This wiki page provides additional details on the regressions and links to the fixes, in case you wish to apply the fixes ahead of this release.

substring() function raises an error "invalid byte sequence for encoding" on non-ASCII text values if the source of that value is a database column

The fix for CVE-2026-2006, which closed a vulnerability in the database server, introduced a regression causing substring() to improperly return an error on multi-byte (non-ASCII) text values if the source of that value was a database column.

A standby may halt and return an error "could not access status of transaction"