From e5b3828354e1027d6533133e1bff74adc8b7aae5 Mon Sep 17 00:00:00 2001 From: Dmitry Yemanov Date: Mon, 31 Jul 2023 16:46:57 +0300 Subject: [PATCH] Added the final doc items --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e2b4545f67..39020891799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,9 @@ ## Bugfixes +* [#7683](https://github.com/FirebirdSQL/firebird/issues/7683): `rdb$time_zone_util.transitions` returns an infinite result set + Contributor(s): Adriano dos Santos Fernandes + * [#7670](https://github.com/FirebirdSQL/firebird/issues/7670): Cursor name can duplicate parameter and variable names in procedures and functions Contributor(s): Adriano dos Santos Fernandes @@ -43,6 +46,12 @@ * [#7664](https://github.com/FirebirdSQL/firebird/issues/7664): `DROP TABLE` executed for a table with big records may lead to "wrong page type" or "end of file" error Contributor(s): Ilya Eremin +* [#7662](https://github.com/FirebirdSQL/firebird/pull/7662): Peformance issues in prepare_update() + Contributor(s): Ilya Eremin + +* [#7661](https://github.com/FirebirdSQL/firebird/issues/7661): FB CS rejects new connections + Contributor(s): Vlad Khorsun + * [#7651](https://github.com/FirebirdSQL/firebird/issues/7651): Unable to find savepoint in insert with nested query and returning clause in FB4 Contributor(s): Dmitry Yemanov @@ -217,6 +226,9 @@ * [#7255](https://github.com/FirebirdSQL/firebird/issues/7255): `READ COMMITTED READ CONSISTENCY` mode is broken in Classic / SuperClassic on Linux Contributor(s): Alex Peshkoff +* [#7233](https://github.com/FirebirdSQL/firebird/pull/7233): Slow database restore when Classic server mode is used + Contributor(s): Ilya Eremin + * [#7241](https://github.com/FirebirdSQL/firebird/issues/7241): MacOS installer - firebird user is not created correctly if group already exists Contributor(s): Jonathan Frutos