2020-03-18 |
Sjoerd Mullender |
Closing branch after merge.
pushdown
|
2020-03-18 |
Sjoerd Mullender |
Merged pushdown branch into default.
Jun2020_root
|
2020-03-18 |
Sjoerd Mullender |
The proj_api.h stuff has been deprecated. For now silence with a define.
|
2020-03-18 |
Pedro Ferreira |
Query crashing the server
|
2020-03-17 |
Niels Nes |
merged with default
pushdown
|
2020-03-17 |
Niels Nes |
approved output
pushdown
|
2020-03-17 |
Niels Nes |
sub..exist/not exist returns true/false always...
|
2020-03-17 |
Pedro Ferreira |
SQLsubnot_exist never outputs nil
|
2020-03-17 |
Pedro Ferreira |
Queries with wrong results
|
2020-03-17 |
Niels Nes |
merged with default
pushdown
|
2020-03-17 |
Niels Nes |
approved output
pushdown
|
2020-03-17 |
Pedro Ferreira |
Fixed test
|
2020-03-17 |
Pedro Ferreira |
Fixed error message in comment
|
2020-03-17 |
Niels Nes |
keep nrcols better within the sql_rel structure. Solves issues with
|
2020-03-17 |
Pedro Ferreira |
Partial fix for bug 6415, ie use second interval for difference between dates. We cannot use month interval because it doesn't fit for the difference
|
2020-03-17 |
Pedro Ferreira |
Forgot to add test file
|
2020-03-17 |
Pedro Ferreira |
Added test for bug 6415
|
2020-03-17 |
Sjoerd Mullender |
Merge with default branch.
pushdown
|
2020-03-17 |
Pedro Ferreira |
Look for groupby expressions only when the cardinality is AGGR
|
2020-03-17 |
Pedro Ferreira |
Query crashing the server
|
2020-03-16 |
Sjoerd Mullender |
Don't mix signed and unsigned.
|
2020-03-16 |
Pedro Ferreira |
Bug 3815 has not been fixed yet
|
2020-03-16 |
Pedro Ferreira |
trigger_action needs KNOWNFAIL
|
2020-03-16 |
Pedro Ferreira |
Added fixes for bug related to bug 3741, ie when an error happens in the body of a trigger, throw the error. The trigger_action test is giving a wrong result, but I'm looking into it
|
2020-03-16 |
Niels Nes |
reset cardinality during unnest, ie when a expression is added the cardinality goes up.
|
2020-03-16 |
Pedro Ferreira |
Reverting this morning changes and added rel_exp_visitor_bottomup and rel_exp_visitor_topdown.
|
2020-03-16 |
Niels Nes |
GDKinit call has extra argument
mbedded
|
2020-03-16 |
Sjoerd Mullender |
Approve after changeset 9da7ad49ac99.
|
2020-03-16 |
Sjoerd Mullender |
Fix UUID handling for big-endian systems.
|
2020-03-16 |
Sjoerd Mullender |
Just return if something went wrong during upgrade.
pushdown
|
2020-03-16 |
Sjoerd Mullender |
algebra.semijoin of which only first output is used is algebra.intersect.
pushdown
|
2020-03-14 |
Niels Nes |
add missing file
mbedded
|
2020-03-16 |
Sjoerd Mullender |
Pass proper SQLSTATE on to client.
|
2020-03-16 |
Sjoerd Mullender |
English.
|
2020-03-16 |
Sjoerd Mullender |
Treat SQL_NUMERIC/SQL_FLOAT the same as SQL_DECIMAL/SQL_DOUBLE.
|
2020-03-12 |
Panagiotis Koutsourakis |
Merge with default
atom_strings
|
2020-03-16 |
Pedro Ferreira |
Approved query result, we unionize the IN inputs
|
2020-03-16 |
Pedro Ferreira |
Reset window functions cardinality during unnesting, so the rel_distinct_project2groupby optimizer gets right
|
2020-03-16 |
Sjoerd Mullender |
Abandoned branch candidate-type.
candidate-type
|
2020-03-16 |
Pedro Ferreira |
Starting the week with queries with wrong results
|
2020-03-15 |
Niels Nes |
merged
pushdown
|
2020-03-15 |
Martin Kersten |
Fix type with quick push
|
2020-03-15 |
Martin Kersten |
Make sure we consistently reference the MAL_ADMIN user.
|
2020-03-14 |
Martin Kersten |
Force a sync on the stream to be sure.
|
2020-03-14 |
Niels Nes |
merged with default
pushdown
|
2020-03-14 |
Niels Nes |
small changes to get the embedded version to compile with the cmake setup (needs cmake-embedded branch)
mbedded
|
2020-03-13 |
Niels Nes |
fixed small issue with pcre after nil changes
|
2020-03-13 |
Sjoerd Mullender |
Ignore BOM and fix character count.
|
2020-03-13 |
Pedro Ferreira |
Small bug fix, don't allow the null constraint or default value be passed more than once an a column definition
|
2020-03-13 |
Sjoerd Mullender |
Closing branch since it was merged into default.
timezone
|
2020-03-13 |
Sjoerd Mullender |
Merged timezone into default.
|
2020-03-13 |
Niels Nes |
handle null like null etc beter.
|
2020-03-13 |
Niels Nes |
merged with default
timezone
|
2020-03-13 |
Niels Nes |
check for nil
timezone
|
2020-03-13 |
Thodoris Zois |
Add hh.move before every sql.tid statement
hitchhiker
|
2020-03-13 |
Niels Nes |
only project once
pushdown
|
2020-03-13 |
Niels Nes |
merged
pushdown
|
2020-03-13 |
Sjoerd Mullender |
Merge with linear-hashing branch.
|
2020-03-13 |
Sjoerd Mullender |
Use quadrigraph @%:@ for # per the comment at the top of the file.
linear-hashing
|
2020-03-13 |
Pedro Ferreira |
Fixed strncasecmp test. The script I added before tested for the existence of stpcpy instead of strncasecmp.
linear-hashing
|