log

age author description
2020-02-10 Pedro Ferreira Removed extra semicolon at tracer.mal
2020-02-09 Pedro Ferreira Merged with linear-hashing
2020-02-09 Pedro Ferreira Merged with Nov2019 linear-hashing
2020-02-09 Pedro Ferreira Fix for mergetable_rel_push_aggr_down test, ie if a grouping column is not in the projection list, skip it Nov2019
2020-02-09 Pedro Ferreira Added test for rel_push_aggr_down optimizer crash with mergetables Nov2019
2020-02-09 Pedro Ferreira Throw better error messages Nov2019
2020-02-09 Pedro Ferreira Prepared statement with table returning function also crashing linear-hashing
2020-02-09 Pedro Ferreira Correlated table returning function calls crashing and wrong error messages ? linear-hashing
2020-02-08 Sjoerd Mullender Code reuse: use binsearchcand function to do binary search. linear-hashing
2020-02-08 Thodoris Zois Align code
2020-02-08 Thodoris Zois Added new line to file
2020-02-08 Thodoris Zois Return log_level per component as a SQL table
2020-02-07 Panagiotis Koutsourakis Format code correctly
2020-02-07 Panagiotis Koutsourakis Add more rst files
2020-02-07 Pedro Ferreira Merged with linear-hashing
2020-02-07 Pedro Ferreira Use const linear-hashing
2020-02-07 Thodoris Zois Changed function call in test tracer00
2020-02-07 Pedro Ferreira Added rel_push_down_bounds optimizer, which looks at diff calls done by a pair of window_bound functions and pushes down the diff linear-hashing
2020-02-07 Thodoris Zois Disabled function logging.showinfo() && report message in case GDKtracer fails to write logs for whatever reason
2020-02-07 Thodoris Zois Report exceptions of GDKtracerAPI to mclient and GDKtracer at the same time
2020-02-07 Pedro Ferreira Small cleanup. In a projection ->r points to a list of expressions, not a relation linear-hashing
2020-02-07 Sjoerd Mullender Initializers should not be empty.
2020-02-06 Panagiotis Koutsourakis Add documentation
2020-02-06 Aris Koning Update TODO's. mosaic
2020-02-06 Aris Koning Variable should be local. mosaic
2020-02-06 Aris Koning Fix testweb compilation issues. mosaic
2020-02-06 Aris Koning On SQL level, allow the use of multiple compression schemes in a single column. mosaic
2020-02-06 Sjoerd Mullender Unused token BATDELETE.
2020-02-06 Sjoerd Mullender Approve.
2020-02-06 Sjoerd Mullender Merge with linear-hashing branch.
2020-02-06 Sjoerd Mullender Make sure the complete struct is initialized.
2020-02-06 Sjoerd Mullender Use canditer_init result since we have it. linear-hashing
2020-02-06 Sjoerd Mullender Properly compare floating point values. linear-hashing
2020-02-06 Aris Koning Approve exports test output. mosaic
2020-02-06 Aris Koning Add layout summary column to analysis output. mosaic
2020-02-06 Sjoerd Mullender Merge with Nov2019 branch. linear-hashing
2020-02-06 Sjoerd Mullender When calling BATunique with a candidate list, always use private hash. Nov2019
2020-02-06 Sjoerd Mullender Properly compare floating point values (especially nil) in hashes. Nov2019
2020-02-04 Sjoerd Mullender Use lock around unsafe call. Nov2019
2020-02-06 Panagiotis Koutsourakis Correctly setup the identity when adding a changelog entry
2020-02-06 Panagiotis Koutsourakis Add ChangeLog entry for dotmonetdb changes
2020-02-06 Panagiotis Koutsourakis Initialize properly the DotMonetdb struct
2020-02-06 Pedro Ferreira Merged with linear-hashing
2020-02-06 Pedro Ferreira Don't call exp_copy when it's not necessary linear-hashing
2020-02-06 Pedro Ferreira Deleted old information Nov2019
2020-02-06 Pedro Ferreira Approved output linear-hashing
2020-02-05 Aris Koning Set type of layout.properties to json and fix the output accordingly. mosaic
2020-02-05 Aris Koning A bit of refactoring. mosaic
2020-02-05 Aris Koning Use generic macro parameters. mosaic
2020-02-05 Aris Koning Support raw method in layout. mosaic
2020-02-05 Aris Koning Support linear method in layout. mosaic
2020-02-05 Aris Koning Support delta method in layout. mosaic
2020-02-05 Aris Koning Support prefix method in layout. mosaic
2020-02-05 Aris Koning Support frame method in layout. mosaic
2020-02-05 Sjoerd Mullender Merge with linear-hashing branch.
2020-02-05 Sjoerd Mullender Merge with Nov2019 branch. linear-hashing
2020-02-05 Sjoerd Mullender Implement thread-safe versions of some time functions. linear-hashing
2020-02-05 Pedro Ferreira Disallow order by n where n is the number of the projection at the window function case. Nov2019
2020-02-05 Pedro Ferreira BLOBnitems must return int_nil on a nil blob. Also introduced is_blob_nil macro Nov2019
2020-02-05 Thodoris Zois Thread-safe get_timestamp fix