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

56735 Commits

Author SHA1 Message Date
firebirds
6fea793f16 increment build number 2023-01-31 14:38:21 +00:00
AlexPeshkoff
61abccc98c Fixed incorrect syntax 2023-01-31 17:37:03 +03:00
AlexPeshkoff
e77f11936d Adjust build number generator 2023-01-31 17:26:29 +03:00
Adriano dos Santos Fernandes
c05d5e6dc5 Misc. 2023-01-31 08:00:52 -03:00
Adriano dos Santos Fernandes
4c5decae05 Fix #7464 - Crash on repeating update. 2023-01-31 07:25:03 -03:00
firebirds
62d523698c increment build number 2023-01-31 08:37:16 +00:00
firebirds
14d22e40f9 increment build number 2023-01-30 20:38:25 +00:00
firebirds
aca2b129b4 increment build number 2023-01-24 00:09:36 +00:00
AlexPeshkoff
bb3624e35e Better fixed for #7444: isql 5.x crashes when executing test from QA suite (avoid high CPU consumption at last shutdown steps) 2023-01-23 18:29:59 +03:00
Adriano dos Santos Fernandes
69faf322d2 Fixed #7456 - Impossible drop function in package with name of PSQL-function.
Regression introduced in 43574d1588.
2023-01-23 08:10:29 -03:00
9f37b29f77 Add missing ConfigurationTaget 2023-01-23 10:32:12 +01:00
firebirds
284c439b46 increment build number 2023-01-22 00:07:53 +00:00
AlexPeshkoff
d278c3a628 Fixed #7444: isql 5.x crashes when executing test from QA suite 2023-01-21 13:43:48 +03:00
firebirds
306f7ee8a5 increment build number 2023-01-20 00:09:31 +00:00
689d3f16eb Generate new upgrade codes for the vc runtime msi 2023-01-19 12:59:47 +01:00
firebirds
e0101fc857 increment build number 2023-01-19 00:09:47 +00:00
7ea43aff2c Forward port the fix for #7096 2023-01-18 12:34:53 +01:00
firebirds
744db52acb increment build number 2023-01-17 00:08:56 +00:00
Dmitry Yemanov
1c6be39d71 Fixed the typo 2023-01-16 16:59:39 +03:00
Dmitry Yemanov
45c241536e Postfix: actual format number matters 2023-01-16 10:38:38 +03:00
firebirds
264f7042fb increment build number 2023-01-16 00:08:24 +00:00
Dmitry Yemanov
84c7e72257 Avoid storing formats for system tables, they're preloaded anyway 2023-01-15 20:08:11 +03:00
Dmitry Yemanov
022d11b6fc Rework my yesterday's commit a bit. Remove the ODS check for MON$ fields as its not necessary. 2023-01-15 20:08:11 +03:00
firebirds
b2887b8f60 increment build number 2023-01-14 00:09:08 +00:00
Dmitry Yemanov
330e9d9174 Fixed two regressions spotted by the QA suite 2023-01-13 21:33:15 +03:00
Dmitry Yemanov
caf1eccb2b Better scope for RAII holder and error handling. 2023-01-13 12:43:11 +03:00
firebirds
a60960c8f9 increment build number 2023-01-13 00:09:07 +00:00
AlexPeshkoff
799a0a6823 Code cleanup related with #7446: Attempt to use data in destroyed transaction pool 2023-01-12 20:31:24 +03:00
firebirds
ca6352e66d increment build number 2023-01-12 00:08:16 +00:00
Dmitry Yemanov
f329f4d84e Add gfix -upgrade support to fbsvcmgr 2023-01-11 19:31:32 +03:00
Dmitry Yemanov
d68e68d56a Update the docs 2023-01-11 19:19:33 +03:00
firebirds
b75f369309 increment build number 2023-01-11 00:08:28 +00:00
Adriano dos Santos Fernandes
4595a2c0e3 Add PLG$PROF_CURSORS and some others fixes. 2023-01-10 20:57:51 -03:00
Adriano dos Santos Fernandes
88d89bb918 Track names of FOR ... AS CURSOR <name>. 2023-01-10 20:57:51 -03:00
Dmitry Yemanov
aa847a7846
Merge pull request #7397 from FirebirdSQL/ods-upgrade
Inline minor ODS upgrade
2023-01-10 21:34:23 +03:00
Dmitry Yemanov
6a28470192 Log record about ODS upgrade 2023-01-10 21:16:56 +03:00
Dmitry Yemanov
a6ce0ec163
Merge pull request #7441 from FirebirdSQL/v5-pretty-explained-plan
More cursor-related details in the plan output
2023-01-10 20:57:59 +03:00
AlexPeshkoff
6c431cb465 Fixed #7446: Attempt to use data in destroyed transaction pool 2023-01-10 20:07:52 +03:00
Dmitry Yemanov
3faf54812a Merge branch 'master' into ods-upgrade 2023-01-10 18:04:32 +03:00
firebirds
cb368b2a1c increment build number 2023-01-06 00:08:08 +00:00
Vlad Khorsun
a818a96ca4 Update zlib to 1.2.13, see #7437 2023-01-05 19:55:05 +02:00
Adriano dos Santos Fernandes
8b934a38c0 Some corrections (datatypes and view's column name) in the profiler plugin. 2023-01-05 08:00:59 -03:00
Dmitry Yemanov
1c2470c4cc Adjustments as per Adriano's comments 2023-01-04 12:08:11 +03:00
Dmitry Yemanov
36d011f731 Prettier plan output: distinguish between main queries and sub-queries, show cursor names/options, report line numbers 2023-01-02 13:40:29 +03:00
firebirds
08915c9a38 increment build number 2023-01-01 00:07:58 +00:00
Dmitry Yemanov
d21b18e3ab Get rid of some warnings 2022-12-31 21:19:52 +03:00
Dmitry Yemanov
58740dcbca Reworked my optimizer fix to address the known regressions. 2022-12-31 21:12:25 +03:00
Dmitry Yemanov
afcc50a833 Revert "Attempt to fix the recently discovered optimizer regression with derived expressions"
This reverts commit c33c601d14.
2022-12-31 20:23:46 +03:00
Adriano dos Santos Fernandes
d271f0e7df Avoid warnings. 2022-12-31 12:30:26 -03:00
firebirds
833b7e1a44 increment build number 2022-12-24 00:08:20 +00:00