firebirds
625482daed
increment build number
2020-07-24 00:02:23 +00:00
AlexPeshkoff
6367d2b5c0
Backported CORE-6367: Segfault when receiving malformed packet from network
2020-07-23 20:15:49 +03:00
firebirds
f01333d99d
increment build number
2020-07-17 00:02:21 +00:00
AlexPeshkoff
8211f7e517
Postfix for CORE-6208
2020-07-16 14:19:22 +03:00
firebirds
d4761b8806
increment build number
2020-07-16 00:02:25 +00:00
AlexPeshkoff
d3e2544b41
Fixed CORE-6362: Better diagnostic when 'Missing security context'
2020-07-15 19:46:16 +03:00
firebirds
0ec6a79167
increment build number
2020-07-14 00:02:23 +00:00
Dmitry Yemanov
a0e134503f
Fixed wrongly assigned flag value
2020-07-13 16:46:30 +03:00
hvlad
24b5f83d1c
This should fix non-MSVC builds
2020-07-13 12:49:17 +03:00
hvlad
f7c2ac9f25
Fixed bug CORE-6364 : Wrong reference counting in UDR trigger sample
2020-07-13 12:02:27 +03:00
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