From eb55e73645c46576dd868d856e4e5fa826586ff1 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Sat, 3 Jan 2026 11:37:12 +0500 Subject: [PATCH] chore: move changelog entry to unreleased section Signed-off-by: Taimoor Zaeem --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0928b38e..cb15232b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. From versio ## Unreleased +### Added + +- 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 @@ -16,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