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

55896 Commits

Author SHA1 Message Date
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
firebirds
d63b590a2a increment build number 2022-01-29 00:07:02 +00:00
AlexPeshkoff
a01110eb0e Postfix for #7106: Wrong detection of must-be-delimited user names: avoid bugs with single-character locales 2022-01-28 17:33:48 +03:00
Dmitry Yemanov
409bd1487f Fix the remaining part of #4085: RDB information stored inconsistently after a CREATE INDEX 2022-01-28 11:53:23 +03:00
Dmitry Yemanov
5b31d847d4 Remove incorrect assertion 2022-01-28 11:53:23 +03:00
firebirds
cfaf2d3cfb increment build number 2022-01-28 00:06:58 +00:00
AlexPeshkoff
47d1e8305e Fixed #7106: Wrong detection of must-be-delimited user names 2022-01-27 14:36:40 +03:00
AlexPeshkoff
a4c675342f Fixed #7113: Wrong path in object pascal readme.md 2022-01-27 13:27:37 +03:00
Jonathan Frutos
e0452e5860
Add initial MacOS ARM support (#7116)
Co-authored-by: Jonathan Frutos <>
2022-01-26 22:57:19 -03:00
firebirds
41e233cc1a increment build number 2022-01-27 00:06:40 +00:00
Vlad Khorsun
d0c51cf36e Fixed bug #7103 : FB service hangs and can not be stopped after several 'DELETE FROM MON$STATEMENTS' being issued in order to stop ES/EDS which waits record for updating. 2022-01-26 17:06:43 +02:00
Roman Simakov
e39487175b
Fix #7087: Database downgrade via gbak may be broken (#7097)
* Fix #7087: Database downgrade via gbak may be broken

Depricate existing boolean attributes.
Add length in {put/get}_boolean functions.
Add compatibility to read depricated attributes from earlier backups.

* Fix misspellings
2022-01-26 17:29:35 +03:00
firebirds
91f2f23b1b increment build number 2022-01-26 00:06:41 +00:00
AlexPeshkoff
1de83653f0 Fixed #7099: Incomplete op_batch_cs response with TAG_MULTIERROR 2022-01-25 18:22:58 +03:00
Adriano dos Santos Fernandes
aa48149788 Fix #7112 - Avoid unload of plugins in MacOS due to problematic reload of them. 2022-01-24 21:52:13 -03:00
firebirds
2a82cf7e4a increment build number 2022-01-22 00:06:26 +00:00
Adriano dos Santos Fernandes
f7e7fe107b Postfix for #7108 - Firebird does not find an record when adding a foreign key.
Adjust multi-segmented index path.
2022-01-21 07:38:37 -03:00
Adriano dos Santos Fernandes
eec74b78b6 Fix #7108 - Firebird does not find an record when adding a foreign key. 2022-01-20 22:59:53 -03:00
firebirds
48b414ac02 increment build number 2022-01-21 00:06:16 +00:00