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

56002 Commits

Author SHA1 Message Date
firebirds
d983abacd5 increment build number 2023-02-02 20:30:08 +00:00
AlexPeshkoff
69265201ee increment build number 2023-02-01 18:50:17 +03:00
Dmitry Yemanov
453d53d044 Postfix for #7446: never attempt to delete savepoints belonging to a different transaction 2023-02-01 11:04:40 +03:00
firebirds
d2228b5101 increment build number 2023-01-31 14:41:52 +00:00
firebirds
e026d15061 increment build number 2023-01-31 08:40:00 +00:00
firebirds
efaeb74ab3 increment build number 2023-01-30 20:41:25 +00:00
firebirds
fd68287a2d increment build number 2023-01-27 00:11:47 +00:00
Dmitry Yemanov
2ed48a62c6 Avoid random generation of field IDs, respect the user-specified order instead 2023-01-26 14:54:04 +03:00
Dmitry Yemanov
4840282f6f Implement #7425: Add REPLICA MODE to the output of the isql SHOW DATABASE command 2023-01-25 09:53:48 +03:00
Dmitry Yemanov
fa2a29d69c Minimalist fix for #6260: allow replication using the global settings only 2023-01-25 09:00:56 +03:00
firebirds
cce329b100 increment build number 2023-01-24 00:12:38 +00:00
Adriano dos Santos Fernandes
1c06ca4170 Fixed #7456 - Impossible drop function in package with name of PSQL-function.
Regression introduced in 43574d1588.
2023-01-23 08:10:56 -03:00
firebirds
903ea8491a increment build number 2023-01-14 00:11:56 +00:00
AlexPeshkoff
07d282c59a Code cleanup related with #7446: Attempt to use data in destroyed transaction pool
(cherry picked from commit 799a0a6823)
2023-01-13 18:53:39 +03:00
AlexPeshkoff
542a3dd62e Fixed #7446: Attempt to use data in destroyed transaction pool
(cherry picked from commit 6c431cb465)
2023-01-13 18:53:39 +03:00
Dmitry Yemanov
923b7e12ed Better scope for RAII holder and error handling. 2023-01-13 12:21:55 +03:00
firebirds
75f3c367e8 increment build number 2023-01-08 00:10:44 +00:00
aleksey.mochalov
8e456452f0 Fix resetting and accidental key damaging/deleting FB4 port (#7415)
This should add key correctness check in case of resetting encryption key on Classic server with multiple attachments, and fix hanging Super server in case of accidental key damaging/deleting
2023-01-07 20:22:20 +03:00
firebirds
2e855a0360 increment build number 2023-01-06 00:10:43 +00:00
Vlad Khorsun
d8f031c320 Update zlib to 1.2.13, see #7437 2023-01-05 18:42:13 +02:00
firebirds
72a12dca90 increment build number 2022-12-14 00:11:11 +00:00
AlexPeshkoff
7ccbceead6 Postfix for #7418: Reliability of plugin manager; better error handling during plugin registration, removed limit on length of registration name 2022-12-13 20:04:13 +03:00
firebirds
801bac7da0 increment build number 2022-12-10 00:11:31 +00:00
AlexPeshkoff
36deb0037f Implemented #7418: Reliability of plugin manager 2022-12-09 18:47:38 +03:00
firebirds
4a38ab757b increment build number 2022-12-09 00:11:20 +00:00
AlexPeshkoff
a08d1f1dc0 Fixed assertion in windows build 2022-12-08 18:03:41 +03:00
firebirds
720c3e1ae4 increment build number 2022-12-03 00:10:32 +00:00
AlexPeshkoff
23db10b645 Fixed #4729: Grant and Revoke update (field)
(cherry picked from commit 741712e2d3)
2022-12-02 20:24:24 +03:00
AlexPeshkoff
027d96c7c0 Fixed #7402: Server crashes on startup error
(cherry picked from commit 3792ba4a7b)
2022-12-02 14:44:44 +03:00
firebirds
37e338430f increment build number 2022-12-02 00:10:26 +00:00
Dmitry Yemanov
a231def8eb Fixed possible lookup problems for INTL strings in unique indices 2022-12-01 17:32:07 +03:00
firebirds
31a47dbc20 increment build number 2022-12-01 13:24:37 +00:00
github-actions[bot]
d3726e636c
Update tzdata to version 2022g. (#7404)
Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
2022-12-01 08:38:46 -03:00
firebirds
42b314ca4a increment build number 2022-11-27 00:10:15 +00:00
Adriano dos Santos Fernandes
1ba34b9402 Use original action after my changes went upstream. 2022-11-25 22:14:58 -03:00
firebirds
633a009cb4 increment build number 2022-11-25 00:10:06 +00:00
AlexPeshkoff
3c56096e8c Debugging feature - put shared memory image into core dump
(cherry picked from commit 6cc18820b5)
2022-11-24 18:42:56 +03:00
firebirds
dd4fe3a0f7 increment build number 2022-11-23 00:09:36 +00:00
AlexPeshkoff
9ca3c13399 Fixed #7393: Access violation after double fault in attachDatabase(). 2022-11-22 19:35:07 +03:00
firebirds
2824309715 increment build number 2022-11-16 00:09:04 +00:00
Vlad Khorsun
1ea564ff0d Use correct Windows SDK version 2022-11-15 12:59:52 +02:00
firebirds
f68682032a increment build number 2022-11-12 00:08:29 +00:00
Vlad Khorsun
c1580ff56c This should fix bugs
#7379: BLOB_APPEND with existing blob accepts malformed string, and
#7380: Aliased blob variable with less restrictions makes text blob accept malformed string through BLOB_APPEND
2022-11-11 15:20:28 +02:00
firebirds
e6045062bb increment build number 2022-11-05 00:09:29 +00:00
Adriano dos Santos Fernandes
efbee83ce4 Add Linux and MacOS v4 snapshots to https://github.com/FirebirdSQL/snapshots/releases/tag/snapshot-v4.0. 2022-11-03 23:07:39 -03:00
firebirds
dc0c4e764a increment build number 2022-11-04 00:09:32 +00:00
AlexPeshkoff
e3447da4cd Fixed #7357: lock manager error when connect a Firebird 3.0 database more than once using Classic/SuperClassic Firebird 4.0 service 2022-11-03 18:34:56 +03:00
AlexPeshkoff
648aa3d487 Renamed variable 2022-11-03 13:34:58 +03:00
firebirds
422fada53d increment build number 2022-11-03 00:09:29 +00:00
AlexPeshkoff
39ce8ba80c Fixed #7370: Segfault under OOM conditions 2022-11-02 20:17:19 +03:00