8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 22:43:03 +01:00
Commit Graph

54094 Commits

Author SHA1 Message Date
Dmitry Yemanov
7a8b2ce0f0 Fixed #7993: Unexpected results when using CASE WHEN with RIGHT JOIN 2024-02-06 11:46:43 +03:00
GitHub Action
9e2a7021bb increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-30 20:12:24 +00:00
AlexPeshkoff
5fe6d9219d Fixed #7985: Hang in case of error when sweep thread is attaching to database - classic server case: i.e. backported fix for #7917 2024-01-30 12:23:19 +03:00
GitHub Action
85dc8688c0 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-25 20:13:07 +00:00
Vlad Khorsun
0f3dc00b77 Improvement #7978 : Update Windows distributions with zlib version 1.3.1 2024-01-25 21:06:53 +02:00
GitHub Action
5a2babe70d increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-15 20:13:31 +00:00
AlexPeshkoff
406ce25886 Fixed #7950: Unable to restore database when .fbk was created on host with other ICU 2024-01-15 20:01:02 +03:00
GitHub Action
8bd3afbad0 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-12 20:13:55 +00:00
AlexPeshkoff
d772dd1fe0 Fixed #7917: Hang in a case of error when sweep thread is attaching to database.
(cherry picked from commit d348ded807)
2023-12-12 19:00:18 +03:00
GitHub Action
c854b3d976 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-25 20:12:30 +00:00
Vlad Khorsun
596b62acc8 Fixed bug #7860 : Crash potentially caused by BETWEEN Operator 2023-11-25 00:54:19 +02:00
GitHub Action
e74e4075c1 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-16 20:13:43 +00:00
Vlad Khorsun
8796614ed7 Backport fix for bug #7839 : Potential bug in BETWEEN Operator 2023-11-16 13:33:57 +02:00
GitHub Action
a06bafa678 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-14 20:12:26 +00:00
Adriano dos Santos Fernandes
eb6fe5b40e Fix #7844 - Removing first column with SET WIDTH crashes ISQL. 2023-11-13 22:43:30 -03:00
GitHub Action
4c98df806b increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-07 20:13:59 +00:00
Vlad Khorsun
375afe2f8d
Fix for most cases of #7522 (#7828)
* This should fix most often scenarios of bug #7522 : Shared memory area is probably already created by another engine instance in another Windows session, failed to create database

* Typo
2023-11-07 20:40:21 +02:00
GitHub Action
ca4d3089cb increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-02 20:14:17 +00:00
Dmitry Yemanov
b66b21a21b This should fix #7817: Memory leak is possible for UDF array arguments 2023-11-02 10:49:03 +03:00
GitHub Action
6c2ff3d855 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-28 20:12:38 +00:00
AlexPeshkoff
27777fa920 Fixed #7812: Service backup does not work in multiple engines configuration
(cherry picked from commit 28c386cb49)
2023-10-28 20:35:50 +03:00
AlexPeshkoff
9eefa6d186 Fixed #7762: Crash on "Operating system call pthread_mutex_destroy failed. Error code 16" in log
(cherry picked from commit 7adea662ff)
2023-10-28 20:35:41 +03:00
GitHub Action
69a96219f4 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-24 20:14:11 +00:00
Vlad Khorsun
f4155c17cd Fixed bug #7779 : Firebird 4.0.3 is constantly crashing with the same symptoms (fbclient.dll) 2023-10-24 18:38:44 +03:00
GitHub Action
af555f74ad increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-06 20:13:44 +00:00
Vlad Khorsun
83f9479f82 Update zlib to 1.13, see #7755 2023-10-06 01:03:26 +03:00
GitHub Action
e303df53d1 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-05 20:13:42 +00:00
AlexPeshkoff
d784694962 Minor security measure - avoid sending of authentication block over the wire (from ExtDS)
(cherry picked from commit e7e4a776ed)
2023-10-05 16:10:24 +03:00
GitHub Action
5dd75a37da increment build number 2023-09-29 20:13:56 +00:00
8835dfc558 misc 2023-09-29 12:26:57 +02:00
01f4ab1103 Fix #7726 - Do not run InitSecurityDB when doing an upgrade 2023-09-29 12:25:54 +02:00
GitHub Action
98fa93e631 increment build number 2023-09-20 20:14:18 +00:00
Dmitry Yemanov
a9165f0bbf Avoid storing garbage in idx_selectivity 2023-09-20 14:12:38 +03:00
GitHub Action
90f17efbc6 increment build number 2023-09-14 20:13:38 +00:00
Ilya Eremin
85c67096af Backport #7747: Fix an issue where the garbage collection in indexes and blobs is not performed in VIO_backout
The issue starts in VIO_record. There is a call record->reset(format) which clears the REC_gc_active flag by mistake. After that VIO_gc_record reuses the record which is already active.
2023-09-14 12:37:19 +03:00
GitHub Action
d584511d73 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-07 20:13:48 +00:00
Ilya Eremin
856bdd4730 Backport #7737: Fix a case where the precedence relationship between a record page and a blob page is not set while modifying a blob field of a record 2023-09-07 11:11:14 +03:00
GitHub Action
60053df2e6 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-06 20:13:32 +00:00
AlexPeshkoff
df978fc872 Fixed #7738: Crash on multiple connections/disconnections
(cherry picked from commit 8e61e1111d)
2023-09-06 13:52:10 +03:00
GitHub Action
4ef9852fe9 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-25 20:13:52 +00:00
Vlad Khorsun
1f28042363
Merge pull request #7714 from FirebirdSQL/work/gh-7713
Fixed bug #7713
2023-08-25 10:10:17 +03:00
Vlad Khorsun
47ddf38b7e Fixed bug #7713
stability of implicit cursor could be broken, if cursor's select expression is based
on view with sub-query in select list, or
on table with sub-query in computed field.
2023-08-19 13:34:51 +03:00
GitHub Action
d14874cac3 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-10 20:13:26 +00:00
AlexPeshkoff
a01ea37c3a Fixed #7480: Firebird server stops accepting new connections after some time 2023-08-10 15:33:49 +03:00
GitHub Action
15dec1eb56 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-07 20:13:31 +00:00
AlexPeshkoff
0f4b9b53f0 Fixed CORE-6498: Firebird server stops to listen to new connections after error in nbackup service
(cherry picked from commit fddd84ad3d)
2023-08-07 16:35:21 +03:00
GitHub Action
48003779b9 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-04 20:12:56 +00:00
Dmitry Yemanov
d81196421b Update version number 2023-08-04 21:44:06 +03:00
GitHub Action
1c2bf8f44c increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-31 20:13:39 +00:00
Dmitry Yemanov
a76456a7fb Added the final doc items
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2023-07-31 15:28:46 +03:00