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

57328 Commits

Author SHA1 Message Date
GitHub Action
f1bbc2d767 increment build number
All checks were successful
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
All checks were successful
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
All checks were successful
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
All checks were successful
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
All checks were successful
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
All checks were successful
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
GitHub Action
7b875696c3 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-13 20:12:40 +00:00
AlexPeshkoff
7e1ad8f167 Removed wrong assertion
(cherry picked from commit 96ef319bc9)
2024-03-13 17:58:03 +03:00
AlexPeshkoff
b0c846ae05 Fixed #8033: Invalid result when string compared with indexed numeric(x,y) field where x > 18 and y != 0
(cherry picked from commit f2c5bb6811)
2024-03-13 17:58:03 +03:00
GitHub Action
bbe34dd9ee increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-12 20:13:17 +00:00
AlexPeshkoff
25a643a0d9 Postfix for #7997: Unexpected results when comparing integer with string containing value out of range of that integer datatype; fixed overflows that happen when index key is composed
(cherry picked from commit 337ca497a0)
2024-03-12 20:03:18 +03:00
AlexPeshkoff
8a46a13fd1 Avoid inserting additional cast node in index key calculation tree
(cherry picked from commit 60fd8db300)
2024-03-12 20:03:18 +03:00
AlexPeshkoff
171cb8368a Postfix for #7997: Unexpected results when comparing integer with string containing value out of range of that integer datatype; fixed regression in test core_1274
(cherry picked from commit 69d52d3246)
2024-03-12 20:03:18 +03:00
AlexPeshkoff
21033696a6 Reworked fix for #7997: Unexpected results when comparing integer with string containing value out of range of that integer datatype
(cherry picked from commit 11920822e0)
2024-03-12 20:03:18 +03:00
AlexPeshkoff
39406410e7 Fixed #7997: Unexpected results when comparing integer with string containing integer value out of bigint range
(cherry picked from commit 7531251a05)
2024-03-12 20:03:17 +03:00
GitHub Action
728f8ee29e increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-11 20:14:25 +00:00
AlexPeshkoff
36289e340f Fixed #8039: Segfault when opening damaged (last TIP is missing in RDB$PAGES) database
(cherry picked from commit 593d350807)
2024-03-11 19:06:31 +03:00
GitHub Action
fa7a8c59a6 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-10 20:13:20 +00:00
Adriano dos Santos Fernandes
9fc4d9ddb1 Fix GH MacOS arm64 build. 2024-03-10 11:23:08 -03:00
Adriano dos Santos Fernandes
fb827f52e3 Fix GH MacOS build. 2024-03-09 22:54:54 -03:00
Adriano dos Santos Fernandes
7472433867 Avoid too much warnings due to the others members not specifying 'override'. 2024-03-09 18:06:36 -03:00
Adriano dos Santos Fernandes
fa66fa744c Fix GH MacOS build. 2024-03-09 18:06:36 -03:00
GitHub Action
2ec494db56 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-08 20:12:04 +00:00
Vlad Khorsun
7b4194a18f Improvement #8030 : wrong cardinality estimation because of empty data pages 2024-03-08 14:34:56 +02:00
GitHub Action
59a0c83135 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-04 20:13:24 +00:00
AlexeyMochalov
feb4714723
Free memory issued for isql command list but has never been freed on output file write (#8016)
* Free memory issued for command list but never freed on file write

This kind of leak is not a big concern, but it interferes with isql.memdebug.log memory leaks log

* remove excessive resetting of the array length before its inevitable destruction
2024-03-04 15:00:58 +03:00
GitHub Action
d4eca55176 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-29 20:14:32 +00:00
AlexPeshkoff
210310eab3 Fixed #8027: Broken gbak statistics 2024-02-29 18:05:51 +03:00
AlexPeshkoff
f674c7f53c Fixed #8026: Crash LI-V5.0.0.1306 in libEngine13.so
(cherry picked from commit bff8d2b02d)
2024-02-29 12:46:00 +03:00
GitHub Action
9a3b71b547 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-19 20:12:41 +00:00
Adriano dos Santos Fernandes
5737101c45 Update some usage of ubuntu-20.04 to 22.04. 2024-02-18 21:48:51 -03:00
Adriano dos Santos Fernandes
f6e32a2a00 Fix #8009 - Update github actions. 2024-02-18 21:48:44 -03:00
GitHub Action
a5e9a84f27 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-18 20:12:55 +00:00
AlexPeshkoff
e2379b3bff Fixed #8011: Decfloat error working with int128 in UDR 2024-02-18 16:05:00 +03:00
AlexPeshkoff
54a7a196e7 Fixed #8006: Int128 datatype not supported in UDR 2024-02-18 16:05:00 +03:00
GitHub Action
9870f350a0 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-14 20:13:11 +00:00
AlexPeshkoff
f7171b58f8 Fixed #7979: Hang when database with disconnect trigger using MON$ tables is shutting down
(cherry picked from commit 481863e632)
2024-02-14 18:09:06 +03:00
GitHub Action
4b45d17d3c increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-12 20:13:08 +00:00