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

54046 Commits

Author SHA1 Message Date
Mark Rotteveel
55f35b48dd Remove Travis-ci from B3_0_Release 2022-04-30 11:50:26 +02:00
firebirds
ee1a86091b increment build number 2022-04-29 00:10:41 +00:00
fc64d259fd Whitespace 2022-04-28 18:23:47 +02:00
af985435aa Fix #7158 - Serious issue with SYSDBA user with Legacy_Auth in Windows Installer 2022-04-28 18:19:11 +02:00
firebirds
3acf0b981b increment build number 2022-04-26 00:09:37 +00:00
e10b0b864d $host.ui.RawUI.WindowTitle = $title 2022-04-25 18:02:31 +02:00
firebirds
2e60f63cfb increment build number 2022-04-08 00:11:27 +00:00
Ilya Eremin
7355176a2a Print ON DISCONNECT trigger exceptions to trace if log_errors = true 2022-04-07 13:41:36 +03:00
firebirds
4f7af0aff3 increment build number 2022-04-05 00:10:25 +00:00
AlexPeshkoff
9d0122ded9 -m 2022-04-04 20:08:59 +03:00
firebirds
548036c6b5 increment build number 2022-04-04 00:09:59 +00:00
Vlad Khorsun
0d5cb5cc7b Fixed #7161 : Update zlib to 1.2.12 2022-04-03 15:08:35 +03:00
firebirds
698a10c045 increment build number 2022-03-17 00:09:09 +00:00
Adriano dos Santos Fernandes
f9e2f7b3b1 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-16 14:55:34 -03:00
Adriano dos Santos Fernandes
117583e6f3 Add constructor to Array. 2022-03-16 14:49:53 -03:00
Adriano dos Santos Fernandes
de49ddbca0 Improvement #6872 - Indexed STARTING WITH execution is very slow with UNICODE collation. 2022-03-16 14:49:47 -03:00
firebirds
b98df5e0bc increment build number 2022-03-11 00:09:03 +00:00
AlexPeshkoff
462b824ee6 Fixed #7141: Services manager breaks long lines into 1023 bytes portions when using isc_info_svc_line in Service::query() 2022-03-10 14:13:15 +03:00
firebirds
7ee5c370a0 increment build number 2022-03-01 00:07:41 +00:00
AlexPeshkoff
b68fac8c30 Partially backported for #7138: Problems accessing database, copied from another host. 2022-02-28 16:42:07 +03:00
firebirds
0da21d7219 increment build number 2022-02-24 00:07:54 +00:00
Dmitry Yemanov
7152f0c453 This should fix #7137: Bad plan (HASH instead of JOIN) is chosen for some inner joins 2022-02-23 17:03:12 +03:00
firebirds
70357bd9d6 increment build number 2022-02-23 00:07:51 +00:00
AlexPeshkoff
83cdaeb1d5 Improved use of shutdown error codes a little 2022-02-22 20:33:09 +03:00
Dmitry Yemanov
57c24db7b9 Bump the buildno 2022-02-22 14:32:27 +03:00
AlexPeshkoff
585b2d133a Backported fix for #7122: Invalid state of mapping cache after replacement of database 2022-02-22 14:20:14 +03:00
AlexPeshkoff
f2eb41dede Backported fix for #7135: Firebird engine randomly fails when delivering mapping clear to other processes 2022-02-22 13:06:36 +03:00
AlexPeshkoff
71f1e6cf9f Fixed #7121: Mapping error when server tries to use mapping rules from database in full shutdown state 2022-02-22 12:43:50 +03:00
AlexPeshkoff
df49f56401 Fixed 2 assertions in DEV_BUILD reproted by Dmitry, dont affect releases 2022-02-22 12:02:38 +03:00
AlexPeshkoff
3f5e45a869 Fixed #7106: Wrong detection of must-be-delimited user names 2022-02-22 12:02:38 +03:00
firebirds
0349146e9c increment build number 2022-02-19 00:08:10 +00:00
Vlad Khorsun
2c201048d5 Fixed bug #7128 : Incorrect error message with isc_sql_interprete() 2022-02-18 14:52:24 +02:00
firebirds
cb94c72cbf increment build number 2022-02-09 00:08:33 +00:00
Dmitry Yemanov
118189fde1 Updated the docs 2022-02-08 19:07:13 +03:00
Dmitry Yemanov
5461fa7412 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:29:13 +03:00
Dmitry Yemanov
c4ad5afb77 Fixed #7056 (Fetching from a scrollable cursor may overwrite user-specified buffer and corrupt memory) and #7057 (Client-side positioned updates work wrongly with scrollable cursors) with a single shot 2022-02-08 14:29:13 +03:00
firebirds
35f0f1e70f increment build number 2022-02-01 00:08:13 +00:00
Dmitry Yemanov
fadb5bf17b Updated the docs 2022-01-31 09:16:50 +03:00
firebirds
2008bd1be7 increment build number 2022-01-30 00:08:33 +00:00
Vlad Khorsun
28f7743e38 Fixed bug #7119 : Database statistics service could not find existing table(s) 2022-01-29 12:18:47 +02:00
firebirds
ccdb08346c increment build number 2022-01-29 00:08:59 +00:00
Dmitry Yemanov
926881b359 Remove incorrect assertion 2022-01-28 12:31:40 +03:00
firebirds
56c2c542ab increment build number 2022-01-28 00:08:45 +00:00
Vlad Khorsun
605fa1df46 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-27 14:24:35 +02:00
firebirds
37d8937922 increment build number 2022-01-27 00:08:30 +00:00
Dmitry Yemanov
db2955094c Updated the docs 2022-01-26 16:39:00 +03:00
AlexPeshkoff
1a889698d8 Fixed #7115: Server hangs in trace code when it tries to update mapping cache 2022-01-26 13:33:04 +03:00
firebirds
44999838e7 increment build number 2022-01-26 00:08:24 +00:00
Adriano dos Santos Fernandes
8d693fa696 Fix #7112 - Avoid unload of plugins in MacOS due to problematic reload of them. 2022-01-25 06:08:05 -03:00
Adriano dos Santos Fernandes
73b67cbbcd Use clock_gettime in MacOS. 2022-01-25 06:07:36 -03:00