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

57668 Commits

Author SHA1 Message Date
GitHub Action
5e5ae686b7 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-02 20:18:28 +00:00
Adriano dos Santos Fernandes
aacc981b85
Merge pull request #8273 from FirebirdSQL/work/public-headers
Reorganize public headers
2024-10-02 06:44:49 -03:00
GitHub Action
b50103f0a8 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-30 20:17:06 +00:00
Vlad Khorsun
f62f1336e2
Merge pull request #8274 from FirebirdSQL/work/win_sspi_reconnect
If client fails to connect using Win_SSPI plugin with Negotiate security package, try again using NTLM security package.
2024-09-30 22:40:41 +03:00
Andrey Kravchenko
36b035c329
Fix refetch header data from delta when database in backup lock (#8268)
Co-authored-by: Andrey Kravchenko <andrey.kravchenko@red-soft.ru>
2024-09-30 08:07:12 +03:00
Vlad Khorsun
3092eee7e3 Fixed non-Windows builds 2024-09-30 00:27:05 +03:00
Vlad Khorsun
29197adf31 If client fails to connect using Win_SSPI plugin with Negotiate security package, try again using NTLM security package.
This allows new client connect to the old server that uses legacy NTLM security package.
2024-09-30 00:17:44 +03:00
Adriano dos Santos Fernandes
f400b7fe16 Add deprecation notice. 2024-09-29 16:15:34 -03:00
Adriano dos Santos Fernandes
3f7f82d640 Move public headers to include/firebird with wrappers in include for legacy files. 2024-09-29 15:29:04 -03:00
Adriano dos Santos Fernandes
74c3725e0e perf.h: a public file that depends on private file should not be a public file 2024-09-29 14:48:05 -03:00
Adriano dos Santos Fernandes
d8f1d6bfef Rename public include guards. 2024-09-29 14:38:22 -03:00
GitHub Action
e4efbdb1fa increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-26 20:16:35 +00:00
TreeHunter
7e2d0c0ad7
Change fb_strlen to constexpr version (#8267)
* Change fb_strlen to constexpr version

* Remove copy of constexpr fb_strlen

---------

Co-authored-by: Artyom Ivanov <artyom.ivanov@red-soft.ru>
2024-09-26 07:25:31 -03:00
Mark Rotteveel
b7383ee559 RemoteBindAddress also applies to Classic, unless xinetd is used 2024-09-26 09:30:16 +02:00
Vlad Khorsun
dab712f9e2 Fixed bug #8263 : gbak on classic with ParallelWorkers > 1 doesn't restore indices, giving a cryptic error message 2024-09-25 23:30:36 +03:00
GitHub Action
01b513d9fe increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-24 20:17:09 +00:00
Vlad Khorsun
cc512a34e0 Merge pull request #8262 from FirebirdSQL/work/gh-8256
Make server to correctly handle case when accept() returns both success and data for client.
2024-09-24 10:45:13 +03:00
GitHub Action
77cc0ba849 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-23 20:17:43 +00:00
Dmitry Yemanov
cc183f599e Add key info to the merge join plan output 2024-09-23 20:34:56 +03:00
Dmitry Yemanov
c50b0aa652 Add key info to the hash join plan output 2024-09-23 18:25:03 +03:00
Dmitry Yemanov
e1ffa20e97 Fix #8250: Bad performance on simple three-way join over the same set of fields 2024-09-23 18:09:02 +03:00
GitHub Action
ea0b8d8d74 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-21 20:15:01 +00:00
github-actions[bot]
4bfb395a20
Update tzdata to version 2024b. (#8259)
Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
2024-09-21 10:04:37 -03:00
GitHub Action
32dc661254 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-20 20:17:24 +00:00
Vlad Khorsun
7a44758eed Fixed porting error 2024-09-20 18:37:57 +03:00
Vlad Khorsun
f9a11a2bc0 Improvement #8256 : Win_sspi plugin uses NTLM 2024-09-20 17:57:43 +03:00
Vlad Khorsun
6b445c0dc5 Catch possible stack overflow when preparing and compiling user statements 2024-09-20 17:30:32 +03:00
Vlad Khorsun
c75b160dc0 Fixed #8253 : Incorrect handling of non-ASCII object names in CREATE MAPPING statement 2024-09-20 17:28:59 +03:00
a244ce67c9 This should fix broken VS2019 build 2024-09-20 10:54:42 +02:00
GitHub Action
2c8957ac48 increment build number
Some checks failed
continuous-integration/drone/push Build is failing
2024-09-17 20:16:13 +00:00
5196d89d25 Fix #8251 No artifacts produced from windows builds since VS 2022 was upgraded to v17.10 2024-09-17 15:36:52 +02:00
GitHub Action
3c253ccba6 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-11 20:14:52 +00:00
AlexPeshkoff
bfbca30d43 Fixed #8247: FB_ALIGNMENT is wrongly set to 1 if the test code from configure.ac fails to compile; use special macro for that check 2024-09-11 09:29:59 +03:00
AlexPeshkoff
ba59f39b6e Cleanup some of unused any more checks 2024-09-11 09:29:59 +03:00
Adriano dos Santos Fernandes
6ea72c7a6b Fix warning. 2024-09-10 22:45:57 -03:00
GitHub Action
fdc6fe8ab3 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-09 20:15:59 +00:00
TreeHunter
9f5b5bf5d4
Fix regular expression value substitition in fbtrace.conf after macro substitition
Co-authored-by: Artyom Ivanov <artyom.ivanov@red-soft.ru>
2024-09-09 18:06:33 +03:00
Adriano dos Santos Fernandes
2e4980bb21 Fix BLR print. 2024-09-08 22:37:08 -03:00
GitHub Action
500d89675d increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-07 20:14:46 +00:00
Adriano dos Santos Fernandes
883200d192 Do not re-prepare statements when execute DDL in ISQL. 2024-09-06 22:41:48 -03:00
GitHub Action
4d70f480c4 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-05 20:15:50 +00:00
AlexPeshkoff
3a993adae6 Postfix for #8197: Add generated files for OO API for C language to distribution; Use macros instead functions, removed static library 2024-09-05 16:57:23 +03:00
Alexander Zhdanov
446b436a62 Fix a bug where the shutdown handler could be called again 2024-09-05 15:23:44 +03:00
GitHub Action
9ff9cb2a5a increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-04 20:16:16 +00:00
Adriano dos Santos Fernandes
50f9d40d65 Adjust vscode settings so the C++ plugin don't go crazy. 2024-09-04 07:27:57 -03:00
Adriano dos Santos Fernandes
859157275b Fix #8241 - gbak may lose NULLs in restore. 2024-09-04 07:24:07 -03:00
GitHub Action
27124c57ac increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-02 20:16:48 +00:00
AlexPeshkoff
1e6bd16d2c Fixed #8237: Database access error when nbackup is starting 2024-09-02 16:21:14 +03:00
AlexPeshkoff
1db7b07edd Fixed #8236: Avoid "hangs" in clock_gettime() in tomcrypt PRNG 2024-09-02 14:29:29 +03:00
Adriano dos Santos Fernandes
901b4ced9a Fix #8235 - Indentation must be seen between Refetch and subsequent Sort. 2024-09-01 17:23:48 -03:00