Vlad Khorsun
5b3da1a777
Implement #8010 : Remove gfix -cache option
2024-04-29 16:40:29 +03:00
GitHub Action
faca113b38
increment build number
continuous-integration/drone/push Build is passing
2024-04-28 20:13:20 +00:00
Vlad Khorsun
a012d9711a
Implement #8066 : Make protocol schemes case-insensitive.
2024-04-28 22:50:45 +03:00
GitHub Action
962e64c6a2
increment build number
continuous-integration/drone/push Build is passing
2024-04-26 20:14:14 +00:00
Vlad Khorsun
61a701517f
Fixed bug #8094 : Creation Index Error when restore with parallels workers
2024-04-26 13:22:54 +03:00
GitHub Action
5249a89b19
increment build number
continuous-integration/drone/push Build is passing
2024-04-25 20:13:21 +00:00
AlexPeshkoff
dc3fed9ed6
Fixed #8037 : remove directory entries from debug symbols tarball
...
(cherry picked from commit 04bec4d014
)
2024-04-25 12:40:12 +03:00
AlexPeshkoff
f4ac2f4b93
Fixed #8034 : set owner/group in tarball of non-root builds
...
(cherry picked from commit 1786e3665b
)
2024-04-25 12:40:12 +03:00
GitHub Action
39e045c195
increment build number
continuous-integration/drone/push Build is passing
2024-04-22 20:13:54 +00:00
Adriano dos Santos Fernandes
f29437ab98
Update deprecated GH action.
2024-04-22 08:58:05 -03:00
GitHub Action
943c6f46af
increment build number
continuous-integration/drone/push Build is passing
2024-04-19 20:12:53 +00:00
Vlad Khorsun
3c7fee92c0
Fixed bug #8089 : AV when attaching database while low of free memory
2024-04-19 22:27:17 +03:00
Vlad Khorsun
0e9ef6965d
Fixed bug #8087 : AV when preparing a query with IN list that contains both literals and sub-query
2024-04-19 10:50:21 +03:00
Vlad Khorsun
7421df185f
Backported fix for bug #8084 : Partial index uniqueness violation.
...
Note, IndexCondition instances was moved into own scope to avoid "Attempt to evaluate index condition recursively" error.
2024-04-19 10:48:18 +03:00
GitHub Action
d132214b01
increment build number
continuous-integration/drone/push Build is passing
2024-04-17 20:14:01 +00:00
Vlad Khorsun
0f3cdde4a2
Fixed bug #8085 : Memory leak when executing a lot of different queries and StatementTimeout > 0
2024-04-17 15:27:11 +03:00
Vlad Khorsun
dde4aedc4a
Fixe bug #8083 : AV when writting into internal trace log
2024-04-17 11:43:18 +03:00
GitHub Action
19d997de04
increment build number
continuous-integration/drone/push Build is passing
2024-04-16 20:13:17 +00:00
Vlad Khorsun
bf12d2adc5
Update docs
2024-04-16 11:55:10 +03:00
Vlad Khorsun
a20ba9d901
Fixed bug #8079 : Engine could crash when executing some trigger(s) while another attachment modifies them
2024-04-16 11:48:10 +03:00
GitHub Action
8a92b93d22
increment build number
continuous-integration/drone/push Build is passing
2024-04-12 20:13:11 +00:00
Adriano dos Santos Fernandes
fbd31da774
Fix #8078 - SIMILAR TO
with constant pattern using ‘|’, ‘*’, ‘?’ or ‘{0,N}’ doesn't work as expected.
2024-04-11 21:08:25 -03:00
GitHub Action
a4c3536df5
increment build number
continuous-integration/drone/push Build is passing
2024-04-04 20:13:18 +00:00
Adriano dos Santos Fernandes
3b5ab2616f
Make fix for #8056 not break RDB$BLOB_UTIL with segmented blobs.
2024-04-03 17:58:38 -03:00
GitHub Action
f639fbfb03
increment build number
continuous-integration/drone/push Build is passing
2024-04-03 20:14:42 +00:00
Dmitry Yemanov
56d97b66d3
A better selectivity estimation for compound index matches in the case of missing statistics
2024-04-03 13:33:20 +03:00
Dmitry Yemanov
9c171d3783
Postfix for #7976 : False validation error for short unpacked records (this time about short unpacked fragments)
2024-04-03 13:26:42 +03:00
GitHub Action
65d5aa309b
increment build number
continuous-integration/drone/push Build is failing
2024-04-02 20:12:46 +00:00
Vlad Khorsun
b05b60387e
Fixed bug #7942 : Error: database file appears corrupted after restore from backup (FB5, RC2)
...
Don't use common SortOwner for sorts with different dbb's.
After #7671 it could contain cached sort buffers from different pools (dbb_permanent) and then release it to the wrong dbb_sort_buffers making possible usage of deallocated memory later.
2024-04-02 22:52:57 +03:00
Adriano dos Santos Fernandes
48915d1264
Fix #8063 - (var)char variables/parameters assignments fail in Stored Procedures with subroutines.
2024-04-02 11:13:03 -03:00
GitHub Action
53a3bf1af0
increment build number
continuous-integration/drone/push Build is failing
2024-03-31 20:13:21 +00:00
Dmitry Yemanov
65320a3bfe
This should fix #8058 : DDL-Changes in replication does not set the correct grantor
2024-03-31 13:02:56 +03:00
GitHub Action
f1bbc2d767
increment build number
continuous-integration/drone/push Build is passing
2024-03-25 20:13:50 +00:00
Dmitry Starodubov
72f8acd97a
Fixed #8048 : Crash with SIGBUS when there is no free space on the partition with memory-mapped files ( #8052 )
...
* Fixed #8048 : Crash with SIGBUS when there is no free space on the partition with memory-mapped files
* Postfix for #8048 : If "fallocate" is not supported by the filesystem or kernel write zeroes instead of an error
2024-03-25 17:21:02 +03:00
GitHub Action
295758d5d0
increment build number
continuous-integration/drone/push Build is passing
2024-03-22 20:12:47 +00:00
Vlad Khorsun
906e270de6
Fixed bug #8056 : "Too many temporary blobs" with blob_append when select a stored procedue using rows-clause
2024-03-22 11:17:49 +02:00
GitHub Action
849ecbd0ec
increment build number
continuous-integration/drone/push Build is passing
2024-03-20 20:13:45 +00:00
Dmitry Yemanov
bbd35ab07c
Avoid reading/hashing the inner stream(s) if the leader stream is empty
2024-03-20 12:29:17 +03:00
GitHub Action
8c31082c4e
increment build number
continuous-integration/drone/push Build is passing
2024-03-16 20:12:24 +00:00
Vlad Khorsun
99f0b52bd9
Improvement #8042 : Improve conflict resolution on replica when table have both Primary and Unique keys
2024-03-16 13:38:14 +02:00
GitHub Action
bf067a2eaf
increment build number
continuous-integration/drone/push Build is passing
2024-03-15 20:15:14 +00:00
Vlad Khorsun
44579459ec
GlobalRWLock state should remain consistent in the case when fetch() returns false or throws.
2024-03-15 15:57:42 +03:00
Dmitry Yemanov
ebcd4dde64
Better (methinks) inversion choice when the OR condition includes a node which is also matched directly
2024-03-15 15:57:42 +03:00
Dmitry Yemanov
b8014996a6
Fixed the bug I introduced during optimizer refactoring, thanks to Andrey Kravchenko
2024-03-15 15:57:42 +03:00
Dmitry Yemanov
304d19bb6f
Fixed assertion during optimization of mixed list/equality comparisons
2024-03-15 15:57:42 +03:00
Dmitry Yemanov
98428183b3
Simplest fix for assertion during attach to a locked database with a missing delta file.
2024-03-15 15:57:42 +03:00
GitHub Action
24b2547d3c
increment build number
continuous-integration/drone/push Build is passing
2024-03-14 20:13:44 +00:00
Adriano dos Santos Fernandes
055b53b86b
Task #8038 - Set snapshot build suffix to use the git sha.
2024-03-14 07:07:34 -03:00
Vlad Khorsun
884c7fb7aa
Let Applier to shutdown correctly on bug-checked database
2024-03-14 10:25:54 +02:00
Vlad Khorsun
bf7a27bb7c
Fixed bug #8040 : Bugcheck 183 (wrong record length) could happen on replica database after UK violation on insert
2024-03-14 10:14:02 +02:00