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

57598 Commits

Author SHA1 Message Date
GitHub Action
485d0a6ad8 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-22 20:13:54 +00:00
Adriano dos Santos Fernandes
19971fade8 Update deprecated GH action. 2024-04-22 08:25:48 -03:00
GitHub Action
eeed98ac04 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-19 20:12:53 +00:00
Vlad Khorsun
047b059ccc Fixed bug #8089 : AV when attaching database while low of free memory 2024-04-19 22:28:22 +03:00
AlexPeshkoff
66f457e69a Fixed memory statistics in debug build 2024-04-19 20:25:04 +03:00
Adriano dos Santos Fernandes
426cb08b59 Upgrade glibc to 2.28 and arm64 binutils to 2.40. 2024-04-19 08:04:57 -03:00
Adriano dos Santos Fernandes
7c1691bbeb Switch Linux docker build from ubuntu to debian. 2024-04-18 22:04:22 -03:00
Adriano dos Santos Fernandes
fc362ecb46 Update Linux build to use gcc 13.2 and binutils 2.40.
Binutils update except for arm64.
2024-04-18 22:01:53 -03:00
Adriano dos Santos Fernandes
ecaca9c82e Build cloop with -static-libstdc++. 2024-04-18 22:01:08 -03:00
GitHub Action
f5930a5bca increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-18 20:13:48 +00:00
Vlad Khorsun
6ccfd2469c Addition 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-18 18:18:10 +03:00
GitHub Action
84ac9342be increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-17 20:14:00 +00:00
Vlad Khorsun
1d96c10fe9 Fixed bug #8087 : AV when preparing a query with IN list that contains both literals and sub-query 2024-04-17 22:36:09 +03:00
Vlad Khorsun
3726cf1867 Fixed bug #8084 : Partial index uniqueness violation 2024-04-17 22:35:31 +03:00
Vlad Khorsun
cc6fe45010 Fixed bug #8085 : Memory leak when executing a lot of different queries and StatementTimeout > 0 2024-04-17 15:25:55 +03:00
GitHub Action
eba22046f4 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-16 20:13:17 +00:00
Vlad Khorsun
e8765cfb7a Update docs 2024-04-16 11:45:11 +03:00
Vlad Khorsun
d369e2ec26
Merge pull request #8080 from FirebirdSQL/work/gh-8079
Fix for bug #8079 : Engine could crash when executing some trigger(s) while another attachment modifies them
2024-04-16 11:41:48 +03:00
Vlad Khorsun
4cc3ebe37d Fixe bug #8083 : AV when writting into internal trace log 2024-04-16 11:40:51 +03:00
Adriano dos Santos Fernandes
003b2e0a77 Postfix for #8062 - CREATE IF NOT EXISTS.
Thanks to Pavel Zotov.
2024-04-15 23:20:30 -03:00
GitHub Action
4e80dde604 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-15 20:12:56 +00:00
Dmitry Yemanov
d96d26d0a1 Fixed FW=ON for the newly created database 2024-04-15 16:24:02 +03:00
GitHub Action
525c243390 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-14 23:14:48 +00:00
Adriano dos Santos Fernandes
b6eab891d5
Feature #8062 - CREATE IF NOT EXISTS. (#8072) 2024-04-14 16:32:51 -03:00
GitHub Action
aaf5fafac6 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-12 20:13:11 +00:00
Adriano dos Santos Fernandes
ff9f094895 Fix #8078 - SIMILAR TO with constant pattern using ‘|’, ‘*’, ‘?’ or ‘{0,N}’ doesn't work as expected. 2024-04-11 21:09:10 -03:00
Vlad Khorsun
a580a308c6 Fixed bug #8079 : Engine could crash when executing some trigger(s) while another attachment modifies them 2024-04-11 14:22:47 +03:00
Vlad Khorsun
0a2fb31dae Added assert to show bug #8079 2024-04-11 14:21:40 +03:00
GitHub Action
3496c5d2c7 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-04 20:13:17 +00:00
Dmitry Yemanov
a6bf34109f
Add missing synchronization to cached vectors of known pages (#8069)
* Add missing synchronization to cached vectors of known pages. Thanks to Vlad Khorsun.

* Fixed typo
2024-04-04 17:53:56 +03:00
Adriano dos Santos Fernandes
e93f6ae3f2 Make fix for #8056 not break RDB$BLOB_UTIL with segmented blobs. 2024-04-03 17:59:34 -03:00
GitHub Action
7828f48cd4 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-03 20:14:41 +00:00
Dmitry Yemanov
fa97938fbd Postfix for #7976: False validation error for short unpacked records (this time about short unpacked fragments) 2024-04-03 13:27:38 +03:00
Vlad Khorsun
6eedd0ae1b 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-03 10:38:54 +03:00
GitHub Action
6556254e01 increment build number
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-02 20:12:46 +00:00
Adriano dos Santos Fernandes
bd7c6363ea Remove unused test file. 2024-04-02 14:28:53 -03:00
Artyom Abakumov
1b44bcd2ce
PR #8059 postfix: Store temp test file in temp directory (#8065)
Co-authored-by: Artyom Abakumov <artyom.abakumov@red-soft.ru>
2024-04-02 13:20:55 -03:00
Adriano dos Santos Fernandes
73551f357e Fix #8063 - (var)char variables/parameters assignments fail in Stored Procedures with subroutines. 2024-04-02 11:09:54 -03:00
GitHub Action
8a4f6915bc increment build number
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-01 20:13:53 +00:00
Artyom Abakumov
2d8c006140
Implementation of move semantics for Firebird::string (#8059) 2024-04-01 16:39:45 +03:00
Adriano dos Santos Fernandes
f1c4e00cc4
Postfix for #7989 - Improve performance of external (UDR) functions (#8046)
* Postfix for #7989 - Improve performance of external (UDR) functions.

* Extract common functions.

* Fix profiler request time for external functions.

* Change cancellation detection for external functions.

* Move new private code to anonymous namesapce and rename functions.
2024-03-31 21:59:23 -03:00
GitHub Action
ecb3954186 increment build number
Some checks failed
continuous-integration/drone/push Build is failing
2024-03-31 20:13:20 +00:00
Dmitry Yemanov
5b21261b1c A better selectivity estimation for compound index matches in the case of missing statistics 2024-03-31 12:47:50 +03:00
Dmitry Yemanov
b0af516439 This should fix #8058: DDL-Changes in replication does not set the correct grantor 2024-03-31 12:47:50 +03:00
GitHub Action
69d0a38aea increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-25 20:13:49 +00:00
MrTeeett
56e8c6224c
Add multi-character TRIM function (#8015)
* Add multi-character TRIM function

* Follow Adriano's suggestion

Co-authored-by: Adriano dos Santos Fernandes <529415+asfernandes@users.noreply.github.com>

---------

Co-authored-by: Dmitry Yemanov <dyemanov@users.noreply.github.com>
Co-authored-by: Adriano dos Santos Fernandes <529415+asfernandes@users.noreply.github.com>
2024-03-25 19:46:05 +03:00
Dmitry Starodubov
1844491fd9
Fixed #8048: Crash with SIGBUS when there is no free space on the partition with memory-mapped files (#8051)
* 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:20:46 +03:00
GitHub Action
b1ba8594ee increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-22 20:12:47 +00:00
Vlad Khorsun
ef66a9b4d8
Merge pull request #8057 from FirebirdSQL/work/auto-update-empty-stats
Let optimizer automatically update empty index statistics for relatively small system tables
2024-03-22 10:46:16 +02:00
GitHub Action
bf5ab97a91 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-21 20:13:40 +00:00