log

age author description
2021-10-22 Pedro Ferreira Next crashing subquery
2021-10-22 Pedro Ferreira Don't run optimizer instead of throwing error on stack overflow
2021-10-22 Pedro Ferreira Removed wrong assertion
2021-10-22 Pedro Ferreira Assertion `strcmp(b->theap->filename, filename) == 0' failed
2021-10-22 Pedro Ferreira Another char(0) issue to be looked on later
2021-10-22 Pedro Ferreira Cleanup and don't forget to set label counter
2021-10-22 Niels Nes merged with default dict
2021-10-22 Pedro Ferreira Approved output for new primary key
2021-10-21 Pedro Ferreira Simplify
2021-10-21 Pedro Ferreira Don't forget to update label counter while parsing dumped plan. Also partly reverted my previous commit as it causes issues
2021-10-21 Martin van Dinther Extended SQL system catalog with lookup table sys.fkey_actions and view sys.fkeys to provide user friendly querying of existing foreign keys and their ON UPDATE and ON DELETE referential action specifications.
2021-10-21 Niels Nes merged with default dict
2021-10-21 Niels Nes improved error message on using none aggregated or group by expressions
2021-10-21 Pedro Ferreira Do output function type checks for 1 and 2 argument functions
2021-10-21 Niels Nes merged with default dict
2021-10-21 Niels Nes initial steps for updating columns with dict compression dict
2021-10-21 Pedro Ferreira Keep looking for more optimizations
2021-10-21 Pedro Ferreira Issue to be looked later. GDK's timeout loop has an issue on candidate lists with 16384 values in size
2021-10-21 Niels Nes also handle value inserts into the dicts dict
2021-10-21 Pedro Ferreira Query throwing wrong error
2021-10-21 Niels Nes merged with default dict
2021-10-21 Niels Nes merged
2021-10-21 Niels Nes merged with default dict
2021-10-21 Niels Nes moved the profile optimizer to the end as the profiler depends on the statement offsets, while other
2021-10-21 Pedro Ferreira Unlock before returning and don't leak
2021-10-21 Pedro Ferreira The server may run without raw strings enabled
2021-10-20 Niels Nes merged with default dict
2021-10-20 Niels Nes don't deadlock on the mal_profileLock
2021-10-20 Niels Nes merged with default dict
2021-10-20 Niels Nes don't mess with cardinality just cleanup the assert.