19 months ago |
Sjoerd Mullender |
Closing branch use_min_max_prop.
use_min_max_prop
|
19 months ago |
Niels Nes |
only set query context if we have a client
|
19 months ago |
Sjoerd Mullender |
Updated documentation.
Jun2023
|
19 months ago |
Martin van Dinther |
Update mhelp and sql/ChangeLog with new BY DEFAULT option.
|
19 months ago |
Niels Nes |
rewrite left outer group joins into semi/anti joins when possible, ie when the result of an exists/in/not in/any/all is used in the projection on which later a where/having expression is done.
groupjoin
|
19 months ago |
Niels Nes |
simplified code (resolving compilation warning)
groupjoin
|
19 months ago |
Niels Nes |
merged with default
groupjoin
|
19 months ago |
Niels Nes |
handle single expression group joins via markjoin
groupjoin
|
19 months ago |
Sjoerd Mullender |
Some changelog blurbs.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Enable restriction to only check for using too much mem in heap allocs.
Jun2023
|
19 months ago |
Niels Nes |
reanabled some expression push down for expressions in a left outer group join
groupjoin
|
19 months ago |
Sjoerd Mullender |
Merge ChangeLog.strimps-updates into ChangeLog.
|
19 months ago |
Niels Nes |
enabled outerjoin for non complex cases (ie no is nor any semantics).
groupjoin
|
19 months ago |
Sjoerd Mullender |
Merge with Jun2023 branch.
|
19 months ago |
Sjoerd Mullender |
Better cleanup of dataflow threads.
|
19 months ago |
Niels Nes |
small cleanup of unused code
groupjoin
|
19 months ago |
Niels Nes |
merged with default
groupjoin
|
19 months ago |
Niels Nes |
reimplemented exists, in/not in, any/all.
groupjoin
|
19 months ago |
stefanos mavros |
Merge with default
balanced_union
|
19 months ago |
stefanos mavros |
Properly handling munion when searching an exp down the rel tree
balanced_union
|
19 months ago |
stefanos mavros |
Set exp card MULTI for munion op exps in unnest
balanced_union
|
19 months ago |
Sjoerd Mullender |
Signal crashes.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Tests aren't failing anymore.
Jun2023
|
19 months ago |
stefanos mavros |
Fixes bugs due to typos
balanced_union
|
19 months ago |
Sjoerd Mullender |
Signal crashes.
|
19 months ago |
Sjoerd Mullender |
Do not end upgrade code with a COMMIT.
|
19 months ago |
Sjoerd Mullender |
A little cleanup.
|
19 months ago |
Sjoerd Mullender |
Unused variable.
|
19 months ago |
Sjoerd Mullender |
Reworked allocation code in the dataflow.
|
19 months ago |
Sjoerd Mullender |
If name for new thread contains "XXXX", replace that with thread ID.
|
19 months ago |
Sjoerd Mullender |
Some small fixes to updated thread code.
|
19 months ago |
Sjoerd Mullender |
Avoid recursive lock.
|
19 months ago |
Lucas Pereira |
Merge with Jun2023.
|
19 months ago |
Lucas Pereira |
Test for 10.sql in GH7390.
Jun2023
|
19 months ago |
Lucas Pereira |
If ANY quantifier on a single value, zap the quantifier.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Removed THRcreate, THRgettid, use MT_thread_create, MT_getpid instead.
|
19 months ago |
Sjoerd Mullender |
Hide Thread structure, unexport THRdel, simplify Thread struct content.
|
19 months ago |
Sjoerd Mullender |
Fix windows compilation.
|
19 months ago |
stefanos mavros |
Implements setquery for n-ary set op multi-union WIP
balanced_union
|
19 months ago |
Sjoerd Mullender |
Simplify code.
Jun2023
|
19 months ago |
Sjoerd Mullender |
Compare strings properly.
Jun2023
|
19 months ago |
Niels Nes |
use groupjoin also for exists (groupjoins have an attribute result list, for any/all/in we add a boolean result atom expression, for exists this expression is marked with 'need no nil'
groupjoin
|
19 months ago |
Sjoerd Mullender |
Fix and approve upgrade code.
|
19 months ago |
Sjoerd Mullender |
Move freebats info to mtthread.
|
19 months ago |
Sjoerd Mullender |
Thread cleanup: remote THRdata, change GDKstd{in,out}, GDKerrbuf definitions.
|
19 months ago |
Sjoerd Mullender |
Move stuff from the Thread structure to the mtthread structure.
|
19 months ago |
Sjoerd Mullender |
Removed unused function THRget.
|
19 months ago |
Sjoerd Mullender |
Typo.
|
19 months ago |
stefanos mavros |
Merges with default
balanced_union
|
19 months ago |
stefanos mavros |
Handling multi-union op in most cases WIP
balanced_union
|
19 months ago |
Martin van Dinther |
Fix problem with view sys.describe_comments. It used to describe all comments, even when the comment was defined on a system object.
|
19 months ago |
Martin van Dinther |
Give more information when bad column type.
|
19 months ago |
Martin van Dinther |
Add first tests for new INFORMATION_SCHEMA views
|
19 months ago |
Yunus Koning |
allow digit group separator in non-decimal literal integers
literal_features
|
19 months ago |
Sjoerd Mullender |
In case there are multiple handles, make sure we use the correct query context.
|
19 months ago |
Sjoerd Mullender |
Code deduplication: combine Windows and Posix thread code.
|
19 months ago |
Mitchell Weggemans |
merge
|
19 months ago |
Mitchell Weggemans |
fix table in README
|
19 months ago |
Martin van Dinther |
Update the ChangeLog with the new INFORMATION_SCHEMA views
|
19 months ago |
Mitchell Weggemans |
it should be CMAKE_UNITTESTS
|