dimitr
cd83cf9da0
Better (fingers crossed) sharing of the index expression between IndexKey's
continuous-integration/drone/push Build is passing
2023-05-13 12:08:44 +03:00
GitHub Action
49b56fb2f4
increment build number
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.
continuous-integration/drone/push Build is passing
2023-05-12 14:31:05 +03:00
GitHub Action
2238d368e0
increment build number
continuous-integration/drone/push Build is passing
2023-05-11 20:13:08 +00:00
dimitr
70cffb00b6
Yet another postfix
continuous-integration/drone/push Build is passing
2023-05-11 13:42:20 +03:00
dimitr
6e58bd721c
Fixed index expression recursion errors after my recent changes
continuous-integration/drone/push Build is passing
2023-05-11 11:31:24 +03:00
GitHub Action
6b051ee65e
increment build number
continuous-integration/drone/push Build is passing
2023-05-10 20:17:41 +00:00
Adriano dos Santos Fernandes
639565f915
Fix #7569 - Multi-level order by and offset/fetch ignored on parenthesized query expressions. ( #7571 )
continuous-integration/drone/push Build is passing
2023-05-09 20:59:37 -03:00
GitHub Action
6862324f9d
increment build number
continuous-integration/drone/push Build is passing
2023-05-09 20:15:36 +00:00
Mark Rotteveel
85bbdf3301
#7576 Allow nested parenthesized joined table
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
continuous-integration/drone/push Build is passing
2023-05-08 20:13:05 +00:00
Mark Rotteveel
397b28a034
Delete obsolete README.Win9X_NT_embedding
continuous-integration/drone/push Build is passing
2023-05-08 17:07:02 +02:00
GitHub Action
3b407eaa8d
increment build number
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 )
continuous-integration/drone/push Build is passing
2023-05-06 13:16:03 -03:00
GitHub Action
efb56ceb10
increment build number
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.
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
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.
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
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
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).
continuous-integration/drone/push Build encountered an error
2023-04-28 01:08:04 +03:00
GitHub Action
3b6e1f6527
increment build number
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
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.
continuous-integration/drone/push Build encountered an error
2023-04-26 20:03:14 -03:00
GitHub Action
5205d16b9f
increment build number
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
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
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