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

53554 Commits

Author SHA1 Message Date
firebirds
233ce435c3 increment build number 2020-07-13 00:02:26 +00:00
hvlad
908cf8af89 Additional case for fix for bug CORE-6347.
Thanks to Dmitry.
2020-07-12 09:55:41 +03:00
firebirds
ec08884d03 increment build number 2020-07-12 00:02:24 +00:00
hvlad
439aab53a0 This should fix bug CORE-6347 : New connections to database server sometimes stall, when there is existing connection to database. 2020-07-11 18:22:39 +03:00
firebirds
be3454c423 increment build number 2020-07-11 00:02:27 +00:00
Adriano dos Santos Fernandes
7b5b1c0188 Fixed CORE-6358 - Adding NOT NULL column with DEFAULT value may cause default values to update when selecting or have the wrong charset. 2020-07-10 12:22:46 -03:00
firebirds
007e2b720a increment build number 2020-07-10 00:02:25 +00:00
AlexPeshkoff
ffed50db79 Fixed regression caused by previous commit - segfault when unwinding half-done attachment 2020-07-09 19:17:16 +03:00
AlexPeshkoff
bcd6ca8262 Backported fix for CORE-6360: Engine may hang due to races when starting crypt thread and simultaneous shutdown 2020-07-09 18:10:03 +03:00
AlexPeshkoff
c0b5230e9e Backported fix for CORE-6339: Detach server from security database when missing plugin data structures cause an error 2020-07-09 17:49:07 +03:00
AlexPeshkoff
66499fdbee Backported fix for CORE-6147: script with extracted metadata may fail on global mapping 2020-07-09 17:43:24 +03:00
firebirds
2f1694731a increment build number 2020-07-09 00:02:24 +00:00
Dmitry Yemanov
1c7e1dc67e Raised version number 2020-07-08 12:37:56 +03:00
Dmitry Yemanov
4bc5133ebe Some (limited) protection from exceptions raised from inside JRD_shutdown_database 2020-07-08 12:33:33 +03:00
firebirds
b5154afb6e increment build number 2020-07-08 00:02:22 +00:00
hvlad
a1116feb60 Additional fix for bug CORE-6253 : Crash caused by the locked fb_lock file
Retry attempts to initialize shared memory when truncation of shmem file was failed with ERROR_USER_MAPPED_FILE.
The case is when last process that holds shared memory and its initialization event was killed (or crashed) and
didn't released OS objects in correct order (event, file, memory mappings).
I.e. new process successfully creates event, correctly consider itself as initializator, but failed to truncate
file as it is still in use by old instance of memory mappings in killed\crashed process.
This prevents bugcheck in LM and abort() as consequence.
2020-07-07 16:11:39 +03:00
hvlad
f470a21801 Additional fix for bug CORE-6253 : Crash caused by the locked fb_lock file
Makes fb_lock_print in interactive mode to detect moment when there is no more attachments used same lock table.
In this case fb_lock_print stops own iterations and releases shared memory to not prevent future database attachments.
2020-07-07 15:57:24 +03:00
firebirds
8a0ca3d726 increment build number 2020-07-04 00:02:23 +00:00
AlexPeshkoff
6fe8d15b05 Backported CORE-6348: Wire compression causes freezes 2020-07-03 08:26:42 +03:00
firebirds
db14b155e6 increment build number 2020-07-03 00:02:25 +00:00
hvlad
1f67b03df8 This should fix bug CORE-6346 : New connection to the server hangs 2020-07-02 15:11:44 +03:00
firebirds
17a22c4dec increment build number 2020-07-01 00:02:35 +00:00
Adriano dos Santos Fernandes
5d961c0b9f Fixed CORE-6340 - Alternate quoting does not work on some particular cases. 2020-06-30 15:30:53 -03:00
firebirds
d54b13e1d8 increment build number 2020-06-30 00:02:26 +00:00
Adriano dos Santos Fernandes
45eecfc200 Misc. 2020-06-28 22:30:35 -03:00
firebirds
36b3f3e5ae increment build number 2020-06-26 08:30:29 +00:00
Dmitry Yemanov
65f4da61d1 Updated the docs 2020-06-26 11:13:20 +03:00
AlexPeshkoff
fb6b36b028 Backported CORE-6345: Server crashes on overflow of division result 2020-06-26 10:11:08 +03:00
firebirds
4becedeb01 increment build number 2020-06-26 00:03:59 +00:00
Dmitry Yemanov
8a837bd7fd Correction 2020-06-25 19:57:11 +03:00
Dmitry Yemanov
8b328f86de This should fix CORE-6343 2020-06-25 19:55:06 +03:00
firebirds
aab9125f5e increment build number 2020-06-24 00:05:07 +00:00
Dmitry Yemanov
e14f075dcb Added CORE-6295 to the docs 2020-06-23 08:20:36 +03:00
Dmitry Yemanov
650fa8a7ee Revert "CORE-6295 - Include the contents of ntrace.h in ibase.h"
This reverts commit 1390335c40.
2020-06-23 08:18:16 +03:00
firebirds
8b44338d1b increment build number 2020-06-22 00:06:04 +00:00
Dmitry Yemanov
fefed2f595 Additions to WhatsNew 2020-06-20 16:18:43 +03:00
hvlad
07a75e3534 Move declarations into namespace, force zero-based enum as Dmitry suggested. 2020-06-20 16:16:54 +03:00
hvlad
da83f29fd1 Move public declarations from ntrace.h into firebird/Interface.h. 2020-06-20 14:34:07 +03:00
Paul Reeves
1390335c40 CORE-6295 - Include the contents of ntrace.h in ibase.h 2020-06-20 12:09:04 +02:00
Paul Reeves
176f896166 This call seems to be redundant now that git is configured to check out files with the correct EOLs. 2020-06-20 12:09:04 +02:00
firebirds
9b61ec69f8 increment build number 2020-06-20 00:05:23 +00:00
Paul Reeves
75758ce442 Handle include dir separately because copy doesn't recurse. 2020-06-19 09:57:21 +02:00
Paul Reeves
8677ec8e9b misc 2020-06-19 09:43:04 +02:00
Paul Reeves
f4f5be75a5 Do a better job of cleaning B3_0_Release on windows 2020-06-19 09:38:26 +02:00
Paul Reeves
8c415c994d ignore inno setup scripts generated during packaging 2020-06-19 09:36:01 +02:00
Paul Reeves
cb7e60c199 Ignore install_images dir 2020-06-19 09:36:01 +02:00
firebirds
c8a42e324b increment build number 2020-06-18 00:05:47 +00:00
Adriano dos Santos Fernandes
20d4058801 Misc. 2020-06-17 13:57:19 -03:00
AlexPeshkoff
4e4ce2dd2b Backported CORE-6329: GBAK with service_mgr and WinSSPI authentication for Windows SYSTEM user producing error in clumplet API 2020-06-17 19:43:53 +03:00
hvlad
85e5b9b740 Fixed one more case of bug CORE-5087 : Database shutdown can cause server crash if multiple attachments run EXECUTE STATEMENT 2020-06-17 17:19:38 +03:00