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

56819 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
8a74600f8a Fix #7625 - Issue with "ALTER SESSION RESET" and implicit cursor close. 2023-06-30 22:28:16 -03:00
GitHub Action
d839d637ae increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-28 20:14:43 +00:00
Adriano dos Santos Fernandes
ff0e49eef9 Leave message - as asked by Mark.
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-28 08:12:54 -03:00
Adriano dos Santos Fernandes
5c18bcd067 Leave message - as asked by Mark.
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-28 07:44:29 -03:00
Adriano dos Santos Fernandes
844631b0ee Fix #7638 - OVERRIDING USER VALUE should be allowed for GENERATED ALWAYS AS IDENTITY.
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-06-27 22:59:42 -03:00
GitHub Action
912e2e18e2 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-27 20:15:57 +00:00
Dmitry Yemanov
421a73ae4b Fixed #7651: Unable to find savepoint in insert with nested query and returning clause. Fixed also regression for #5613 regarding UPDATE OR INSERT.
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-06-27 10:12:43 +03:00
Adriano dos Santos Fernandes
00bb8e4581 Improvement #7652 - Make the profiler store aggregated requests by default, with option for detailed store.
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-26 22:53:23 -03:00
Adriano dos Santos Fernandes
cfffebf92e Estimate and amortize in the profiler the time spent getting performance counters.
Also make some ProfilerManager code inline.
2023-06-26 22:50:29 -03:00
Adriano dos Santos Fernandes
3c0fb038e6 Add class PerformanceStopWatch. 2023-06-26 22:50:29 -03:00
Adriano dos Santos Fernandes
dddfcf49fe
Fix #7649 - Switch Linux performance counter timer to CLOCK_MONOTONIC_RAW. (#7650) 2023-06-26 22:45:37 -03:00
GitHub Action
54ca5e45d5 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-26 20:15:50 +00:00
AlexPeshkoff
f811bcc770 Fixed #7475: 'SHOW SYSTEM' command: provide list of functions belonging to system packages
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-26 20:53:16 +03:00
GitHub Action
6a2c443a35 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-23 20:15:07 +00:00
AlexPeshkoff
19db9a1cf1 Fixed #7647: Regression: Error in isc_array_lookup_bounds
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-23 16:52:22 +03:00
GitHub Action
8f37269e32 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-21 20:13:46 +00:00
AlexPeshkoff
15b0b297dc Postfix for #7046: Make ability to add comment to mapping ('COMMENT ON MAPPING ... IS ...'); show and extract comments on mappings in isql
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-21 19:22:20 +03:00
AlexPeshkoff
be7ef14d4f Doc for #7642
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-21 18:03:30 +03:00
AlexPeshkoff
c099638639 Implemented #7642: Getting the current DECFLOAT ROUND/TRAPS settings 2023-06-21 17:18:32 +03:00
GitHub Action
50fc1339a6 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-20 20:14:07 +00:00
Adriano dos Santos Fernandes
9d3a83f284
Fix wrong profiler measurements due to overflow. (#7641)
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-19 20:53:22 -03:00
GitHub Action
659abbd5ce increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-19 20:13:16 +00:00
AlexPeshkoff
3da900bf17 Fix for #7603: BIN_SHR on INT128 does not apply sign extension
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-19 18:46:58 +03:00
Vlad Khorsun
b5bdc13eb2 Move some compiler options into property sheet.
All checks were successful
continuous-integration/drone/push Build is passing
Change InlineFunctionExpansion to AnySuitable (was OnlyExplicitInline).
2023-06-19 11:55:22 +03:00
Vlad Khorsun
57bc21288a Change Platform Toolset from v141_xp to v141 for Win32 builds by VS 2017.
It doesn't compiles after recent changes, and we anyway use VS 2022 as official compiler and VS have no support for WinXP anymore.
2023-06-19 11:22:22 +03:00
GitHub Action
6d0332b6b3 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-18 20:13:06 +00:00
Vlad Khorsun
01c227855a @aafemt suggestion : removed obsolete code, more clear error handling.
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-18 15:12:02 +03:00
GitHub Action
b868d9eb53 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-17 20:12:55 +00:00
Vlad Khorsun
c1c13cdb37 Improvement #7637 : Run as application not specifying switch -a
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-17 16:59:08 +03:00
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