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

56594 Commits

Author SHA1 Message Date
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
AlexPeshkoff
59f9e01f38 Fixed #7436: Backup error for wide table 2022-12-23 19:06:44 +03:00
firebirds
231b35d4e2 increment build number 2022-12-23 00:08:05 +00:00
Piotr Kubaj
a6ab775f97 Add support for FreeBSD/powerpc 2022-12-22 10:40:37 +03:00
firebirds
611cb3684f increment build number 2022-12-22 00:09:35 +00:00
aleksey.mochalov
3897cd768e Fix resetting and accidental key damaging/deleting FB5 port (#7415)
This should add key correctness check in case of resetting encryption key on Classic server with multiple attachments, and fix hanging Super server in case of accidental key damaging/deleting
2022-12-21 18:48:22 +03:00
Dmitry Yemanov
45e9c97100 Restored the line I omitted yestersay. Surprisingly our background threads execute DSQL queries, sigh. 2022-12-21 16:42:15 +03:00
Dmitry Yemanov
5c7030d12a Misc 2022-12-21 11:46:15 +03:00
firebirds
29582dac0c increment build number 2022-12-21 00:08:23 +00:00
Dmitry Yemanov
f0382fad9d Commit Vlad's patch (with minor adjustments) for #7385: Broken lock of statements cache during multithreaded index activation 2022-12-20 19:47:35 +03:00
Adriano dos Santos Fernandes
04e66fdcfd Fix #7422 - Seek in temporary blob level 0 makes read return wrong data. 2022-12-20 07:31:49 -03:00
firebirds
e80720b7b3 increment build number 2022-12-17 00:08:00 +00:00
Dmitry Yemanov
0ec40ccf90
Merge pull request #7390 from FirebirdSQL/view-invariants
Fix invariants optimization involving views (#7388)
2022-12-16 20:28:38 +03:00
Dmitry Yemanov
76593ec6a0 Code simplification and cleanup. Allow trace to report DDL triggers as 'BEFORE/AFTER DDL' rather than just 'ON DDL'. 2022-12-16 19:00:58 +03:00
Adriano dos Santos Fernandes
73c1ab807a
RDB$BLOB_UTIL system package. (#281)
* RDB$BLOB_UTIL system package.

* Do not checkout from engine when calling system packages.

* Remove usage of Attachment::SyncGuard in RDB$BLOB_UTIL.

* Fix Windows build.

* Fix RDB$BLOB_UTIL.SEEK.

* Fix crash.

* Rework changing routines and names for better fit after creation of BLOB_APPEND.

* Add RDB$BLOB_UTIL.IS_WRITABLE function.

* Misc.

* Fix documentation.

* Re-add and use RDB$BLOB_UTIL_HANDLE domain.

* Rename domain RDB$LONG_NUMBER to RDB$INTEGER.
2022-12-16 06:53:47 -03:00
Adriano dos Santos Fernandes
4c78ac43eb array.epp and blob.epp do not exist anymore. 2022-12-15 22:03:50 -03:00
Adriano dos Santos Fernandes
265c482871 Fix indentation. 2022-12-15 21:51:31 -03:00
firebirds
8efdef36fc increment build number 2022-12-14 00:08:27 +00:00
Piotr Kubaj
4cd5c17b29 Add support for FreeBSD/powerpc64 2022-12-13 12:01:50 +03:00