2020-10-22 |
Pedro Ferreira |
More cleanup
window-tunning
|
2020-10-22 |
Pedro Ferreira |
Need extra check for NULL values on floating-points in order to match
window-tunning
|
2020-10-22 |
Pedro Ferreira |
Fixing the bugs I created. I forgot in the unbounded cases, the peer rows get the same value, time for another small cleanup. Also reduced the number of branches in count function
window-tunning
|
2020-10-21 |
Panagiotis Koutsourakis |
Reallocate profiler output buffer if it is not enough
Oct2020
|
2020-10-21 |
Pedro Ferreira |
Move diff function into bounds translation unit
window-tunning
|
2020-10-21 |
Pedro Ferreira |
Don't open the possibilities to shortcuts too much
window-tunning
|
2020-10-21 |
Pedro Ferreira |
Updated avg returning int analytical function
window-tunning
|
2020-10-21 |
Pedro Ferreira |
Updated avg analytical function
window-tunning
|
2020-10-21 |
Pedro Ferreira |
Cleanup
window-tunning
|
2020-10-21 |
Pedro Ferreira |
Small cleanup
window-tunning
|
2020-10-21 |
Sjoerd Mullender |
Merge with Jun2020 branch.
Oct2020
|
2020-10-21 |
Sjoerd Mullender |
We can simply delete left over temporary hash files.
Jun2020
|
2020-10-21 |
Pedro Ferreira |
Updated prod analytical function
window-tunning
|
2020-10-21 |
Pedro Ferreira |
Updated sum analytical function
window-tunning
|
2020-10-21 |
Sjoerd Mullender |
Enable lz4 support on selected systems.
Oct2020
|
2020-10-21 |
Pedro Ferreira |
Updated count analytical function
window-tunning
|
2020-10-21 |
Niels Nes |
in mergetable optimizer all inserts are handled by the last partition, ie
Jun2020
|
2020-10-21 |
Pedro Ferreira |
Switch frame type at the top of the operator
window-tunning
|
2020-10-20 |
Aris Koning |
Ungoing work.
monetdbe-proxy
|
2020-10-20 |
Pedro Ferreira |
Scoping search on variables
scoping2
|
2020-10-20 |
Aris Koning |
Add design for proxified monetdbe_append.
monetdbe-proxy
|
2020-10-20 |
Aris Koning |
Add TODO.
monetdbe-proxy
|
2020-10-13 |
Aris Koning |
Merge with default.
monetdbe-proxy
|
2020-10-20 |
Pedro Ferreira |
Scoping rules for analyze statement and updated error codes
scoping2
|
2020-10-20 |
Pedro Ferreira |
Scoping for SQL indexes, types and triggers
scoping2
|
2020-10-20 |
Pedro Ferreira |
Using search path for sequences. More testing needed
scoping2
|
2020-10-20 |
Pedro Ferreira |
Use a macro for the search path algorithm, so there will be no duplicated code. Next step, add search path for sequences, functions, SQL indexes...
scoping2
|
2020-10-20 |
Pedro Ferreira |
Triggers and views are created on the session's schema by default. Also cleaned scoping for privilege granting on a table
scoping2
|
2020-10-20 |
Pedro Ferreira |
More cleanup
scoping2
|
2020-10-20 |
Pedro Ferreira |
Cleanup for rename DDLs
scoping2
|
2020-10-20 |
Pedro Ferreira |
More cleanup
scoping2
|
2020-10-20 |
Pedro Ferreira |
Cleaned some error messages and made server run
scoping2
|
2020-10-20 |
Pedro Ferreira |
Merged with default
scoping2
|
2020-10-20 |
Pedro Ferreira |
Merged with default
window-tunning
|
2020-10-20 |
Pedro Ferreira |
Merged with Oct2020
|
2020-10-19 |
Sjoerd Mullender |
Work around cmake not honoring config time *_FULL_* variables during install.
Oct2020
|
2020-10-19 |
Pedro Ferreira |
Global case for min and max functions added. Now I have to do the same for the remaining aggregates, but the worst is done.
window-tunning
|
2020-10-19 |
Niels Nes |
disable relocatable
Oct2020
|
2020-10-19 |
Niels Nes |
small cmake fixes for building packages
Oct2020
|
2020-10-19 |
Sjoerd Mullender |
Cleanup of cmake install variables; get rid of LOGDIR and RUNDIR.
Oct2020
|
2020-10-19 |
Sjoerd Mullender |
Removed unused cmake variables {BIN,DATA,LIB}_DIR.
Oct2020
|
2020-10-19 |
Pedro Ferreira |
Added SQL layer code for special window function execution cases. Now into MAL
window-tunning
|
2020-10-19 |
Sjoerd Mullender |
Closing branch octbugs.
octbugs
|
2020-10-19 |
Sjoerd Mullender |
Merged octbugs branch into Oct2020.
Oct2020
|
2020-10-19 |
Pedro Ferreira |
Global window functions will use a shorter route. Removed FRAME_ALL in place for 4 new execution modes. Tests are now broken
window-tunning
|
2020-10-19 |
Pedro Ferreira |
Code more compiler friendly
window-tunning
|
2020-10-19 |
Pedro Ferreira |
Pass diff function output into group frame so it will get right results for call with more than one ordering column
window-tunning
|
2020-10-19 |
Pedro Ferreira |
Small cleanup and be carefull with operator order
window-tunning
|
2020-10-19 |
Pedro Ferreira |
Closed clean-candidates branch once merged with default
clean-candidates
|
2020-10-19 |
Pedro Ferreira |
Merged with octbugs
|
2020-10-19 |
Pedro Ferreira |
Merged with clean-candidates
|
2020-10-19 |
Pedro Ferreira |
Merged with default
clean-candidates
|
2020-10-19 |
Pedro Ferreira |
Starting cleanup by removing redundant increments
window-tunning
|
2020-10-19 |
Niels Nes |
add asserts, ie deletes bat needs to be TYPE_oid
Jun2020
|
2020-10-18 |
Niels Nes |
make sure we have relational select when handling a not-in
octbugs
|
2020-10-18 |
Pedro Ferreira |
This query was not fixed yet
octbugs
|
2020-10-18 |
Pedro Ferreira |
Moved tests for sqlancer07 to avoid another int128 vs no-int128 outputs and approved it
octbugs
|
2020-10-16 |
Pedro Ferreira |
Starting to implement search path. This is not functional yet, but there are some steps done.
scoping2
|
2020-10-16 |
Niels Nes |
rewrite outer-join when we have a outer ref (freevar) or subquery (exp_is_rel)
octbugs
|
2020-10-16 |
Pedro Ferreira |
Before looking into the search path, a small cleanup
|