log

age author description
2020-04-06 Sjoerd Mullender Speed up imprints check for dense candidate lists. Jun2020
2020-04-06 Pedro Ferreira Window function may be called from outside SELECT statements, so remove topframes assertion scoping
2020-04-06 Pedro Ferreira When the covariance of the input populations is 0, the correlation ouput is 0. Also another subquery crashing :( Jun2020
2020-04-05 Martin Kersten Fixing the circular queue (hopefully)
2020-04-05 Niels Nes more cleanup unlock
2020-04-04 Niels Nes merged with default unlock
2020-04-04 Niels Nes add new catalog_cnt on logger startup unlock
2020-04-03 Joeri van Ruth Fix format string
2020-04-03 Niels Nes lots of cleanup of very old log versions (we will not support with this change) unlock
2020-04-03 Sjoerd Mullender Note to self: save buffer before committing. Jun2020
2020-04-03 Sjoerd Mullender Use named initializers instead of positional. Jun2020
2020-04-03 Pedro Ferreira Simplify, use strdup instead of malloc + strcpy Jun2020
2020-04-03 Pedro Ferreira Use ERR_GROUPBY error code for aggregation cardinality mismatch errors Jun2020
2020-04-03 Pedro Ferreira Merged with default scoping
2020-04-03 Sjoerd Mullender Merge with Jun2020 branch.
2020-04-03 Sjoerd Mullender Now that GDKtracer_log returns void, we need to change the assert definition. Jun2020
2020-04-03 Pedro Ferreira Fixed handle of declared tables on UDFs. Also fixed bug where a declared table on the global scope couldn't be returned on a table producing function scoping
2020-04-03 Sjoerd Mullender Merge with Jun2020 branch.
2020-04-03 Sjoerd Mullender Moved definition of GDKwinerror to gdk_system_private.h. Jun2020
2020-04-03 Joeri van Ruth Implement COPY INTO ... FROM 'http://...' copyfromremote
2020-04-03 Sjoerd Mullender Merge with Jun2020 branch.
2020-04-03 Sjoerd Mullender Updated a bunch of tracer calls. Jun2020
2020-04-03 Sjoerd Mullender Write warning, error, and critical messages to stderr. Jun2020
2020-04-03 Sjoerd Mullender Don't use GDKzalloc if GDKmalloc will do. Jun2020
2020-04-03 Sjoerd Mullender If realloc to smaller size fails, just use the original. Jun2020
2020-04-03 Sjoerd Mullender Avoid unnecessary strdup. Jun2020
2020-04-03 Sjoerd Mullender Simplify creation of error message. Jun2020
2020-04-03 Sjoerd Mullender Allocate error buffer before creating thread. Jun2020
2020-04-03 Sjoerd Mullender Debugger only functions should write to stderr. Jun2020
2020-04-03 Sjoerd Mullender GDKtracer_log does not return a useful value. Jun2020
2020-04-03 Sjoerd Mullender Removed some ancient debugging code. Jun2020
2020-04-03 Sjoerd Mullender Cleanup code. Jun2020
2020-04-03 Sjoerd Mullender Exit with an error code if the query in -s fails. Jun2020
2020-04-03 Sjoerd Mullender On Windows just use snprintf, add a comment. Jun2020
2020-04-03 Joeri van Ruth Avoid empty writes
2020-04-03 Joeri van Ruth Make snapshot file format configurable
2020-04-03 Joeri van Ruth Fix terrible string handling bug
2020-04-03 Niels Nes small cleanup of outer expression administration Jun2020
2020-04-03 Pedro Ferreira Added reserved keywords for current schema, role and timezone for set statements, so it won't break existing scripts scoping
2020-04-03 Pedro Ferreira Major cleanup. scoping
2020-04-03 Martin Kersten Temporarily disable the sys.queue, until I find out exactly what went wrong
2020-04-03 Niels Nes fixed small leak at store_exit, removes even the possibly leaked from the valgrind output. Jun2020
2020-04-03 Pedro Ferreira Cleaned the outer relation binding for the 2 level reference case (I forgot on changeset 377f135a234e). Also another query crashing :( Jun2020
2020-04-02 Niels Nes fixed problems in subquery5, Jun2020
2020-04-02 Martin Kersten The sys.queue() has been turned into a circular buffer to allow for
2020-04-02 Sjoerd Mullender Remove column 13 from test: FIRST_VALUE *cannot* give a well-defined result. Jun2020
2020-04-02 Pedro Ferreira Cleanup and fixed handling of declared tables in the global scope scoping
2020-04-02 Sjoerd Mullender Fix ordering so that row_number gives a consistent result. Jun2020
2020-04-02 Joeri van Ruth Make snapshot list proto epoch independent
2020-04-02 Joeri van Ruth Complete incomplete help message
2020-04-02 Sjoerd Mullender Use GDKtracer for GDKerror. Jun2020
2020-04-01 Sjoerd Mullender Skip test that always succeeds. Jun2020
2020-04-01 Sjoerd Mullender Rename some internal functions + skip some unnecessary checks. Jun2020
2020-04-01 Sjoerd Mullender Indent. Jun2020
2020-04-01 Sjoerd Mullender Adapt and use GDKtracer for system error message GDKsyserror. Jun2020
2020-04-02 Pedro Ferreira Improved rel_dump for PSM_SET, PSM_VAR and PSM_RETURN expressions scoping
2020-04-02 Niels Nes use candidates also on the anti join's difference step Jun2020
2020-04-02 Pedro Ferreira Merged with default scoping
2020-04-02 Pedro Ferreira Merged with Jun2020
2020-04-02 Pedro Ferreira Throw better error message Jun2020