AlexPeshkoff
9e413dc3e9
Fixed build after backporting fix for #7160 : Missing checkout in trace manager when performing user mapping may cause server hang
2022-04-04 19:47:55 +03:00
AlexPeshkoff
8abb672753
Reworked fix for #7160 : Missing checkout in trace manager when performing user mapping may cause server hang
2022-04-04 19:41:55 +03:00
AlexPeshkoff
5ffc9265c7
Attempt to fix #7160 : Missing checkout in trace manager when performing user mapping may cause server hang
2022-04-04 19:41:55 +03:00
firebirds
8d2c585fb9
increment build number
2022-04-04 00:07:56 +00:00
Vlad Khorsun
aeb9ec58de
Fixed #7161 : Update zlib to 1.2.12
2022-04-03 14:39:46 +03:00
firebirds
a47f7f4f98
increment build number
2022-03-26 00:09:21 +00:00
Vlad Khorsun
c0188012d1
Adjust debug messages to avoid false failures of some fbt tests.
2022-03-25 19:58:28 +02:00
firebirds
a416d2b3e1
increment build number
2022-03-20 00:07:07 +00:00
Adriano dos Santos Fernandes
5db2e656aa
Remove deprecated GitHub Actions Windows 2016 environment.
2022-03-19 15:07:27 -03:00
asfernandes
175731177f
Update tzdata to version 2022a.
2022-03-19 14:34:12 -03:00
firebirds
40b7886605
increment build number
2022-03-18 00:12:32 +00:00
Adriano dos Santos Fernandes
097ad176ac
Misc.
2022-03-17 15:31:16 -03:00
Adriano dos Santos Fernandes
86b53e99df
Improvement #7093 and fix for #7094 and #7140 .
...
- #7093 - Improve indexed lookup speed of strings when the last
keys characters are part of collated contractions.
- #7094 - Incorrect indexed lookup of strings when the last keys
characters are part of collated contractions and there is
multi-segment insensitive descending index.
- #7140 - Wrong select result in case of special sort character.
2022-03-17 15:31:16 -03:00
Adriano dos Santos Fernandes
48b21c5bdd
Add constructor to Array.
2022-03-16 15:05:55 -03:00
firebirds
6d88ff8ae7
increment build number
2022-03-11 00:07:07 +00:00
AlexPeshkoff
196b08a677
Fixed #7141 : Services manager breaks long lines into 1023 bytes portions when using isc_info_svc_line in Service::query()
2022-03-10 14:08:04 +03:00
firebirds
d177e27d55
increment build number
2022-03-09 00:08:05 +00:00
Dmitry Yemanov
4544efce1a
This should fix #7150 : Replication not restarting after network failure. Minor adjustments regarding replication startup errors
2022-03-08 13:33:36 +03:00
firebirds
a31c7d1b55
increment build number
2022-03-05 00:07:32 +00:00
Dmitry Yemanov
a42f7026ce
Increment release number
2022-03-04 16:59:06 +03:00
firebirds
c02154bb10
increment build number
2022-03-02 00:07:41 +00:00
AlexPeshkoff
c3208c56b9
Fixed #7139 : With multiple trace sessions user may receive trace events related to engine's requests
...
(cherry picked from commit 9814fd6145
)
2022-03-01 18:27:59 +03:00
firebirds
26016b05ee
increment build number
2022-03-01 00:06:12 +00:00
AlexPeshkoff
14ca8746e7
Fixed #7138 : Problems accessing database, copied from another host.
...
(cherry picked from commit 44fc1289dd
)
2022-02-28 16:43:53 +03:00
703d0d1fa1
Add support for testing scripted client and devinst installs
...
Update documentation
Fix miscellaneous bugs.
2022-02-28 12:46:58 +01:00
firebirds
b24375b3f1
increment build number
2022-02-24 00:06:18 +00:00
Dmitry Yemanov
77013e3fc5
This should fix #7137 : Bad plan (HASH instead of JOIN) is chosen for some inner joins
2022-02-23 17:04:13 +03:00
Vlad Khorsun
dab592a853
Fixed build with MSVC 17.1
...
Assume _MSC_VER will be increased to be >= 2000 when\if VC CRT library get new version number in suffix.
2022-02-23 10:34:57 +02:00
firebirds
be4e2ce065
increment build number
2022-02-23 00:06:12 +00:00
AlexPeshkoff
959bc38402
Improved use of shutdown error codes a little
2022-02-22 20:22:41 +03:00
firebirds
28e32b3a58
increment build number
2022-02-21 00:05:55 +00:00
AlexPeshkoff
480f11dd45
This should fix #7135 : Firebird engine randomly fails when delivering mapping clear to other processes
2022-02-20 18:58:26 +03:00
firebirds
4efc13d9a8
increment build number
2022-02-19 00:06:26 +00:00
Vlad Khorsun
f92e08adb5
Fixed bug #7128 : Incorrect error message with isc_sql_interprete()
2022-02-18 15:22:19 +02:00
firebirds
03f9599693
increment build number
2022-02-17 00:06:49 +00:00
Vlad Khorsun
8a973c8c47
This should fix bug #7134 : Firebird 4: Database page errors directly after gbak, which dissappear after some calls of gfix
2022-02-16 22:46:51 +02:00
Aleksei Mochalov
021cab2cc4
Fix #7129 alter package SQL SECURITY option reset
2022-02-16 15:10:55 +03:00
firebirds
5e7bd059a8
increment build number
2022-02-10 00:06:48 +00:00
AlexPeshkoff
816319dca2
Avoid conflicts with previous versions in shared memory, postfix for #7122 : Invalid state of mapping cache after replacement of database
2022-02-09 13:52:57 +03:00
firebirds
262d65340f
increment build number
2022-02-09 00:06:48 +00:00
AlexPeshkoff
f53c9c120c
Postfixes for #7122 : Invalid state of mapping cache after replacement of database
2022-02-08 15:44:34 +03:00
Dmitry Yemanov
6382534481
Backported #3357 (Bad execution plan if some stream depends on multiple streams via a function) and its kissing cousin #7118 (Chained JOIN USING across the same column names may be optimized badly)
2022-02-08 14:31:56 +03:00
firebirds
9a3597a040
increment build number
2022-02-04 00:06:17 +00:00
Roman Simakov
026a84f02b
Add shift to DDL object type while restoring backup of prior version. In version 5 this constants are going to be refactored.
2022-02-03 15:16:51 +03:00
firebirds
ec5ebafcb4
increment build number
2022-02-02 00:06:38 +00:00
AlexPeshkoff
c7f3433837
Fixed #7122 : Invalid state of mapping cache after replacement of database
2022-02-01 19:23:42 +03:00
firebirds
7e14228143
increment build number
2022-02-01 00:06:30 +00:00
AlexPeshkoff
ba78d91338
Fixed 2 assertions in DEV_BUILD reproted by Dmitry, dont affect releases
2022-01-31 16:54:07 +03:00
firebirds
fa8b2a33d4
increment build number
2022-01-30 00:06:45 +00:00
Vlad Khorsun
b793c488cb
Fixed bug #7119 : Database statistics service could not find existing table(s)
2022-01-29 12:24:41 +02:00