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

56024 Commits

Author SHA1 Message Date
GitHub Action
0bbfbef772 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-16 20:13:15 +00:00
AlexPeshkoff
1c2f3dc85b Fix for #7556: FB Classic can hang when attempts to attach DB while it is starting to encrypt/decrypt
All checks were successful
continuous-integration/drone/push Build is passing
(cherry picked from commit 3018b8127e)
2023-05-16 17:15:58 +03:00
GitHub Action
a39b7387b6 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-09 20:15:37 +00:00
th1722
1b8c55fa27
Change min macOS (Apple M1) deployment target to 11.0 (#7578)
All checks were successful
continuous-integration/drone/push Build is passing
(cherry-picked 7a071e5)

Min macOS (Apple M1) development target supported by latest Xcode (14.3) is 11.0,
so I think that it's better to change "MACOSX_DEPLOYMENT_TARGET" and "mmacosx-version-min"
from 12.0 to 11.0.
2023-05-09 08:04:45 -03:00
GitHub Action
3e6fde383f increment build number
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/promote/packaging Build is passing
continuous-integration/drone Build is passing
continuous-integration/drone/promote/package Build is passing
2023-04-28 20:13:37 +00:00
AlexPeshkoff
3019afa0e5 Debugging enhancement - always copy shared file images to core dump
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-04-28 18:26:57 +03:00
Vlad Khorsun
3a5830d366 Fixed wrong usage of deferred packets when current protocol doesn't supports its (XNET, for example).
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-04-28 00:56:54 +03:00
Vlad Khorsun
9173b075ed Fixed bug #7558 : AV in engine when attaching to the non-existing database and non-SYSDBA trace session is running 2023-04-28 00:51:17 +03:00
GitHub Action
8fd79dcc64 increment build number
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-04-26 20:12:46 +00:00
Dmitry Yemanov
a6a2a98009 Ensure the positioned update/delete sees the actual version of record after refetch-based sorting
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-04-26 11:27:00 +03:00
GitHub Action
eeacf3369c increment build number 2023-04-21 23:09:32 +00:00
Vlad Khorsun
7f9a2a14af Avoid release of already released object.
This is missed part of older commit ef80bebc.
2023-04-21 13:33:42 +03:00
GitHub Action
41a724a3d2 increment build number 2023-04-18 23:09:44 +00:00
Adriano dos Santos Fernandes
58c7e0060e
Fix #7548 - SET BIND OF TIMESTAMP WITH TIME ZONE TO CHAR is not working with UTF8 connection charset. (#7549) 2023-04-17 21:04:46 -03:00
GitHub Action
347957a8a3 increment build number 2023-04-14 23:09:11 +00:00
AlexPeshkoff
a72aea457e Fix for #7545: Server crash on some LockMemSize values
(cherry picked from commit 0e67aa86b8)
2023-04-14 12:18:49 +03:00
GitHub Action
df3d6b8c2f increment build number 2023-04-13 23:09:21 +00:00
AlexPeshkoff
5c232cdd07 Regenerated cloop test code 2023-04-13 13:08:11 +03:00
AlexPeshkoff
04c44d5559 Warning 2023-04-13 13:03:47 +03:00
Vlad Khorsun
30b3772f79 Improvement #7542 : Compiler warnings raise when build cloop generated Firebird.pas in RAD Studio 11.3
Also, fixed AV in FbException.catchException()
2023-04-13 10:35:50 +03:00
Vlad Khorsun
c7c4990fc6 Frontported improvement #7494 : Firebird performance issue - non necessary index reads.
Also, fixed unregistered bug when scan of multi-segmented descending index with partial match and greater-than condition could miss some records.
2023-04-13 10:26:43 +03:00
GitHub Action
49efd462b0 increment build number 2023-04-10 23:09:00 +00:00
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