log

age author description
2021-03-19 Sjoerd Mullender Merge with Oct2020 branch.
2021-03-19 Sjoerd Mullender Merge with Jun2020 branch. Oct2020
2021-03-19 Sjoerd Mullender Fix key info when checking orderedness if we can.
2021-03-19 Sjoerd Mullender Print information about original args + don't crash when we did a project. Jun2020
2021-03-19 svetlin group count qcancel
2021-03-19 svetlin timeout prod qcancel
2021-03-19 Pedro Ferreira Strange crash, looking into it
2021-03-19 svetlin timeout correlation, covariance, stdev qcancel
2021-03-19 Pedro Ferreira Be carefull while packing, if an unnest rewriter returns error, then don't run any other unnest rewriter
2021-03-19 Pedro Ferreira This macro is no longer used
2021-03-19 Pedro Ferreira Making find_candidate_join2semi more restrictive. If all join expressions can be pushed down, then it cannot be rewritten into a semijoin
2021-03-19 Niels Nes add v1 off hierarchical alloctor cleanup.
2021-03-19 svetlin timeout do_groupmin do_groupmax qcancel
2021-03-19 Pedro Ferreira Small bugfix for rel_dce, leave one column on subrelation only when the projection is unsafe
2021-03-19 svetlin merge default qcancel
2021-03-19 Sjoerd Mullender Function GDKmallocated to return size of allocated buffer.
2021-03-19 Pedro Ferreira Query with wrong results
2021-03-19 Pedro Ferreira Sample relation is a top relation too
2021-03-19 Sjoerd Mullender Add a comment explaining imprints. Oct2020
2021-03-19 Pedro Ferreira Cleaned rel_push_func_down optimizer. Delay subprojections creation and don't create an extra projection when push downs are done, the reference is enough
2021-03-19 Pedro Ferreira To check a string ends with another use a cheaper function call and limit rel_simplify_math optimizer to where it can effectively make changes
2021-03-19 Pedro Ferreira Defensive line if the join index types don't match, return the error
2021-03-19 Sjoerd Mullender Merge with Oct2020 branch.
2021-03-19 Sjoerd Mullender Avoid unnecessary work in non-debug build. Oct2020
2021-03-18 Pedro Ferreira Two sqlancer bugs killed in one shot. 1. Always clean 'cascade_action' list before returning on updates code generation 2. Converting between the same type during code generation should be always allowed
2021-03-18 Pedro Ferreira I committed too much
2021-03-18 Pedro Ferreira BATrangejoin: right inputs not aligned
2021-03-18 svetlin timeout averages qcancel
2021-03-18 Sjoerd Mullender Inline ilog2 and use intrinsics if available. Oct2020
2021-03-18 Sjoerd Mullender Layout. Oct2020
2021-03-18 Sjoerd Mullender Consistently use BUN for the three types of values in the stats array. Oct2020
2021-03-18 Niels Nes backport small fix in ordering joins, needed after reorder changes Jun2020
2021-03-18 svetlin timeout dosum qcancel
2021-03-18 Pedro Ferreira Inline commonly used small string functions and small cleanup
2021-03-18 Pedro Ferreira Don't set the mapi query type as an update on exception statements (I think this was a mine mistake from the past).
2021-03-18 Pedro Ferreira sql.affectedRows undefined
2021-03-18 Pedro Ferreira Fixed sqlancer crash by improving joinable filter comparisons detection
2021-03-18 Niels Nes make sure we detect rangejoins also when there are numeric upcasts involved
2021-03-18 Niels Nes merged with oct2020
2021-03-18 Niels Nes merged Oct2020
2021-03-18 Niels Nes handle mat assignments (with multiple columns) correctly Oct2020
2021-03-18 Pedro Ferreira Check types are equal for a primary-foreign key join on updates
2021-03-18 Sjoerd Mullender 32 bit upgrade fun.
2021-03-18 Pedro Ferreira New sqlancer crash. Looking into it
2021-03-18 Sjoerd Mullender Upgrade fun.
2021-03-18 Pedro Ferreira Improving BAT properties propagation
2021-03-18 Pedro Ferreira Messed up some pointers
2021-03-18 Pedro Ferreira A window function has the partition and ordering clauses in a separate list, so copy them too
2021-03-17 Martin van Dinther Update the commands to run by JdbcClient program to versions which do not output header progress info.
2021-03-17 Martin van Dinther Small correction Oct2020
2021-03-17 Pedro Ferreira Final bug of the day: algebra.join undefined. I guess this is an issue on versioning with add/drop column statements
2021-03-17 Sjoerd Mullender Merge with Oct2020 branch.
2021-03-17 Sjoerd Mullender Fixed a couple of join bugs. Oct2020
2021-03-17 Pedro Ferreira Because the uuid type has more importance now, added candidate list compatibility in the conversion functions
2021-03-17 Pedro Ferreira Merged with Oct2020 and converted
2021-03-17 Pedro Ferreira Backported changeset 099fbc59c954 into Oct2020. This fixes bug #7079 Oct2020
2021-03-17 Pedro Ferreira Do a better job matching atoms
2021-03-17 Pedro Ferreira Adding bulk versions for uuid conversion functions
2021-03-17 Niels Nes make sure we only have one new value per to be updated row.
2021-03-17 Pedro Ferreira The manifold switch on uuid was missing