log

age author description
2020-01-16 Sjoerd Mullender Closing branch gdk_tracer after merging into default. gdk_tracer
2020-01-16 Sjoerd Mullender Merge gdk_tracer branch into default.
2020-01-16 Sjoerd Mullender Merge with default branch. gdk_tracer
2020-01-15 Panagiotis Koutsourakis Merge with default compactprofiler
2020-01-14 Panagiotis Koutsourakis When generating JSON profiler objects, emit commas at the beginning compactprofiler
2020-01-15 Pedro Ferreira Cleanup statistics-analytics
2020-01-14 Sjoerd Mullender No need for macro. linear-hashing
2020-01-14 Pedro Ferreira Simplify statistics-analytics
2020-01-14 Martin Kersten Coverity leak warning
2020-01-13 Sjoerd Mullender Move check outside of function. linear-hashing
2020-01-13 Pedro Ferreira Removed sql_bind_aggr function, use sql_bind_func with F_AGGR type instead statistics-analytics
2020-01-13 Pedro Ferreira More cleanup at sql_types.c and tests approval statistics-analytics
2020-01-13 Pedro Ferreira Disallow casting boolean to month interval Nov2019
2020-01-13 Pedro Ferreira Backported changeset 9a2db231a1ec into Nov2019. Nov2019
2020-01-13 Pedro Ferreira Updated sql_rank.mal statistics-analytics
2020-01-13 Sjoerd Mullender Merge with Nov2019 branch. linear-hashing
2020-01-13 Niels Nes merged with default gdk_tracer
2020-01-13 Pedro Ferreira Merged with default statistics-analytics
2020-01-13 Pedro Ferreira Merge with Nov2019
2020-01-13 Pedro Ferreira aggr.exist and aggr.subexist commands have been moved to sql_subquery.mal
2020-01-13 Pedro Ferreira Cleanup, use C variadic functions instead of creating one function for each number of input arguments statistics-analytics
2020-01-13 Sjoerd Mullender Format pointer values with 0x. Nov2019
2020-01-13 Sjoerd Mullender Fix memory leak by recording how much of the stack was initialized. Nov2019
2020-01-13 Sjoerd Mullender Merge with linear-hashing branch.
2020-01-13 Sjoerd Mullender More aggressively upgrade hash heaps. linear-hashing
2020-01-13 Pedro Ferreira Merge with default statistics-analytics
2020-01-13 Pedro Ferreira Dump function arguments and result for aggregates and cleanup statistics-analytics
2020-01-12 Sjoerd Mullender No need to set dirty flag many times. linear-hashing
2020-01-12 Sjoerd Mullender Widening of hash tables needs to happen earlier. linear-hashing
2020-01-12 Niels Nes revert SNAPSHOT size change, ie start again with snapshots of 128K not smaller. linear-hashing
2020-01-11 Martin Kersten Avoid continuing after error
2020-01-11 Martin Kersten Avoid leakage and possible errors stemming from NULL strings. linear-hashing
2020-01-11 Niels Nes merged with linear-hashing
2020-01-11 Niels Nes small cleanup + approved output linear-hashing
2020-01-11 Niels Nes merged with nov2019 linear-hashing
2020-01-11 Niels Nes merged with linear-hashing
2020-01-11 Martin Kersten Coverity fixes
2020-01-11 Martin Kersten Coverity fix
2020-01-11 Sjoerd Mullender Coverity fixes. linear-hashing
2020-01-11 Sjoerd Mullender Coverity fixes. Nov2019
2020-01-11 Pedro Ferreira Test fixings, allow aggregates without parameters to be parsed, at rel_unop try to use an aggregate only when rel_value_exp fails for consistency related to rel_binop statistics-analytics
2020-01-11 Martin Kersten Don't continue building a variable when you already know
2020-01-11 Niels Nes protect accessing the stack using the stacks top and size Nov2019
2020-01-10 Pedro Ferreira Merge with default statistics-analytics
2020-01-10 Sjoerd Mullender Move setting of SIGPIPE to main(). Nov2019
2020-01-10 Pedro Ferreira Implemented quantile_avg as a window function statistics-analytics
2020-01-10 Niels Nes small bug fix in snapshot handling linear-hashing
2020-01-10 Sjoerd Mullender Merge with default branch. linear-hashing
2020-01-10 Sjoerd Mullender Merge with Nov2019 branch.
2020-01-10 Sjoerd Mullender s/lateron/later on/g Nov2019
2020-01-10 Sjoerd Mullender Use bool. Nov2019
2020-01-10 Sjoerd Mullender Use modern code. Nov2019
2020-01-10 Sjoerd Mullender Simplify initialization. Nov2019
2020-01-10 Sjoerd Mullender Initialize variable poperly so we get useful information. Nov2019
2020-01-10 Pedro Ferreira Approved output statistics-analytics
2020-01-10 Pedro Ferreira Fixed bug in quantile window function bug, and cleaned argument compilation for window functions statistics-analytics
2020-01-10 Sjoerd Mullender Merge with default branch. linear-hashing
2020-01-10 Pedro Ferreira Implemented quantile as a window function. Also cleaned has_nils flag setting at some window functions implementations statistics-analytics
2020-01-10 Sjoerd Mullender Simplified function interface.
2020-01-10 Martin Kersten Approve the output