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

55801 Commits

Author SHA1 Message Date
5257147629 Document that Inno Setup 6.2.1 is used for packaging Windows kits.
This version has changes to further help protect against potential DLL preloading attacks when running installers or uninstallers under the SYSTEM account.
2022-07-22 13:41:38 +02:00
firebirds
a0dc06b88f increment build number 2022-07-22 00:07:08 +00:00
Vlad Khorsun
a917259ca6 Revert "Postfix for PR #6996 : Fixes for fbtrace log rotation."
This reverts commit 788ce1082b.
2022-07-21 16:31:01 +03:00
AlexPeshkoff
4c4d0b142b Fixed issues with shutdown thread, reported by Ilya Eremin privately
(cherry picked from commit dd1593b67d)
2022-07-21 14:48:08 +03:00
Dmitry Yemanov
06e9f5daae Fixed the reference 2022-07-21 14:33:58 +03:00
Dmitry Yemanov
40b49234de More additions 2022-07-21 14:29:26 +03:00
Vlad Khorsun
788ce1082b Postfix for PR #6996 : Fixes for fbtrace log rotation.
Remove mapping file after use.
2022-07-21 12:57:59 +03:00
Dmitry Yemanov
75cb6760df Additions/corrections 2022-07-21 09:32:47 +03:00
firebirds
c7e2e0e278 increment build number 2022-07-21 00:06:35 +00:00
Dmitry Yemanov
7bcef0c7d1 Update the docs 2022-07-20 13:30:42 +03:00
firebirds
836d7d4729 increment build number 2022-07-16 00:06:53 +00:00
Adriano dos Santos Fernandes
8b65748e3b EditorConfig settings for .yml files. 2022-07-14 22:10:31 -03:00
firebirds
ce15b9ef47 increment build number 2022-07-11 00:06:23 +00:00
Adriano dos Santos Fernandes
f0c7f82fb4 Update gen/msgs.h. 2022-07-10 09:28:36 -03:00
Adriano dos Santos Fernandes
04898704db Fix #7229 - ALTER COLUMN DROP IDENTITY does not reset generator name in metadata cache. 2022-07-10 09:27:07 -03:00
firebirds
514f8fe767 increment build number 2022-07-01 00:06:10 +00:00
GitHub Action
5745edd28a Misc. 2022-06-30 10:25:49 +00:00
Vlad Khorsun
dc2b2cb750 Corrections for "Windows instance conflict" handling
- don't close event handle until throwing exception
- better error message
2022-06-30 12:08:38 +03:00
firebirds
5c4f4314ed increment build number 2022-06-30 00:06:17 +00:00
AlexPeshkoff
553e84d34f Restored full diagnostic on Vlad's request 2022-06-29 17:55:08 +03:00
firebirds
8000354f9b increment build number 2022-06-29 00:06:36 +00:00
Adriano dos Santos Fernandes
09167cb29b Fixed #7222 - Dependencies of packaged functions are not tracked. 2022-06-28 08:53:39 -03:00
firebirds
aaba0e7520 increment build number 2022-06-28 00:06:37 +00:00
AlexPeshkoff
2550bf5176 Misc 2022-06-27 18:51:01 +03:00
AlexPeshkoff
ea6610a185 Docs 2022-06-27 16:44:03 +03:00
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