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

56071 Commits

Author SHA1 Message Date
AlexPeshkoff
fec791015e Misc 2022-06-27 18:49:57 +03:00
AlexPeshkoff
96164aba77 Docs 2022-06-27 16:43:29 +03:00
Vlad Khorsun
60de96d715 Fixed bug: gbak backup could hung when Ctrl-C pressed.
Thanks to Alex who reported it.
2022-06-27 15:11:27 +03:00
firebirds
5eea2fd176 increment build number 2022-06-27 00:05:29 +00:00
Vlad Khorsun
36200de471 Attempt to fix recent crashes in oltp-emul test. 2022-06-26 11:22:12 +03:00
Vlad Khorsun
c890589b67 Don't print batch creation error even in DEBUG build to please TCS. 2022-06-26 09:52:46 +03:00
Adriano dos Santos Fernandes
c56f6e03c6 Fix #6807 - Regression in FB 4.x : "Unexpected end of command" with incorrect line/column info. 2022-06-25 22:12:33 -03:00
firebirds
d036420a94 increment build number 2022-06-26 00:05:21 +00:00
Vlad Khorsun
e455ca90fa This should fix failed TCS tests reported by Adriano in fb-devel. 2022-06-26 02:10:53 +03:00
Adriano dos Santos Fernandes
77e8ec0a30 Fix #6869 - Domain CHECK-expression can be ignored when we DROP objects that are involved in it. 2022-06-25 17:49:13 -03:00
firebirds
572c71709b increment build number 2022-06-25 00:05:39 +00:00
Ilya Eremin
c1f948321f 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:55 -03:00
firebirds
371dd3a21d increment build number 2022-06-24 00:06:05 +00:00
AlexPeshkoff
ed3b32ff4f Postfix for #6947: Query to mon$ tables does not return data when the encryption/decryption thread is running: make it reliably work in classic server mode (not only SS) 2022-06-23 14:31:04 +03:00
firebirds
dddf482b9e increment build number 2022-06-23 00:06:14 +00:00
Alexander Peshkov
95759d5b82
Fix for #7147: Problems with use of big timeout (or no timeout at all) in trace service (#7148) 2022-06-22 18:01:29 +03:00
Vlad Khorsun
ed6369e04f Fixed bug shown by fbt test bugs.core-1063.
Its caused by too small io buffer size (8KB) read from backup file of old format.
2022-06-22 11:31:47 +03:00
Vlad Khorsun
c1cf9585d3
Merge pull request #7216 from FirebirdSQL/work/blob_append_v5
New built-in function BLOB_APPEND
2022-06-22 09:39:27 +03:00
firebirds
5e148f778d increment build number 2022-06-22 00:06:01 +00:00
Vlad Khorsun
a5d716b59a New built-in function BLOB_APPEND 2022-06-21 17:09:30 +03:00
Adriano dos Santos Fernandes
8f8fdfa6e5 Fix build with VS build tools instead of Visual Studio. 2022-06-21 07:30:52 -03:00
Vlad Khorsun
6325174cfc
Merge pull request #7212 from FirebirdSQL/work/parallel_v5
Work/parallel v5
2022-06-21 11:46:49 +03:00
Vlad Khorsun
cc49a3728e This should fix double deallocation of sort block when duplicates found while unique index is built by few threads.
Note, sort blocks should be deleted under task's mutex protection.
It is already done in ~IndexCreateTask::Item().
2022-06-21 11:12:50 +03:00
Adriano dos Santos Fernandes
e325e1612f Update VS docker build to 16.11.16. 2022-06-20 23:02:46 -03:00
firebirds
50a86099fe increment build number 2022-06-21 00:05:48 +00:00
AlexPeshkoff
34fbf4c71c Postfix for #7165: Provide ability to see in the trace log events related to missing security context; fixed deadlock in CS found with regular tests run 2022-06-20 20:10:39 +03:00
Vlad Khorsun
0c1024345c
Merge pull request #7213 from FirebirdSQL/work/WinPrivateNS
Use Windows private namespace for kernel objects used in server-to-server IPC.
2022-06-20 15:30:27 +03:00
Vlad Khorsun
81ff82feb1 Added alignas as Adriano suggest. 2022-06-20 14:35:08 +03:00
Vlad Khorsun
1ce283a004 Fixed typo. Thanks to Adriano. 2022-06-20 14:03:05 +03:00
Adriano dos Santos Fernandes
d76d77a10f 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-20 07:39:39 -03:00
firebirds
4c79ac4383 increment build number 2022-06-18 00:05:46 +00:00
Vlad Khorsun
4d22040f90 Fixed docs according to Adriano comments. 2022-06-17 22:07:33 +03:00
Vlad Khorsun
d0e33f118a Use Windows private namespace for kernel objects used in server-to-server IPC.
It allows to synchronize processes across different windows sessions.
2022-06-17 21:56:28 +03:00
ac104845d1 Use correct path to redistributables 2022-06-17 19:33:12 +02:00
d7128b5701 Remove dependencies upon a specific version of Visual Studio 2022-06-17 18:07:25 +02:00
a9ff4ac78d Bring the windows packaging up-to-date (but still WIP) 2022-06-17 18:06:34 +02:00
371cd3a01d Rework windows build process
All code detecting the version of Visual Studio to use
is now in setenvvar.bat.

run_all.bat has a new feature - TESTENV which will print out
the environment that will be used for the build and then quit.
2022-06-17 18:05:38 +02:00
Vlad Khorsun
5edefaba91 Merge branch 'master' into work/parallel_v5 2022-06-17 10:41:29 +03:00
firebirds
1fcace0767 increment build number 2022-06-17 00:06:04 +00:00
AlexPeshkoff
fda4859a50 Reworked (hopefully became better) fix for #7165: Provide ability to see in the trace log events related to missing security context 2022-06-16 21:32:58 +03:00
Vlad Khorsun
7d271e9e24 Documentation. 2022-06-16 18:48:10 +03:00
firebirds
fb855aa967 increment build number 2022-06-16 00:04:57 +00:00
Vlad Khorsun
889ff29299 Detach idle worker attachments after 60 seconds of inactivity to free system resources and metadata locks.
Also, publish worker attachments for monitoring.
2022-06-15 17:05:18 +03:00
AlexPeshkoff
7a3adffde7 Fix for #7165: Provide ability to see in the trace log events related to missing security context 2022-06-15 11:10:30 +03:00
firebirds
8663a346b7 increment build number 2022-06-15 00:05:16 +00:00
AlexPeshkoff
ba3928672c Small memory leak in gpre-preprocessed modules 2022-06-14 13:49:58 +03:00
firebirds
a738b2aab4 increment build number 2022-06-10 00:05:26 +00:00
AlexPeshkoff
055ec89b6a Fix for #7188: Memory leak when using multi-database transactions 2022-06-09 20:52:03 +03:00
Vlad Khorsun
25ddf6750d Missed piece for ancient backups and some misc stuff. 2022-06-09 18:55:18 +03:00
Vlad Khorsun
8450cc65a1 DIRECT_IO now works for restore too.
Also, fixed bug in backup introduced by recent change.
2022-06-09 18:54:09 +03:00