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

56002 Commits

Author SHA1 Message Date
Vlad Khorsun
e8418363b3
Merge pull request #7543 from FirebirdSQL/work/legacy_names
Backport improvement #7213 : Use Windows private namespace for kernel…
2023-04-10 21:31:36 +03:00
Vlad Khorsun
6cb229785a Backport improvement #7213 : Use Windows private namespace for kernel objects used in server-to-server IPC.
Backport fix for bug #7535 : High CPU usage connect to Firebird 3 database using Firebird 4 Classic and SuperClassic service.
Implement new setting UseLegacyKernelObjectsNames for backward compatibility.
Preserve Win32 build compatibility with WinXP.
2023-04-07 13:41:20 +03:00
GitHub Action
c50ed20db2 increment build number 2023-04-05 23:08:11 +00:00
Vlad Khorsun
83a67f32d7 Improvement #7539 : RDB$GET/SET_CONTEXT(): enclosing in apostrophes or double quotes of a missed namespace/variable will made output more readable 2023-04-05 11:14:10 +03:00
GitHub Action
aa6fd90b8c increment build number 2023-04-03 23:09:21 +00:00
Vlad Khorsun
533ff1de63 Fixed bug #7537 : Wrong name in error message when unknown namespace is passed into RDB$SET_CONTEXT() 2023-04-03 13:21:39 +03:00
AlexPeshkoff
dba1a65973 "virtual" and "override" should not be used together because "override" imply virtual method. Thanks to DS 2023-04-03 12:32:02 +03:00
firebirds
fa18503596 increment build number 2023-03-31 20:37:19 +00:00
AlexPeshkoff
45788117b1 Postfix for #7510: Firebird regularly crashes soon after unload of udr_engine plugin; never release statis instance of SystemEngine
(cherry picked from commit afcb9b563f)
2023-03-31 18:49:23 +03:00
firebirds
ec47931cd3 increment build number 2023-03-30 20:35:32 +00:00
AlexPeshkoff
5e3b5acec5 Suggested fix for #7514: Segfault when detaching after deleting shadow on Classic 2023-03-30 18:57:36 +03:00
github-actions[bot]
5657b0b0d0
Update tzdata to version 2023c. (#7528)
Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
2023-03-30 08:21:00 -03:00
Vlad Khorsun
476d028596 Fixed bug #7499 : Problem with restore 2023-03-29 23:36:13 +03:00
firebirds
0faaf44b53 increment build number 2023-03-29 10:38:58 +00:00
Dmitry Yemanov
b685e45077 Fixed #7517: Successful compiling of procedure with wrong PLAN(s) used by some of its statement(s) 2023-03-28 08:17:01 +03:00
github-actions[bot]
93a6057b4b
Update tzdata to version 2023b. (#7515)
Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
2023-03-25 08:33:01 -03:00
github-actions[bot]
29224dfb43
Update tzdata to version 2023a. (#7512)
Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
2023-03-24 19:14:40 -03:00
firebirds
5c9547d4cb increment build number 2023-03-22 20:35:21 +00:00
AlexPeshkoff
aed9464ddc Fixed #7510: Firebird regularly crashes soon after unload of udr_engine plugin 2023-03-22 17:07:02 +03:00
AlexPeshkoff
bc93b7b61e Fixed const correctness in pointer holding classes 2023-03-22 16:27:56 +03:00
firebirds
ed55f46b84 increment build number
Some checks reported errors
continuous-integration/drone Build is passing
continuous-integration/drone/promote/testing Build was killed
2023-03-17 20:35:13 +00:00
AlexPeshkoff
017f313073 Postfix for #7296: During shutdown op_disconnect may be sent to invalid handle; fixed segfault caused by too early destroyed port_context 2023-03-17 20:09:25 +03:00
AlexPeshkoff
6324d9cece Revert "An attempt to fix #7504: Segfault when closing SQL statement in remote provider during shutdown"
This reverts commit bb787acf13.
2023-03-17 19:40:25 +03:00
firebirds
565f67ebb9 increment build number 2023-03-14 20:36:08 +00:00
AlexPeshkoff
bb787acf13 An attempt to fix #7504: Segfault when closing SQL statement in remote provider during shutdown 2023-03-14 17:51:54 +03:00
firebirds
eb4dbb1465 increment build number 2023-03-10 20:34:51 +00:00
Vlad Khorsun
d373b673db Fixed bug #7501 : Precision of standalone unit may differ from packaged one in SQL dialect 1 2023-03-10 21:54:52 +02:00
firebirds
2db71621f3 increment build number 2023-03-09 20:34:51 +00:00
AlexPeshkoff
6ada476eed Fixed #7488: Invalid real to string cast 2023-03-09 20:22:41 +03:00
firebirds
0b5bd23cd2 increment build number 2023-03-04 20:34:07 +00:00
Adriano dos Santos Fernandes
041a303479 Postfixes for #7482:
- Fix wrong implementation of nullable flag
2023-03-03 20:49:44 -03:00
firebirds
829e3240c9 increment build number 2023-03-03 20:34:09 +00:00
Vlad Khorsun
7b6f1edabb Backport fix for bug #7482 : Result of blob_append(null, null) (literal '<null>') is not shown 2023-03-03 14:05:15 +02:00
firebirds
56f4dc52dd increment build number 2023-02-27 20:34:51 +00:00
Adriano dos Santos Fernandes
b9d168329c Fix #7484 - External engine SYSTEM not found. 2023-02-27 08:13:24 -03:00
firebirds
4b0e96a5eb increment build number 2023-02-18 20:36:13 +00:00
Adriano dos Santos Fernandes
da83e4728c Fix #7472 - Window functions may lead to crash interacting with others exceptions. 2023-02-18 15:04:20 -03:00
firebirds
5296ca6d13 increment build number 2023-02-14 20:35:50 +00:00
AlexPeshkoff
9147d0d7a0 Backported #7444: isql 5.x crashes when executing test from QA suite
Some checks reported errors
continuous-integration/drone Build is passing
continuous-integration/drone/promote/testing Build was killed
2023-02-14 13:09:19 +03:00
Dmitry Yemanov
86cd782319 More reliable cleanup for the applier. This should fix replicator crashes after replica shutdown. 2023-02-14 08:11:16 +03:00
firebirds
9e335d50a4 increment build number 2023-02-13 20:36:50 +00:00
AlexPeshkoff
d85e3d5e8d Fixed #7473: Client application crash when processing callback requests from server during attachDatabase
(cherry picked from commit e1801225db)
2023-02-13 17:58:43 +03:00
firebirds
acd80f3295 increment build number
All checks were successful
continuous-integration/drone Build is passing
2023-02-08 20:36:25 +00:00
AlexPeshkoff
96aad0d6c8 Backported #7468: Add switch to control in guardian timeout before killing firebird server process 2023-02-08 11:23:56 +03:00
firebirds
aff28ea9eb increment build number 2023-02-07 20:36:59 +00:00
AlexPeshkoff
aabae5c5a8 Fixed #7371: Various errors (fatal lock manager error, pthread_mutex_destroy failed) caused by races when opening/closing database 2023-02-07 19:34:59 +03:00
AlexPeshkoff
5c18a21708 Postfix for #7465: Restore success illegally reported when gbak was unable to activate all indices; syntax 2023-02-07 13:46:42 +03:00
AlexPeshkoff
370209f4c0 Fixed #7465: Restore success illegally reported when gbak was unable to activate all indices
(cherry picked from commit edb12d93a5)
2023-02-07 12:53:14 +03:00
firebirds
f23db8c9fe increment build number 2023-02-03 20:35:58 +00:00
AlexPeshkoff
8d84de27d5 Fixed #7467: simple sql crashes firebird: select cast(rdb$db_key as integer) from rdb$database
(cherry picked from commit 93cf19eeaa)
2023-02-03 17:48:29 +03:00