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

57191 Commits

Author SHA1 Message Date
GitHub Action
ed33574369 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-25 20:13:43 +00:00
Dmitry Yemanov
8ad2531e11 Fixed #7804: The partial index is not involved when filtering conditions through OR 2023-10-25 09:10:58 +03:00
GitHub Action
efb28fd8f9 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-24 20:14:07 +00:00
Vlad Khorsun
dc6de4b2c6 Fixed bug #7779 : Firebird 4.0.3 is constantly crashing with the same symptoms (fbclient.dll) 2023-10-24 18:25:42 +03:00
GitHub Action
052bf0f9b7 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-23 20:12:51 +00:00
Vlad Khorsun
8d879a9446 Improvement #7814 : Don't update database-level statistics on every page cache operation. 2023-10-23 20:20:52 +03:00
GitHub Action
cba786c9b7 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-20 20:13:17 +00:00
AlexPeshkoff
28c386cb49 Fixed #7812: Service backup does not work in multiple engines configuration 2023-10-20 12:55:48 +03:00
GitHub Action
659d26b11e increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-18 20:14:17 +00:00
AlexPeshkoff
9270dd8c9b Fixed build after changes in AutoPtr
(cherry picked from commit 359d4b89b3)
2023-10-18 13:11:19 +03:00
AlexPeshkoff
7075e5b3c5 Restored constness propagation in AutoPtr on Adriano's request
(cherry picked from commit 5453f7c4d6)
2023-10-18 13:06:09 +03:00
GitHub Action
3bf36d2c8a increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-15 20:12:43 +00:00
Dmitry Yemanov
222c1aff58 Undo some of my prior changes (still WIP). Slightly nicer debug output. 2023-10-15 20:51:50 +03:00
GitHub Action
29a40bd872 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-12 20:12:50 +00:00
Dmitry Yemanov
b587c79318 Postfix for my prior commit: better NULL/UNKNOWN handling 2023-10-12 11:38:38 +03:00
GitHub Action
e0d297ea20 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-11 20:13:42 +00:00
Dmitry Yemanov
62ac22e07b Fixed #7795: NOT IN <list> returns incorrect result if NULLs are present inside the value list 2023-10-11 17:30:19 +03:00
Adriano dos Santos Fernandes
a9ac51eb8a Task #7796 - Update official Windows compiler to VS 17.7.4. 2023-10-11 06:42:21 -03:00
AlexPeshkoff
97e07d2d11 Fixed minor "make clean" bug
(cherry picked from commit 7870a3b513)
2023-10-11 11:16:38 +03:00
GitHub Action
ea5e48d23e increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-09 20:12:24 +00:00
AlexPeshkoff
76483b1871 Fixed #7762: Crash on "Operating system call pthread_mutex_destroy failed. Error code 16" in log
(cherry picked from commit 7adea662ff)
2023-10-09 15:55:46 +03:00
GitHub Action
d4eca393b7 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-06 20:13:40 +00:00
Vlad Khorsun
9dcd565c24 Update zlib to 1.13, see #7755 2023-10-06 01:07:57 +03:00
GitHub Action
28dc0aa899 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-05 20:13:39 +00:00
AlexPeshkoff
24d4b86065 Minor security measure - avoid sending of authentication block over the wire (from ExtDS)
(cherry picked from commit e7e4a776ed)
2023-10-05 16:03:11 +03:00
GitHub Action
e8367a99ee increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-04 20:13:46 +00:00
Vlad Khorsun
be22e3d9ac Avoid parsing same metadata for every message when executing batch statement.
While it is not direct fix for #7770 (restore takes 25% more time vs 4.0.0), it should improve performance in this case too.
2023-10-04 00:22:45 +03:00
GitHub Action
f721024c01 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-03 20:14:12 +00:00
Adriano dos Santos Fernandes
d621ffbe0c Fix #7759 - Routine calling overhead increased by factor 6 vs Firebird 4.0.0. 2023-10-03 07:27:30 -03:00
GitHub Action
ea4914a6dc increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-01 20:12:31 +00:00
Vlad Khorsun
eb9bcb3e42 Fixed bug #7772 : Blob corruption in FB4.0.3 (embedded) 2023-10-01 10:52:46 +03:00
GitHub Action
3afd116d5f increment build number 2023-09-29 20:13:52 +00:00
Adriano dos Santos Fernandes
a773f7aee1 Fix release upload of Windows installer. 2023-09-28 21:45:37 -03:00
GitHub Action
a7f9413845 increment build number 2023-09-28 20:12:57 +00:00
Adriano dos Santos Fernandes
b97064ed97 Fix Windows installer automation. 2023-09-27 17:50:40 -03:00
GitHub Action
42b3b76c53 increment build number 2023-09-27 20:13:51 +00:00
20f150f8bd white space 2023-09-27 20:25:43 +02:00
2f09bade4a Fix #7766 - Test if ServerComponent was chosen, not ServerInstall 2023-09-27 20:25:26 +02:00
Adriano dos Santos Fernandes
c55e8f4ad2 Fix MacOS package name. 2023-09-26 23:14:22 -03:00
Adriano dos Santos Fernandes
4e56bab858 Fix Windows installer automation requiring non-installed files. 2023-09-26 23:14:22 -03:00
GitHub Action
1f92362c2b increment build number 2023-09-26 20:14:19 +00:00
Dmitry Yemanov
f457282e64 This should fix #7760: Parameters inside the IN list may cause a string truncation error 2023-09-26 13:59:16 +03:00
Adriano dos Santos Fernandes
2ca8e1fc16 Fix #7761 - Regression when displaying line number of errors in ISQL scripts. 2023-09-25 21:29:24 -03:00
GitHub Action
ec3b787d45 increment build number 2023-09-25 20:13:46 +00:00
e150b90386 Small oops - token 5 will not empty if token 3 <> Release 2023-09-25 16:48:25 +02:00
fb4b62bc71 Parse FB_BUILD_SUFFIX to extract release type during packaging.
This removes the need to set the string via an env var prior to building.
2023-09-25 16:19:58 +02:00
GitHub Action
b16e04e84b increment build number 2023-09-21 20:12:47 +00:00
Adriano dos Santos Fernandes
b8da1b0ea2 Fix problem with statements and plan segments larger than 64K in the profiler plugin. 2023-09-21 08:41:20 -03:00
GitHub Action
e0994f6fb8 increment build number 2023-09-20 20:14:13 +00:00
0fd55b6b96 spelling 2023-09-20 16:47:10 +02:00