2018-05-09 |
Joeri van Ruth |
Add test for loading compressed data
Mar2018
|
2018-05-09 |
Sjoerd Mullender |
Properly fix bug 6598.
Mar2018
|
2018-05-09 |
Pedro Ferreira |
Add check for Python 3.5 version in Python 3 UDFs. This fixes bug 6598
Mar2018
|
2018-05-09 |
Aris Koning |
Correct 32 bits test output.
config_rss
|
2018-05-08 |
Sjoerd Mullender |
Merge with default branch.
system-functions
|
2018-05-08 |
Sjoerd Mullender |
Use sizeof.
Mar2018
|
2018-05-08 |
Sjoerd Mullender |
Merge with Mar2018 branch.
|
2018-05-08 |
Sjoerd Mullender |
Removed unneeded stable output.
Mar2018
|
2018-05-08 |
Sjoerd Mullender |
Fix upgrade of tables and columns views.
Mar2018
|
2018-05-08 |
Sjoerd Mullender |
Fix typo in name of deprecated function.
Mar2018
|
2018-05-08 |
Sjoerd Mullender |
We don't need to send multi-line queries to the server.
system-functions
|
2018-05-08 |
Sjoerd Mullender |
Fix upgrade of tables and columns views.
system-functions
|
2018-05-08 |
Panagiotis Koutsourakis |
Add new test for credentials
remote_auth
|
2018-05-08 |
Sjoerd Mullender |
Simplify code by removing (near) repetition.
Mar2018
|
2018-05-08 |
Sjoerd Mullender |
Use sys.functions.system if the server supports it.
system-functions
|
2018-05-08 |
Sjoerd Mullender |
Typo.
system-functions
|
2018-05-08 |
Sjoerd Mullender |
Replace table sys.systemfunctions with a view.
system-functions
|
2018-05-08 |
Sjoerd Mullender |
Create SYSTEM functions/aggregates etc. when upgrading.
system-functions
|
2018-05-08 |
Sjoerd Mullender |
Normalize output for system functions.
system-functions
|
2018-05-08 |
Lefteris Sidirourgos |
support (void,oid) comparison given the ATOMbasetype of oid
batcalc-candidates
|
2018-05-08 |
Sjoerd Mullender |
Unpackage must succeed before we can try to upgrade.
Mar2018
|
2018-05-08 |
Sjoerd Mullender |
Remove superfluous backslashes.
Mar2018
|
2018-05-08 |
Panagiotis Koutsourakis |
Change single to double quotes in python test
remote_auth
|
2018-05-08 |
Panagiotis Koutsourakis |
Handle replica remote tables
remote_auth
|
2018-05-08 |
Panagiotis Koutsourakis |
Remove useless property
remote_auth
|
2018-05-08 |
Mihai Varga |
weld: less generic handling for like, but we don't need locks anymore
rel-weld
|
2018-05-08 |
Aris Koning |
Add test output for 32 bits windows.
config_rss
|
2018-05-07 |
Mihai Varga |
hacky weld impl for sys.identity
rel-weld
|
2018-05-07 |
Mihai Varga |
weld impl for semijoin - we do a normal join but only use a single match
rel-weld
|
2018-05-07 |
Mihai Varga |
rel_weld: check if weld_func is NULL
rel-weld
|
2018-05-07 |
Mihai Varga |
weld date_extract_year udf
rel-weld
|
2018-05-07 |
Mihai Varga |
mal_weld: replace a dense BAT with a non-dense BAT
rel-weld
|
2018-05-04 |
Mihai Varga |
weld impl for likeselect with re_match_no_ignore udf
rel-weld
|
2018-05-07 |
Lefteris Sidirourgos |
compare base on the type of the BAT and not the type of the underlying storage
batcalc-candidates
|
2018-05-07 |
Aris Koning |
Fix test output.
config_rss
|
2018-05-04 |
Lefteris Sidirourgos |
NULL result only if the IF clause is NULL, not the THEN and ELSE
batcalc-candidates
|
2018-05-02 |
Lefteris Sidirourgos |
merge subjoin to batcalc-candidates
batcalc-candidates
|
2018-05-02 |
Lefteris Sidirourgos |
merge with default
batcalc-candidates
|
2018-05-03 |
Panagiotis Koutsourakis |
Add some assertions
remote_auth
|
2018-05-03 |
Panagiotis Koutsourakis |
Approve output
remote_auth
|
2018-05-03 |
Panagiotis Koutsourakis |
Delete remote table credentials from vault when dropping table
remote_auth
|
2018-05-03 |
Panagiotis Koutsourakis |
Merge with default
remote_auth
|
2018-05-03 |
Panagiotis Koutsourakis |
Merge with Mar2018
|
2018-05-02 |
Mihai Varga |
rel_weld: fixed a bug related to how a cmp exp is interpreted
rel-weld
|
2018-05-02 |
Mihai Varga |
rel_weld: join - don't use struct is we have only one column
rel-weld
|
2018-05-02 |
Mihai Varga |
rel_weld: groupby - don't use structs if we have only one column
rel-weld
|
2018-05-01 |
Mihai Varga |
rel_weld: project - don't use structs if we have only one column
rel-weld
|
2018-05-01 |
Mihai Varga |
rel_weld: destroy sa_lists
rel-weld
|
2018-05-01 |
Mihai Varga |
weld impl for join - can't test it yet because of missing weld features
rel-weld
|
2018-05-01 |
Mihai Varga |
rel_weld: use a sprintf wrapper to append weld stmts to a single buffer backed by an sa_allocator
rel-weld
|
2018-04-30 |
Mihai Varga |
rel_weld.c code cleanup
rel-weld
|
2018-04-26 |
Mihai Varga |
weld impl for groupby
rel-weld
|
2018-04-25 |
Mihai Varga |
weld impl for TOPN
rel-weld
|
2018-04-25 |
Mihai Varga |
weld impl for Order By - not working yet, depends on Weld issue #347
rel-weld
|
2018-04-24 |
Mihai Varga |
string support + small readme in rel_weld.c
rel-weld
|
2018-04-24 |
Mihai Varga |
runtime flag to guard the rel->weld path
rel-weld
|
2018-05-03 |
Mark Raasveldt |
Fix JIT UDF is_null function for new flt_nil and dbl_nil and add new testcase.
Mar2018
|
2018-05-02 |
Panagiotis Koutsourakis |
Check for allocation failures
remote_auth
|
2018-05-02 |
Panagiotis Koutsourakis |
Initial implementation of delete remote table credentials function
remote_auth
|
2018-05-02 |
Panagiotis Koutsourakis |
Remove unused parameter
remote_auth
|