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

56939 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
639565f915
Fix #7569 - Multi-level order by and offset/fetch ignored on parenthesized query expressions. (#7571)
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-09 20:59:37 -03:00
GitHub Action
6862324f9d increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-09 20:15:36 +00:00
Mark Rotteveel
85bbdf3301 #7576 Allow nested parenthesized joined table
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-09 16:22:14 +02:00
Dmitry Yemanov
f581f37dc8
Optimize creation of expression and partial indices (#7559)
* Refactor index condition/expression evaluation into classes. Speed up (appr. 10x) creation and validation time for conditional indices.

* Simplified NULL handling when index keys are composed

* Refactor index key creation (from record). Optimize evaluation of index expressions.

* Adjustments after Vlad's review

* Remove redundant variables
2023-05-09 17:11:04 +03:00
GitHub Action
bc7b17cc1e increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-08 20:13:05 +00:00
Mark Rotteveel
397b28a034 Delete obsolete README.Win9X_NT_embedding
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-08 17:07:02 +02:00
GitHub Action
3b407eaa8d increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-06 20:13:11 +00:00
Adriano dos Santos Fernandes
fec506f4de
Feature #5959 - Add support for QUARTER to EXTRACT, FIRST_DAY and LAST_DAY [CORE5693] (#7564)
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-06 13:16:03 -03:00
GitHub Action
efb56ceb10 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-05 20:13:30 +00:00
Adriano dos Santos Fernandes
b46ec42fff Try to get rid of Android emulator timeouts.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/package Build is passing
2023-05-05 08:40:47 -03:00
GitHub Action
71b5cb5626 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-04 20:13:28 +00:00
Adriano dos Santos Fernandes
39fb998078 Fix #7562 - Profiler elapsed times are incorrect in Windows.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
continuous-integration/drone/promote/package Build is passing
2023-05-03 22:38:57 -03:00
GitHub Action
0ede796f5c increment build number
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is passing
continuous-integration/drone/promote/packaging Build is passing
2023-04-28 20:13:36 +00:00
AlexPeshkoff
bcd99808b7 Debugging enhancement - always copy shared file images to core dump
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-04-28 18:20:41 +03:00
Vlad Khorsun
82087d7670 Fixed wrong usage of deferred packets when current protocol doesn't supports its (XNET, for example).
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-04-28 01:08:04 +03:00
GitHub Action
3b6e1f6527 increment build number
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-04-27 20:14:07 +00:00
Adriano dos Santos Fernandes
bed6f881f2
Add config*~ to .gitignore
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-04-26 22:55:56 -03:00
Adriano dos Santos Fernandes
e05d8f7d15 Fix #7553 - Firebird 5 profiler error with subselects.
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-04-26 20:03:14 -03:00
GitHub Action
5205d16b9f increment build number
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-04-26 20:12:45 +00:00
AlexPeshkoff
3018b8127e Fix for #7556: FB Classic can hang when attempts to attach DB while it is starting to encrypt/decrypt
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-04-26 20:43:25 +03:00
Dmitry Yemanov
237cd56637 Ensure the positioned update/delete sees the actual version of record after refetch-based sorting
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-04-26 11:26:10 +03:00
GitHub Action
0fdfc3c123 increment build number 2023-04-24 20:13:57 +00:00
AlexPeshkoff
0609bc20d9 Fix for #7555: Invalid configuration for random fresh created database may be used after drop of another one with alias in databases.conf 2023-04-24 20:09:18 +03:00
GitHub Action
013393bea3 increment build number 2023-04-22 20:13:30 +00:00
TreeHunter
043392e601
Reduce output of the SHOW GRANTS command (#7506)
* Reduce output of the SHOW GRANTS command

* Even further reduce the output of the SHOW GRANTS command

* Correct WITH GRANT OPTION check

* Remove redundant string initialisation

* Use FB_NELEM instead of manual calculating length of the array

---------

Co-authored-by: Artem Ivanov <artyom.ivanov@red-soft.ru>
2023-04-22 21:14:20 +03:00
Adriano dos Santos Fernandes
4f93c25ce3
Change scheduled time of increment-build-number job. 2023-04-22 12:31:26 -03:00
GitHub Action
4c4ff3d1d3 increment build number 2023-04-21 23:09:31 +00:00
Vlad Khorsun
182653f1e3 Avoid release of already released object.
This is missed part of older commit e5e60d292.
2023-04-21 13:51:55 +03:00
GitHub Action
8833087e93 increment build number 2023-04-20 23:09:37 +00:00
Dmitry Yemanov
7a3f6d7ad8 Please Dimitry Sibiryakov re. hardcoded strings 2023-04-20 16:25:32 +03:00
Dmitry Yemanov
9527ad2406 Implemented #7001: ISQL showing publication status 2023-04-20 14:39:45 +03:00
Dmitry Yemanov
f6c9b5dde4 Minimalist fix for #6260: allow replication using the global settings only 2023-04-20 10:04:55 +03:00
Dmitry Yemanov
59af7267b1 Implement #7425: Add REPLICA MODE to the output of the isql SHOW DATABASE command 2023-04-20 10:04:40 +03:00
Dmitry Yemanov
5af209a952 Avoid random generation of field IDs, respect the user-specified order instead 2023-04-20 10:03:25 +03:00
GitHub Action
61a6a7ef0f increment build number 2023-04-19 23:10:28 +00:00
Adriano dos Santos Fernandes
37d81dcc7d Remove warnings. 2023-04-18 22:51:18 -03:00
GitHub Action
e37e682655 increment build number 2023-04-18 23:09:43 +00:00
Adriano dos Santos Fernandes
68922442fc Add CompressorTest to Windows build. 2023-04-18 06:49:40 -03:00
Adriano dos Santos Fernandes
50755f1ed9 Add test for Compressor class. 2023-04-17 23:01:21 -03:00
Adriano dos Santos Fernandes
a526db63a8 Remove warnings. 2023-04-17 21:14:29 -03:00
Adriano dos Santos Fernandes
bfe818e220 Fix #7548 - SET BIND OF TIMESTAMP WITH TIME ZONE TO CHAR is not working with UTF8 connection charset. (#7549) 2023-04-17 21:05:47 -03:00
GitHub Action
c6aa34288b increment build number 2023-04-16 23:08:55 +00:00
Vlad Khorsun
c94d96b308 Improvement #7550 : Add support for -parallel in combination with gfix -icu 2023-04-16 18:26:02 +03:00
GitHub Action
6804a6a39f increment build number 2023-04-13 23:09:20 +00:00
AlexPeshkoff
0e67aa86b8 Fix for #7545: Server crash on some LockMemSize values 2023-04-13 17:40:50 +03:00
Vlad Khorsun
88a434dacc Frontported improvement #7494 : Firebird performance issue - non necessary index reads.
Also, fixed unregistered bug when scan of multi-segmented descending index with partial match and greater-than condition could miss some records.
2023-04-13 13:05:27 +03:00
GitHub Action
dd4c28ffcf increment build number 2023-04-12 23:09:08 +00:00
AlexPeshkoff
b32d75a38f Warning 2023-04-12 20:36:35 +03:00
GitHub Action
0bbae51e1b increment build number 2023-04-10 23:08:59 +00:00
Vlad Khorsun
eef85b851e Regenerated file 2023-04-10 14:34:22 +03:00