diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dab2899e..cb15232b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file. From versio - Log error when `db-schemas` config contains schema `pg_catalog` or `information_schema` by @taimoorzaeem in #4359 +### Fixed + +- Fix performance and high memory usage of relation hint calculation by @mkleczek in #4462, #4463 + ## [14.2] - 2025-12-18 ### Fixed @@ -20,7 +24,6 @@ All notable changes to this project will be documented in this file. From versio - Fix not returning `Content-Length` on empty HTTP `201` responses by @laurenceisla in #4518 - Fix inaccurate Server-Timing header durations by @steve-chavez in #4522 - Fix inaccurate "Schema cache queried" logs by @steve-chavez in #4522 -- Fix performance and high memory usage of relation hint calculation by @mkleczek in #4462 #4463 ## [14.1] - 2025-11-05