8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00
Commit Graph

57525 Commits

Author SHA1 Message Date
Andrey Kravchenko
81156ba56a Fix refetch header data from delta when database in backup lock (#8268)
Co-authored-by: Andrey Kravchenko <andrey.kravchenko@red-soft.ru>
2024-10-23 10:57:15 +03:00
GitHub Action
a7912c49d5 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-22 20:17:08 +00:00
Adriano dos Santos Fernandes
c177a43023 Add --debug to vcpkg install to help with problems. 2024-10-21 22:49:33 -03:00
Adriano dos Santos Fernandes
e27f67b6ad Fix GCC 14.2 warnings. 2024-10-21 22:40:05 -03:00
GitHub Action
e5b4a5d1da increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-21 20:17:12 +00:00
Adriano dos Santos Fernandes
32de5d9a4e Backport usage of vcpkg x-gha cache. 2024-10-21 07:22:51 -03:00
Adriano dos Santos Fernandes
ed24238c0c Fix #8288 - GPRE generated code is incompatible with GCC 14.2. 2024-10-20 22:03:44 -03:00
GitHub Action
a153bf9c5d increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-17 20:17:05 +00:00
Adriano dos Santos Fernandes
9453607dc2 Replace deprecated GH macos-12 runner by macos-13. 2024-10-17 08:55:48 -03:00
Adriano dos Santos Fernandes
f3ea02e385 Complement fix for #8241 - gbak may lose NULLs in restore. 2024-10-17 08:11:55 -03:00
Vlad Khorsun
46cc4c75d6 Post fix for #8256.
port should be NULLified after forced disconnect.
2024-10-17 11:09:02 +03:00
GitHub Action
40552d0c7d increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-14 20:17:19 +00:00
Vlad Khorsun
421743d392 Fixed bug #8283 : Assert in ~thread_db() due to not released page buffer 2024-10-14 17:18:17 +03:00
Vlad Khorsun
ff1f47d900 Restore zero-initialization of just allocated buffers, that was lost with fix for #7873, unfortunately. 2024-10-14 16:49:34 +03:00
GitHub Action
2d8e7336ac increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-11 20:16:46 +00:00
Mark Rotteveel
1b3c7f9d52 Fix typo and clarify SnapshotsMemSize 2024-10-11 15:00:44 +02:00
GitHub Action
57afb4e645 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-09 20:16:55 +00:00
Mark Rotteveel
3fb41c4b77 Clarify documentation of LockMemSize and EventMemSize 2024-10-09 16:25:51 +02:00
GitHub Action
ce72c62f6d increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-06 20:15:29 +00:00
Vlad Khorsun
14a24568e4 Some missed pieces in docs.Some missed pieces in docs. 2024-10-05 23:40:25 +03:00
Vlad Khorsun
eddc474d40 Warnings 2024-10-05 23:26:33 +03:00
GitHub Action
e1874db2b5 increment build number 2024-10-05 20:15:25 +00:00
Vlad Khorsun
2260537777 Additional fix for #8256 : the case when server doesn't return error immediately after connect. 2024-10-05 12:40:15 +03:00
GitHub Action
02d0993337 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
923debd646 Backport feature #8273 - Reorganize public headers.
Merge branch 'work/public-headers-v5' into v5.0-release
2024-10-02 07:06:04 -03:00
Adriano dos Santos Fernandes
eb7be8b9a0 Add deprecation notice. 2024-10-02 06:55:21 -03:00
Adriano dos Santos Fernandes
d1ac0e451c Move public headers to include/firebird with wrappers in include for legacy files. 2024-10-02 06:55:09 -03:00
Adriano dos Santos Fernandes
da9238b2e5 perf.h: a public file that depends on private file should not be a public file 2024-10-02 06:51:34 -03:00
Adriano dos Santos Fernandes
75d23af016 Rename public include guards. 2024-10-02 06:51:25 -03:00
GitHub Action
fc48aa271d increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-30 20:17:06 +00:00
Vlad Khorsun
d1502b57be 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:44:29 +03:00
GitHub Action
4e3508a1ff increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-26 20:16:36 +00:00
Vlad Khorsun
5baa72de5e Fixed bug #8263 : gbak on classic with ParallelWorkers > 1 doesn't restore indices, giving a cryptic error message 2024-09-25 23:18:57 +03:00
GitHub Action
f88f0b1643 increment build number 2024-09-25 20:16:59 +00:00
Dmitry Yemanov
92316f0a2b Temporary fix for #8265: Nested IN/EXISTS subqueries should not be converted into semi-joins if the outer context is a sub-query which wasn't unnested 2024-09-25 08:46:42 +03:00
Dmitry Yemanov
aae2ae3291 Better (methinks) fix for #8252: Incorrect subquery unnesting with complex dependencies, it re-allows converting nested IN/EXISTS into multiple semi-joins 2024-09-25 08:46:42 +03:00
GitHub Action
fe6ba50b9e increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-23 20:17:44 +00:00
Vlad Khorsun
e0adc2dacb
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-23 18:50:11 +03:00
Dmitry Yemanov
ec8a48d37c Fix #8250: Bad performance on simple three-way join over the same set of fields 2024-09-23 18:06:44 +03:00
GitHub Action
ade6bc3d3a increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-21 20:15:02 +00:00
Vlad Khorsun
228ad1d99a Make server to correctly handle case when accept() returns both success and data for client. 2024-09-21 18:16:32 +03:00
github-actions[bot]
15e4a9d92a
Update tzdata to version 2024b. (#8260)
Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
2024-09-21 10:05:06 -03:00
GitHub Action
66b5fcbac1 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-20 20:17:25 +00:00
AlexPeshkoff
2326bf4a91 Fixed #8236: Avoid "hangs" in clock_gettime() in tomcrypt PRNG 2024-09-20 18:13:13 +03:00
Vlad Khorsun
5d92999e16 Improvement #8256 : Win_sspi plugin uses NTLM 2024-09-20 17:56:38 +03:00
2453f6a05a This should fix broken VS2019 build 2024-09-20 11:18:38 +02:00
GitHub Action
f0aecc94de increment build number
Some checks failed
continuous-integration/drone/push Build is failing
2024-09-19 20:16:11 +00:00
eafabd9aa5 Fix #8251 No artifacts produced from windows builds since VS 2022 was upgraded to v17.10 2024-09-19 17:01:40 +02:00
GitHub Action
1ea8281a1f increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-18 20:16:12 +00:00
Vlad Khorsun
f0670f90cc
Merge pull request #8255 from FirebirdSQL/work/prepare_seh
Catch possible stack overflow when preparing and compiling user statements
2024-09-18 21:30:15 +03:00