| Tue, 19 Oct 2021 15:50:01 +0200 |
Pedro Ferreira |
Closed antipush branch after merging into default
antipush
|
| Tue, 19 Oct 2021 15:48:48 +0200 |
Pedro Ferreira |
Merged anitpush into default
|
| Tue, 19 Oct 2021 15:33:20 +0200 |
Pedro Ferreira |
Merged with default
antipush
|
| Tue, 19 Oct 2021 11:56:50 +0200 |
Pedro Ferreira |
Next subquery crash
|
| Tue, 19 Oct 2021 11:15:12 +0200 |
Pedro Ferreira |
Merged with default
antipush
|
| Tue, 19 Oct 2021 11:07:32 +0200 |
Pedro Ferreira |
Issue to be looked on later, on DDL changes UDFs may have to be recompiled
|
| Tue, 19 Oct 2021 09:51:57 +0200 |
Pedro Ferreira |
Don't leak created temporary directory on error and escape backslashes on file paths
|
| Tue, 19 Oct 2021 09:25:21 +0200 |
Pedro Ferreira |
Fixed test output
|
| Mon, 18 Oct 2021 22:14:04 +0200 |
Niels Nes |
don't add an identity column on projects distinct.
|
| Mon, 18 Oct 2021 20:13:32 +0200 |
Niels Nes |
set sub query grouped using input relations grouped flag.
|
| Mon, 18 Oct 2021 17:53:16 +0200 |
Pedro Ferreira |
Merged with default
antipush
|
| Mon, 18 Oct 2021 17:52:16 +0200 |
Pedro Ferreira |
Approve new error message
antipush
|
| Mon, 18 Oct 2021 17:34:09 +0200 |
Niels Nes |
merged
dict
|
| Mon, 18 Oct 2021 17:34:55 +0200 |
Pedro Ferreira |
Merged with default
antipush
|
| Mon, 18 Oct 2021 17:33:46 +0200 |
Niels Nes |
merged
|
| Mon, 18 Oct 2021 17:33:25 +0200 |
Niels Nes |
merged with default
dict
|
| Mon, 18 Oct 2021 17:31:08 +0200 |
Niels Nes |
without outer relations we cannot have free varibales
|
| Mon, 18 Oct 2021 17:26:15 +0200 |
Pedro Ferreira |
Merged rel_distribute calls into rel_optimizer, so they run only when necessary. Removed unecessary includes and don't compute which side to run mitosis when instantiating a SQL function
|
| Mon, 18 Oct 2021 17:14:54 +0200 |
Niels Nes |
fix bug were rolled back new 'rows' aren't marked as deleted
|
| Mon, 18 Oct 2021 17:12:04 +0200 |
Niels Nes |
small cleanup
|
| Mon, 18 Oct 2021 16:20:53 +0200 |
Pedro Ferreira |
Merged with Jul2021
|
| Mon, 18 Oct 2021 16:14:12 +0200 |
Pedro Ferreira |
Backported rel_rewriter fixes from default into Jul2021
Jul2021
|
| Mon, 18 Oct 2021 15:46:30 +0200 |
Niels Nes |
merged
Jul2021
|
| Mon, 18 Oct 2021 15:43:44 +0200 |
Niels Nes |
reset freevars is needed to protect other (incorrect) unnesting
Jul2021
|
| Mon, 18 Oct 2021 11:37:25 +0200 |
Pedro Ferreira |
Added test and fix for bug #7186 Change COPY INTO to use an empty string as the default string delimiter, so it matches with COPY FROM. Updated ChangeLog
|
| Fri, 15 Oct 2021 17:43:47 +0200 |
Pedro Ferreira |
Added test for bug #7180
|
| Fri, 15 Oct 2021 17:40:28 +0200 |
Pedro Ferreira |
Starting to generate correlated subqueries :(
|
| Fri, 15 Oct 2021 16:11:52 +0200 |
Pedro Ferreira |
Don't leak relation references
|
| Fri, 15 Oct 2021 14:40:57 +0200 |
Niels Nes |
add group optimization, ie group on 'not' unique dict can be improved by first
dict
|
| Fri, 15 Oct 2021 14:09:14 +0200 |
Pedro Ferreira |
This hack is no longer needed
|
| Fri, 15 Oct 2021 13:41:12 +0200 |
Pedro Ferreira |
More subquery issues
|
| Fri, 15 Oct 2021 12:37:32 +0200 |
Niels Nes |
add DICTselect (ie value / range select on dicts)
dict
|
| Thu, 14 Oct 2021 15:12:29 +0200 |
Pedro Ferreira |
Merged with default
antipush
|
| Thu, 14 Oct 2021 14:50:13 +0200 |
Pedro Ferreira |
I didn't approve the lengths well
|
| Thu, 14 Oct 2021 14:37:35 +0200 |
Pedro Ferreira |
Fix pointer
|
| Thu, 14 Oct 2021 14:23:39 +0200 |
Pedro Ferreira |
Another variant of issue to be looked later, scale propagation missing
|
| Thu, 14 Oct 2021 14:13:13 +0200 |
Pedro Ferreira |
Fixes for remote plans: 1. My string truncate optimization creates issues on remote plans, so disable it for now. 2. Distinguish between NULL literal and NULL value string
|
| Thu, 14 Oct 2021 11:34:26 +0200 |
Pedro Ferreira |
Use not found error code
|
| Thu, 14 Oct 2021 10:24:58 +0200 |
Pedro Ferreira |
Split 32-bit and 64-bit outputs
|
| Thu, 14 Oct 2021 09:51:10 +0200 |
Niels Nes |
merged with default
dict
|
| Thu, 14 Oct 2021 09:50:49 +0200 |
Niels Nes |
v1 of appends to dict tables
dict
|
| Wed, 13 Oct 2021 18:30:59 +0200 |
Pedro Ferreira |
Approve length
|
| Wed, 13 Oct 2021 18:23:17 +0200 |
Pedro Ferreira |
Merged with default and approved
antipush
|
| Wed, 13 Oct 2021 17:40:04 +0200 |
Pedro Ferreira |
Approve optimizer changes
|
| Wed, 13 Oct 2021 17:11:42 +0200 |
Pedro Ferreira |
Reduce atom_copy when possible. Make sure atom changing functions return a new atom when changes are made
|
| Wed, 13 Oct 2021 16:03:58 +0200 |
Pedro Ferreira |
Cleaning atom propagation on the SQL layer. Always reuse atom pointer unless a write is needed on it. For ease with remote plans, dump number of digits for every type
|
| Wed, 13 Oct 2021 14:45:54 +0200 |
Aris Koning |
Some cosmetic changes to the monetdbe struct types.
|
| Wed, 13 Oct 2021 10:13:29 +0200 |
Pedro Ferreira |
Copy atom's value and make sure input expressions for topn/sample relations are bigint
|
| Wed, 13 Oct 2021 09:35:01 +0200 |
Pedro Ferreira |
Don't print labels on error messages
|
| Tue, 12 Oct 2021 20:00:20 +0200 |
Pedro Ferreira |
Merged with default
antipush
|
| Tue, 12 Oct 2021 19:58:52 +0200 |
Pedro Ferreira |
Make sure rel_push_count_down returns the same output type
|
| Tue, 12 Oct 2021 17:38:54 +0200 |
Pedro Ferreira |
Before optimizing a remote plan, make sure the topmost relation only contains references
|
| Tue, 12 Oct 2021 16:52:07 +0200 |
Pedro Ferreira |
Merged with Jul2021
|
| Tue, 12 Oct 2021 16:48:07 +0200 |
Pedro Ferreira |
Added test and fix for bug #7185. Grouping columns may contain aliases
Jul2021
|
| Tue, 12 Oct 2021 14:39:33 +0200 |
Pedro Ferreira |
Issue to be looked on later. Remote relation gets an extra projection while optimized before generating MAL code, which causes issues later
|
| Tue, 12 Oct 2021 10:39:55 +0200 |
Pedro Ferreira |
Don't push up on single joins or selects
antipush
|
| Tue, 12 Oct 2021 10:29:07 +0200 |
Pedro Ferreira |
Merged with default
antipush
|
| Tue, 12 Oct 2021 10:11:20 +0200 |
Niels Nes |
merged with default
dict
|
| Tue, 12 Oct 2021 10:03:25 +0200 |
Pedro Ferreira |
Added defensive lines and cleanup
|
| Tue, 12 Oct 2021 09:42:54 +0200 |
Pedro Ferreira |
Updated ChangeLog
|