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

56790 Commits

Author SHA1 Message Date
Vlad Khorsun
19564b3a5e
Merge pull request #7635 from FirebirdSQL/work/gh_7634
Improvement #7634 : Include Performance Cores only in default affinity mask
2023-06-17 16:55:40 +03:00
GitHub Action
a6d0fc1edd increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-16 20:13:56 +00:00
Vlad Khorsun
84a70c8646 "usual requirement for WinAPI" that documented nowhere. 2023-06-16 18:28:17 +03:00
Vlad Khorsun
a36c804a6c
Merge pull request #7628 from red-soft-ru/5_0_dp_numbers_cache_fix
All checks were successful
continuous-integration/drone/push Build is passing
Fix #7627: The size of the database with big records becomes bigger after backup/restore
2023-06-16 14:02:35 +03:00
Vlad Khorsun
24d4819ed4 Documentation 2023-06-16 13:30:29 +03:00
Vlad Khorsun
d41cc85523 Improvement #7634 : Include Performance Cores only in default affinity mask 2023-06-16 13:24:00 +03:00
GitHub Action
990cf01c7a increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-15 20:13:29 +00:00
Adriano dos Santos Fernandes
d00be282a5
Fix typo.
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-14 20:46:46 -03:00
Ilya Eremin
47a65547d7 Fix #7627: The size of the database with big records becomes bigger after backup/restore
The problem appears when bulk inserts are used (currently during restore). Without the fix the primary data page is released if it has the dpg_large flag, and the new record is inserted on the next empty page. As a result, each primary page has only one record. Generally the fix solves an issue where per-relation cache of data page numbers is not working for tables with big records.
2023-06-14 13:08:09 +03:00
GitHub Action
ead783f1cd increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-13 20:13:28 +00:00
AlexPeshkoff
4cb59f3ace Mark Redirection as deprecated
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-13 20:02:48 +03:00
Alexander Peshkov
d868e7ea78
Fixed #7579: Cannot nbackup a firebird 3.0 database in firebird 4.0 service with engine12 setup in Providers
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-13 18:16:37 +03:00
GitHub Action
cb52a49f8f increment build number
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2023-06-06 20:13:56 +00:00
Dmitry Yemanov
c578481d80 Fixed #7605: Disallow replication of RDB
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-06 09:09:33 +03:00
GitHub Action
d9dd0fecf5 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-03 20:13:37 +00:00
Adriano dos Santos Fernandes
94a1c8e464 Frontport fix for #7611 - Can't backup/restore database from v3 to v4 with SEC$USER_NAME field longer than 10 characters.
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-02 22:34:48 -03:00
GitHub Action
3b027975bc increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-01 20:13:10 +00:00
AlexPeshkoff
3b9d57bf56 Reworked fix for #7599: Conversion of text with '\0' to DECFLOAT without errors; ensure better backward compatibility
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-01 18:44:16 +03:00
GitHub Action
d09a0d2c4b increment build number
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-31 20:13:46 +00:00
Adriano dos Santos Fernandes
a10297ad84 Warning: remove variable not read.
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-30 20:57:26 -03:00
Adriano dos Santos Fernandes
7765cd03c9 Fix #7610 - Uninitialized/random value assigned to RDB$ROLES -> RDB$SYSTEM PRIVILEGES when restoring from FB3 backup. 2023-05-30 20:49:23 -03:00
GitHub Action
a19a38f19e increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-30 20:13:53 +00:00
AlexPeshkoff
fa6f9196f9 Fixed #7599: Conversion of text with '\0' to DECFLOAT without errors
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-30 19:45:26 +03:00
Dmitry Kovalenko
a31b3bcb5b The part of fix #7599. Problems with pointers in decNumber library (#7607)
All checks were successful
continuous-integration/drone/push Build is passing
* Fix for #7599 - strip leading zeros in decFloatFromString
* Bug fix for #7599 - the scope of a local buffer in decFinalize was corrected

(cherry picked from commit f5af6a92c6)
2023-05-30 13:59:26 +03:00
Adriano dos Santos Fernandes
30b7852c76 Fix #7604 - PSQL functions do not convert the output BLOB to the character set defined at creation. 2023-05-30 07:49:04 -03:00
GitHub Action
244a515159 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-29 20:13:41 +00:00
AlexPeshkoff
8437e4dcf7 This should fix windows build for #7582: Missing isc_info_end in Firebird.pas
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-29 19:58:22 +03:00
AlexPeshkoff
dfd67ab010 changes in generated file 2023-05-29 19:53:06 +03:00
GitHub Action
5ed9d76d29 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-23 20:13:39 +00:00
Vlad Khorsun
3852326ed5 Fixed bug #7598 : DDL statements hang when the compiled statements cache is enabled
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-23 16:16:05 +03:00
GitHub Action
67112c60ab increment build number 2023-05-22 20:13:29 +00:00
Adriano dos Santos Fernandes
89b667bf1e Revert "Fix #7592 - RPAD works incorectly in a connection with the charset NONE."
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit 6e631a869d.
2023-05-21 21:01:23 -03:00
GitHub Action
03ba520c88 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-20 20:12:43 +00:00
Adriano dos Santos Fernandes
6e631a869d Fix #7592 - RPAD works incorectly in a connection with the charset NONE.
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-20 15:39:59 -03:00
GitHub Action
e81b590348 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-18 20:13:44 +00:00
Adriano dos Santos Fernandes
e43bfdd94d Change PLG$PROF_RECORD_SOURCES.ACCESS_PATH to VARCHAR(255) as documented. Thanks to Mark.
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-17 22:03:34 -03:00
GitHub Action
953c9f1edf increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-17 20:13:37 +00:00
AlexPeshkoff
6707c7c2cc POSIX-only fix for #7582: Missing isc_info_end in Firebird.pas. Appropriate fix for windows build is needed.
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-17 19:10:49 +03:00
Vlad Khorsun
5a57e1af23 Merge branch 'master' of https://github.com/FirebirdSQL/firebird
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-16 23:25:40 +03:00
Vlad Khorsun
ef04a35eee Missing part of partial index support in parallel index creation code.
It fixed crushes at parallel restore when partial indices present.
2023-05-16 23:24:40 +03:00
Vlad Khorsun
27ac59bb9b This should fix bug #7554 : Firebird 5 partial index creation causes server hang up 2023-05-16 23:22:24 +03:00
GitHub Action
1e1dcbfc02 increment build number 2023-05-16 20:13:14 +00:00
Adriano dos Santos Fernandes
8e039e8b8a Fix #7574 - Derived table syntax allows dangling AS.
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-16 07:54:47 -03:00
GitHub Action
172b3edb3a increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-14 20:12:59 +00:00
dimitr
812640048d Fixed regression surfaced by test bugs.core_3881_test
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-14 09:50:57 +03:00
GitHub Action
f615e0e26d increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-13 20:12:44 +00:00
dimitr
cd83cf9da0 Better (fingers crossed) sharing of the index expression between IndexKey's
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-13 12:08:44 +03:00
GitHub Action
49b56fb2f4 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-12 20:12:49 +00:00
dimitr
d67380f27a Use lazy initialization for expression request, as any possible errors must be handled inside compose() and returned using proper error codes. This allows to release resources (e.g. page latches) properly.
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-12 14:31:05 +03:00
GitHub Action
2238d368e0 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-11 20:13:08 +00:00