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

57328 Commits

Author SHA1 Message Date
Vlad Khorsun
2b9ec7b98f Fixed bug #8003 : gbak v4 can't backup database in ODS <13 2024-02-12 16:23:34 +02:00
GitHub Action
b3017844b5 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-11 20:12:51 +00:00
Dmitry Yemanov
d25c05a047 This should fix #7969: Characters are garbled when replicating fields with type BLOB SUB_TYPE TEXT if the character set of the connection and the field are different 2024-02-11 11:31:29 +03:00
Dmitry Yemanov
069613e896 Ensure pages are properly released after exception raised during partial index condition check, see #7998 2024-02-11 11:11:11 +03:00
GitHub Action
cf5e45809b increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-10 20:11:59 +00:00
github-actions[bot]
bdace34891
Update tzdata to version 2024a. (#8001)
Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
2024-02-10 13:09:17 -03:00
GitHub Action
b723fd8bb2 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-08 20:12:31 +00:00
Vlad Khorsun
ad04f82a16 Addition for #7996
Fixed similar case if file write is failed during backup.
2024-02-08 14:29:30 +02:00
Vlad Khorsun
79ee2d1428 This should fix bug #7996 : gbak terminates/crashes when a read error occurs during restore 2024-02-08 12:43:57 +02:00
GitHub Action
9e06b59432 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-07 20:12:13 +00:00
Dmitry Yemanov
ffb54229a4 This should fix #7995: Unexpected results after creating partial index 2024-02-07 11:06:25 +03:00
GitHub Action
367b3b4395 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-06 20:13:11 +00:00
Dmitry Yemanov
86902a69ea Fixed #7993: Unexpected results when using CASE WHEN with RIGHT JOIN 2024-02-06 11:33:52 +03:00
GitHub Action
b9049f494b increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-03 20:13:12 +00:00
Adriano dos Santos Fernandes
ffdee96f7a Run emulator in Linux for the final phase of Android build hopping for better stability.
This was not possible in the past.
2024-02-02 22:29:38 -03:00
GitHub Action
ae8de32d48 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-02 20:12:22 +00:00
Vlad Khorsun
83ed51a08b This should fix bug #7992 : Assertion (space > 0) failure during restore 2024-02-02 13:32:25 +02:00
GitHub Action
128d2e6880 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-01 20:12:37 +00:00
Adriano dos Santos Fernandes
a8c790d293 Switch Mac ARM64 build to GitHub runner and run it in all cases. 2024-02-01 07:28:43 -03:00
GitHub Action
fc7c9a1b6f increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-30 20:12:20 +00:00
AlexPeshkoff
6f393ba762 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 09:38:37 +03:00
GitHub Action
875d3c9846 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-29 20:13:15 +00:00
Dmitry Kovalenko
b11654f456
[GBAK] Correct handling of NULLs in RDB$RETURN_ARGUMENT and RDB$ARGUMENT_POSITION (#7876)
It is a fix for issue #7869
2024-01-29 19:00:52 +03:00
Vlad Khorsun
8d31b7e240 Fixed typo - let correctly check value of ParallelWorkers setting against value of MaxParallelWorkers 2024-01-29 13:24:45 +02:00
GitHub Action
6111b0f4b7 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-25 20:13:04 +00:00
Vlad Khorsun
ebc4bba2f6 Improvement #7978 : Update Windows distributions with zlib version 1.3.1 2024-01-25 21:16:30 +02:00
GitHub Action
d51e4c3cff increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-24 20:14:10 +00:00
Dmitry Yemanov
8ae12ef7ba Remove incorrect assertion 2024-01-24 17:06:41 +03:00
Dmitry Yemanov
07ab7a7dfc This should fix #7976: False validation error for short unpacked records 2024-01-24 17:05:09 +03:00
GitHub Action
86724101c9 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-23 20:14:14 +00:00
Dmitry Yemanov
5affd44b15 Hopefully, this should fix the remaining issues with invariants vs views (see #7863) 2024-01-23 16:22:27 +03:00
Dmitry Yemanov
fef5af38c4 Backport bugfix for #7921: FB5 uses PK for ordered plan even if less count of fields matching index exists 2024-01-23 15:45:57 +03:00
GitHub Action
fa3f11b9c2 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-22 20:13:47 +00:00
Vlad Khorsun
37f19bf2d9 Fixed bug #7974 : Restore of wide table can fail with "adjusting an invalid decompression length from <N> to <M>"
Commented out wrong assert.
2024-01-22 18:36:18 +02:00
TreeHunter
917f1ad5ef
Fixed bug #7962: Remove system functions from isql SHOW FUNC output (#7971)
---------

Co-authored-by: Artyom Ivanov <artyom.ivanov@red-soft.ru>
2024-01-22 18:06:49 +03:00
GitHub Action
dc900b70b7 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-16 20:14:17 +00:00
Adriano dos Santos Fernandes
7ec6de45d5 MacOS ARM64 build. 2024-01-16 07:07:48 -03:00
GitHub Action
72db1e6665 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-15 20:13:27 +00:00
AlexPeshkoff
33dc487d39 Fixed #7950: Unable to restore database when .fbk was created on host with other ICU 2024-01-15 18:23:40 +03:00
GitHub Action
3c0ad0f16a increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-14 20:13:09 +00:00
Adriano dos Santos Fernandes
84db99ea8e Fix problem with autoconf 2.72.
This has been causing instability in the MacOS build due to some
runners using that autoconf version.
2024-01-13 21:45:16 -03:00
GitHub Action
7c517414c5 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-12 20:13:49 +00:00
github-actions[bot]
d24185ed93 Update tzdata to version 2023d. (#7956)
Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
2024-01-12 08:49:36 -03:00
Dmitry Yemanov
240154939c Raise the version number 2024-01-12 14:45:28 +03:00
Vlad Khorsun
b90c02f20d Fixed bug #7873 : Wrong memory buffer alignment and IO buffer size when working in direct IO mode (#7890) 2024-01-12 13:07:21 +02:00
Vlad Khorsun
dd71073cc3 Fixed bug #7896 : replication.log remains empty (and without any error in firebird.log) 2024-01-12 13:04:43 +02:00
Vlad Khorsun
e2999cd3d7 Fixed bug #7927 : Some default values is set incorrectly for SC\CS architectures 2024-01-12 12:59:24 +02:00
Vlad Khorsun
e35437e006 FIxed bug #7899 :
Inconsistent state of master-detail occurs after RE-connect + 'SET AUTODDL OFF' + 'drop <FK>' which is ROLLED BACK
2024-01-12 12:57:41 +02:00
Vlad Khorsun
5cd7f64c11 Improvement #7928 : Make TempCacheLimit setting to be per-database, (not per-attachment) for SuperClassic. 2024-01-12 12:52:35 +02:00
AlexPeshkoff
a2723f5f06 Removed debugging traps
(cherry picked from commit b4a956ddfe)
2024-01-12 11:03:59 +03:00