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

55826 Commits

Author SHA1 Message Date
firebirds
b3892627f8 increment build number 2022-06-27 00:06:21 +00:00
Vlad Khorsun
f7f65a1c69 Attempt to fix recent crashes in oltp-emul test. 2022-06-26 11:23:54 +03:00
firebirds
181e72234a increment build number 2022-06-25 00:06:45 +00:00
AlexPeshkoff
77118ed5fb Backported fix for #6947: Query to mon$ tables does not return data when the encryption/decryption thread is running 2022-06-24 17:59:46 +03:00
Ilya Eremin
d9d3c6cf65 Fix a bug when it was not allowed to execute DROP PACKAGE BODY for a package with a procedure even if a user has DROP ANY PACKAGE privilege 2022-06-23 22:20:05 -03:00
firebirds
a06ca6da78 increment build number 2022-06-24 00:07:13 +00:00
Vlad Khorsun
95b8623adb Improvement #6730 : Trace: provide ability to see STATEMENT RESTART events (or their count) [CORE6500].
Implemented new trace event: EXECUTE_STATEMENT_RESTART.
2022-06-23 22:51:58 +03:00
Vlad Khorsun
98a375720f Improvement #7208: Trace: provide performance statistics for DDL statements.
Also, enables tracing of user SET TRANSACTION, COMMIT, ROLLBACK statements and hides internal SQL statements run by the engine itself.
2022-06-23 19:01:17 +03:00
Adriano dos Santos Fernandes
05f0cb266a Backport improvement #7038 - Improve performance of STARTING WITH with insensitive collations. 2022-06-23 08:51:44 -03:00
Adriano dos Santos Fernandes
9d47552fde Fix #7202 - ISQL -ch utf8 (Windows only): either silently quits to OS or issues non-expected 'malformed string' when non-ascii character occurs in the typed command. 2022-06-23 08:35:45 -03:00
Alexander Peshkov
5d0fd12985 Fix for #7147: Problems with use of big timeout (or no timeout at all) in trace service (#7148) 2022-06-22 18:12:23 +03:00
firebirds
e9d0c3c382 increment build number 2022-06-21 00:06:48 +00:00
Vlad Khorsun
294ba14203
Merge pull request #6983 from FirebirdSQL/work/blob_append
New built-in function BLOB_APPEND
2022-06-20 14:42:56 +03:00
firebirds
31a2df2a28 increment build number 2022-06-16 00:05:46 +00:00
Adriano dos Santos Fernandes
060329465d Fix Windows empbuild Debug build. 2022-06-15 16:45:34 -03:00
firebirds
764d4c5d06 increment build number 2022-06-15 00:06:16 +00:00
AlexPeshkoff
0390876605 Small memory leak in gpre-preprocessed modules
(cherry picked from commit ba3928672c)
2022-06-14 13:51:56 +03:00
AlexPeshkoff
3f76a1da7b Fix for #7188: Memory leak when using multi-database transactions
(cherry picked from commit 055ec89b6a)
2022-06-14 13:51:56 +03:00
AlexPeshkoff
65942f0a90 Fixed small and rare memory leaks related with 7204
(cherry picked from commit df959d04bc)
2022-06-14 13:51:56 +03:00
firebirds
889fc2e117 increment build number 2022-06-10 00:06:21 +00:00
AlexPeshkoff
0b73235662 Fixed #7204: Segfault in gbak when restoring broken backup file over the wire
(cherry picked from commit 7d9f9f20f6)
2022-06-09 11:33:32 +03:00
firebirds
552d363e5a increment build number 2022-06-09 00:06:38 +00:00
Dmitry Starodubov
7441008d24 Corrected determining of relation's security class for checking access rights to BLOB. 2022-06-08 11:45:12 +03:00
firebirds
a376a56b79 increment build number 2022-06-08 00:06:21 +00:00
AlexPeshkoff
523199c2a3 Fixed #7200: DROP DATABASE lead FB to hang if it is issued while DB encrypting/decrypting is in progress
(cherry picked from commit 31807ead87)
2022-06-07 16:50:00 +03:00
AlexPeshkoff
f86f4edb52 Backported fix for #7199: Various errors (strange messages in firebird.log, segfaults) with high rate of attach/detach database operations 2022-06-07 10:20:15 +03:00
firebirds
b4d218e5a7 increment build number 2022-06-02 00:06:20 +00:00
AlexPeshkoff
0365623859 Fixed #7197: Segfault in linux CS after successful detach from database 2022-06-01 20:33:32 +03:00
firebirds
e434be05b6 increment build number 2022-06-01 00:06:20 +00:00
Dmitry Yemanov
3de23302c6 Avoid reporting an error if it happens due to process termination (provider shutdown). The logic generally follows the one inside fbsvcmgr. 2022-05-31 12:07:44 +03:00
firebirds
e3eb2f363a increment build number 2022-05-25 00:08:24 +00:00
AlexPeshkoff
462f40ca9d Avoid races in mapping clear delivery init/fini under high load
(cherry picked from commit ed126e2e60)
2022-05-24 14:20:27 +03:00
AlexPeshkoff
a8e7100ef2 Implemented #7194: Make it possible to avoid fbclient dependency in pascal programs using firebird.pas
(cherry picked from commit 06cb1751ab)
2022-05-24 13:34:34 +03:00
firebirds
16bd242a8d increment build number 2022-05-24 00:07:35 +00:00
aleksey.mochalov
c96ed704cf Fixes #7191: set failure exit code after exception caught in gstat routine
(cherry picked from commit 778b6a43de)
2022-05-23 16:09:08 +03:00
firebirds
ff5e5cf102 increment build number 2022-05-20 00:08:29 +00:00
aleksey.mochalov
b055b4f619 Fix for #7178: gather DEFAULT roles granted to PUBLIC user along with roles granted to user directly 2022-05-19 14:00:23 -03:00
firebirds
344f5c1e55 increment build number 2022-05-19 00:09:00 +00:00
Adriano dos Santos Fernandes
3d8b3cb305 Postfix for #7179 - Wrong error message - "string right truncation. expected length 30, actual 30". 2022-05-18 18:07:17 -03:00
AlexPeshkoff
93a82599c7 Fixed #7184: gbak output not flushing
(cherry picked from commit 6a81088aa3)
2022-05-18 13:53:52 +03:00
firebirds
33941c22b8 increment build number 2022-05-12 00:07:44 +00:00
Adriano dos Santos Fernandes
43769c4ece Fix #7179 - Wrong error message - "string right truncation. expected length 30, actual 30" 2022-05-11 15:00:49 -03:00
firebirds
eb7187ced5 increment build number 2022-05-06 00:08:18 +00:00
Adriano dos Santos Fernandes
95f8bec431 Fix #7176 - Incorrect error "Invalid token. Malformed string." with union + blob + non utf8 varchar. 2022-05-05 08:26:28 -03:00
firebirds
aeeb8b20f0 increment build number 2022-05-01 00:08:15 +00:00
Mark Rotteveel
5b096be3d5 Remove Travis-ci from v4.0-release 2022-04-30 11:57:59 +02:00
firebirds
110a49b7b6 increment build number 2022-04-13 00:08:13 +00:00
Adriano dos Santos Fernandes
5d89d93963 Fix #7123 - ISQL does not extract "INCREMENT BY" for IDENTITY column. 2022-04-12 14:42:52 -03:00
Adriano dos Santos Fernandes
18dea51997 Postfix for #7168 - use same logic of errors/warnings of functions in procedures. 2022-04-12 09:53:27 -03:00
Adriano dos Santos Fernandes
bbd12925b1 Fix #7168 - Ignore missing UDR libraries during restore. 2022-04-12 09:53:22 -03:00