log

age author description
2020-03-19 Pedro Ferreira Merged with Jun2020
2020-03-19 Sjoerd Mullender Comment.
2020-03-19 Sjoerd Mullender Approve.
2020-03-19 Niels Nes fixed problem with unnesting of in expressions with multiple correlated subqueries
2020-03-19 Pedro Ferreira Added labels if expressions don't have a name Jun2020
2020-03-19 Pedro Ferreira Use rel_zero_or_one at SELECT INTO and SET (multiple variable case). This fixes the crashes Jun2020
2020-03-19 Sjoerd Mullender Information hiding: remove stuff from gdk_logger.h and don't include it when not needed.
2020-03-19 Sjoerd Mullender Move geom-specific logger declarations to separate include file.
2020-03-19 Pedro Ferreira Run rel_reset_subquery and _rel_unnest under rel_visitors, so psm statments under op_ddl are unnested Jun2020
2020-03-19 Aris Koning Testweb compilation fixes. mosaic
2020-03-19 Sjoerd Mullender Remove support for upgrading from pre-Mar2018 databases.
2020-03-19 Pedro Ferreira Related crash Jun2020
2020-03-19 Pedro Ferreira Small bug fix, on SELECT INTO, the number of variables must match the projected columns. I found another crash as well Jun2020
2020-03-19 Sjoerd Mullender Use bool. Jun2020
2020-03-19 Joeri van Ruth Plug one memory leak hot-snapshot
2020-03-19 Sjoerd Mullender Merge with Jun2020 branch.
2020-03-19 Sjoerd Mullender Merge with linear-hashing branch. Jun2020
2020-03-19 Sjoerd Mullender Merge with Nov2019 branch. linear-hashing
2020-03-19 Sjoerd Mullender Fixed a bunch of race conditions + some code cleanup. Nov2019
2020-03-19 Pedro Ferreira Simplify scoping
2020-03-19 Joeri van Ruth Snapshots were not being compressed hot-snapshot
2020-03-18 Joeri van Ruth Properly emit zeros-block at end of tar file hot-snapshot
2020-03-18 Joeri van Ruth Fsync appropriately when restoring a snapshot hot-snapshot
2020-03-18 Joeri van Ruth Retain ability to restore to nonexistent database hot-snapshot
2020-03-19 Pedro Ferreira Server runs sql/test directory. Declared variables now have a schema. Next step, fix frame level and variable resolution order scoping
2020-03-19 Pedro Ferreira Query giving MAL error. I think we have to check for type coercion for the IN elements in case of subqueries. Jun2020
2020-03-19 Pedro Ferreira Approved single threaded output Jun2020
2020-03-18 Sjoerd Mullender Make compiler happy. Jun2020
2020-03-18 Sjoerd Mullender Merge with Jun2020 branch.
2020-03-18 Sjoerd Mullender Make compiler happy. Jun2020
2020-03-18 Martin van Dinther Corrected properties of data types, as returned by SQLGetTypeInfo().
2020-03-18 Aris Koning Clean up macro's a bit. mosaic
2020-03-18 Aris Koning Use the more accurate 'MAYBE_HAS_NIL' instead of 'HAS_NIL'. mosaic
2020-03-18 Aris Koning Apply binary search to join on dict compressed mosaic block. mosaic
2020-03-18 Pedro Ferreira Set variables on sys schema and other small fixes. The server now starts and runs some tests scoping
2020-03-18 Pedro Ferreira Bug 3815 is known to fail Jun2020
2020-03-18 Pedro Ferreira Small bug fix, when changing the default value of a column, drop a possible sequence if the column was generated as an identity Jun2020
2020-03-18 Niels Nes fixed crash caused by rewrite_anyequal Jun2020
2020-03-18 Martin van Dinther Make test independent of residual leftovers of previous tests
2020-03-18 Martin van Dinther Improve error msg text.
2020-03-18 Pedro Ferreira Added test with some of the desired features to be fixed/added in the scoping branch scoping
2020-03-18 Pedro Ferreira Merged with default scoping
2020-03-18 Sjoerd Mullender Step two towards a new stable branch "Jun2020".
2020-03-18 Sjoerd Mullender Step one towards a new stable branch "Jun2020". Jun2020
2020-03-18 Sjoerd Mullender Added tag Jun2020_root for changeset 6b76e1fa9b32
2020-03-18 Pedro Ferreira Compilation fix mosaic
2020-03-17 Aris Koning Refactored (regular) mosaic.join to templates. mosaic
2020-03-16 Aris Koning Another small fix in mosaic heap management. mosaic
2020-03-18 Sjoerd Mullender Closing branch after merge. pushdown
2020-03-18 Sjoerd Mullender Merged pushdown branch into default. Jun2020_root
2020-03-18 Sjoerd Mullender The proj_api.h stuff has been deprecated. For now silence with a define.
2020-03-18 Pedro Ferreira Query crashing the server
2020-03-17 Niels Nes merged with default pushdown
2020-03-17 Niels Nes approved output pushdown
2020-03-17 Niels Nes sub..exist/not exist returns true/false always...
2020-03-17 Pedro Ferreira SQLsubnot_exist never outputs nil
2020-03-17 Pedro Ferreira Queries with wrong results
2020-03-17 Niels Nes merged with default pushdown
2020-03-17 Niels Nes approved output pushdown
2020-03-17 Pedro Ferreira Fixed test