2018-11-02 |
Sjoerd Mullender |
Vault was removed.
Aug2018
|
2018-11-01 |
Pedro Ferreira |
Added TPC-DS benchmark SF 0.01 ETL tests, plus query 98.
|
2018-11-01 |
Sjoerd Mullender |
Don't call BUNappend with a NULL pointer.
|
2018-11-01 |
Panagiotis Koutsourakis |
Update help message for CREATE REMOTE TABLE
Aug2018
|
2018-11-01 |
Sjoerd Mullender |
Removed module vault.
|
2018-11-01 |
Sjoerd Mullender |
Removed module mcurl.
|
2018-11-01 |
Sjoerd Mullender |
Merge with Aug2018 branch.
|
2018-11-01 |
Sjoerd Mullender |
Disabled mcurl.* functions due to security concerns.
Aug2018
|
2018-11-01 |
Sjoerd Mullender |
Remove duplicate defines.
|
2018-11-01 |
Sjoerd Mullender |
Refactored decimal casting.
|
2018-10-31 |
Sjoerd Mullender |
Simplify macros by dropping unused arguments.
|
2018-10-31 |
Sjoerd Mullender |
Use scales array instead of multiple divisions by 10.
|
2018-11-01 |
Aris Koning |
More includes...
config_rss
|
2018-11-01 |
Pedro Ferreira |
Don't create extra expression for joins to the left of window function projections.
analytics
|
2018-10-30 |
Pedro Ferreira |
Merge with default.
analytics
|
2018-10-30 |
Pedro Ferreira |
Enforce a lng type as default for rows and groups bounds.
analytics
|
2018-10-30 |
Sjoerd Mullender |
Implemented group_concat skip_nils option, reduced amount of temp space.
|
2018-10-30 |
Sjoerd Mullender |
Circumvent an indirection.
|
2018-10-30 |
Sjoerd Mullender |
Move BAT(group)str_group_concat to gdk_string.c.
|
2018-10-30 |
Sjoerd Mullender |
Moved string atom implementation to a separate file.
|
2018-10-30 |
Pedro Ferreira |
Support for aggregations inside window function calls (.e.g. select avg(sum(col1)) over () from tbl1).
analytics
|
2018-10-30 |
Aris Koning |
Include options headers.
config_rss
|
2018-10-30 |
Sjoerd Mullender |
Merge with Aug2018 branch.
|
2018-10-30 |
Sjoerd Mullender |
Typo.
Aug2018
|
2018-10-30 |
Sjoerd Mullender |
Changed BUNtail and friends to return a void * instead of char *.
|
2018-10-30 |
Sjoerd Mullender |
Prefer array indexing over pointer dereferencing.
|
2018-10-30 |
Sjoerd Mullender |
Presumed typo.
|
2018-10-30 |
Sjoerd Mullender |
Add comments about which values produce NIL as hash value.
|
2018-10-30 |
Pedro Ferreira |
Memory leak fix, tests approval and cast outputs to bigint to avoid another output file.
analytics
|
2018-10-30 |
Sjoerd Mullender |
Some more SQL state 0A000.
Aug2018
|
2018-10-30 |
Sjoerd Mullender |
Use SQL state 0A000 (Feature not implemented) for PROGRAM_NYI error.
Aug2018
|
2018-10-30 |
Sjoerd Mullender |
The function sys.getcontent(url) was disabled due to security concerns.
Aug2018
|
2018-10-29 |
Sjoerd Mullender |
Implemented reading remote files (URLs) with COPY INTO.
|
2018-10-29 |
Sjoerd Mullender |
Include file name in error message.
|
2018-10-29 |
Sjoerd Mullender |
Add ON CLIENT/SERVER to COPY INTO descriptions.
|
2018-10-29 |
Sjoerd Mullender |
Mention COPY INTO ... ON CLIENT as alternative.
|
2018-10-29 |
Sjoerd Mullender |
Read to flush marker after error from client in remote copy into.
|
2018-10-29 |
Pedro Ferreira |
Added missing SQL function prototype, plus a more generic window function without from clause handling.
analytics
|
2018-10-29 |
Sjoerd Mullender |
Use an enum for BAT properties (GDK_MIN_VALUE and GDK_MAX_VALUE).
|
2018-10-29 |
Sjoerd Mullender |
Fix early out using min/max properties.
|
2018-10-29 |
Sjoerd Mullender |
Maintain min/max properties in append.
|
2018-10-29 |
Sjoerd Mullender |
Clarification for MIN/MAX properties.
|
2018-10-29 |
Pedro Ferreira |
Added test with windowing queries similar to the ones used in TPC-DS benchmark.
analytics
|
2018-10-29 |
Pedro Ferreira |
Added possibility to extend the definition of an existing window on the projection clause (SQL standard feature).
analytics
|
2018-10-29 |
Panagiotis Koutsourakis |
Merge with default
data-vaults
|
2018-10-29 |
Aris Koning |
Include stream headers.
config_rss
|
2018-10-26 |
Pedro Ferreira |
Return a better error message. Also added tests for time columns.
analytics
|
2018-10-26 |
Pedro Ferreira |
Tests approval.
analytics
|
2018-10-26 |
Sjoerd Mullender |
Approve correct results.
|
2018-10-26 |
Sjoerd Mullender |
Fix function interface.
|
2018-10-26 |
Pedro Ferreira |
Merge with default.
analytics
|
2018-10-26 |
Pedro Ferreira |
Cleaned code generation for window bounds, because the range bound with CURRENT ROW has a different meaning, and the current implementation was incompatible for temporal types.
analytics
|
2018-10-26 |
Pedro Ferreira |
Fixed ranges calculation for month intervals and added more tests.
analytics
|
2018-10-26 |
Sjoerd Mullender |
Merge with Aug2018 branch.
|
2018-10-26 |
Sjoerd Mullender |
Crashes trump missing output files.
Aug2018
|
2018-10-26 |
Aris Koning |
Include directory gdk.
config_rss
|
2018-10-25 |
Sjoerd Mullender |
New macro: BUNtoid(BAT *b, BUN p).
|
2018-10-25 |
Martin van Dinther |
Removal of 2 obsolete and not used defines
|
2018-10-25 |
Sjoerd Mullender |
Merge with Aug2018 branch.
|
2018-10-25 |
Sjoerd Mullender |
Removed some old code.
Aug2018
|