log

age author description
2017-11-29 Sjoerd Mullender Fixed some thinkos in BATfirstn_unique_with_groups. Jul2017
2017-11-29 Pedro Ferreira Merged with default trails
2017-11-29 Pedro Ferreira Merged with Jul2017
2017-11-29 Joeri van Ruth Let \d show comments for SCHEMA, TABLE, VIEW and COLUMN comment-on
2017-09-25 Joeri van Ruth Display comments in mclient comment-on
2017-11-29 Niels Nes approved output Jul2017
2017-11-29 Niels Nes approved output Jul2017
2017-11-29 Niels Nes fixed crash in firstn with distinct Jul2017
2017-11-29 Niels Nes fixed bug 6479, keep subqueries within the procedure context. Jul2017
2017-11-29 Niels Nes add test for bug 6478 Jul2017
2017-11-29 Niels Nes fixed bug 6477, no need to rename expressions from other subqueries Jul2017
2017-11-29 Pedro Ferreira Added test for bug 6479 Jul2017
2017-11-29 Sjoerd Mullender Initialize.
2017-11-29 Pedro Ferreira Merged with default trails
2017-11-29 Pedro Ferreira Create output tables in "cquery" schema and drop them when the scheduler starts. Still having race conditions dropping "cquery" tables while the server shuts down trails
2017-11-29 Mark Raasveldt Merge with default. jitudf
2017-11-29 Mark Raasveldt Use int8_t for bit/bte and approve exports. jitudf
2017-11-28 Sjoerd Mullender Approve after changeset 9d1407697ceb.
2017-11-28 Sjoerd Mullender Merge with Jul2017 branch.
2017-11-28 Sjoerd Mullender Support creating ordered index on all (linear) types. Jul2017
2017-11-28 Sjoerd Mullender Check input arguments. Jul2017
2017-11-28 Sjoerd Mullender Simplify code: just use BATsort. Jul2017
2017-11-28 Sjoerd Mullender You cannot sort non-"linear" types. Jul2017
2017-11-28 Mark Raasveldt Merge with default. jitudf
2017-11-28 Mark Raasveldt Use int64_t for lng instead of long long. jitudf
2017-11-28 Sjoerd Mullender Use void * for generic pointers. Jul2017
2017-11-28 Sjoerd Mullender Also test for DBI module when testing for usability of Perl. Jul2017
2017-11-28 Sjoerd Mullender Add some debug output that shouldn't disrupt testing. Jul2017
2017-11-27 Martin Kersten Returning MAL optimizer cost
2017-11-27 Sjoerd Mullender Reduce number of mallocs.
2017-11-27 Sjoerd Mullender Merge with Jul2017 branch.
2017-11-27 Sjoerd Mullender More reuse of order index + cleanup after failure. Jul2017
2017-11-27 Sjoerd Mullender Destroy indexes when changing the contents of a BAT. Jul2017
2017-11-27 Mark Raasveldt Merge with default. jitudf
2017-11-27 Sjoerd Mullender A little cleanup.
2017-11-27 Sjoerd Mullender Add some casts.
2017-11-27 Sjoerd Mullender Remove some useless code.
2017-11-27 Sjoerd Mullender Reduce size of buffer so that compiler stops warning.
2017-11-26 Sjoerd Mullender Remove superfluous check.
2017-11-26 Sjoerd Mullender Shorten filename for temporary hash heap.
2017-11-25 Sjoerd Mullender Initialize heap filename once when heap is created, then leave it alone.
2017-11-25 Sjoerd Mullender Reduce number of mallocs by incorporating the heap filename into the heap structure.
2017-11-26 Niels Nes fixes for bug 6470 (it seems to hint on new problems in the thetaselect though) Jul2017
2017-11-26 Stefan Manegold test for Bug-6464: undo output approval of changeset b3bc5cb7c32e on default branch, only;
2017-11-26 Stefan Manegold Merged with Jul2017 branch.
2017-11-26 Stefan Manegold backing-out changeset 0f5827e686f3 --- it accidentally went to the wrong branch Jul2017
2017-11-26 Niels Nes merged Jul2017
2017-11-26 Niels Nes cleanup statistics after dropping columns or tables Jul2017
2017-11-26 Stefan Manegold test for Bug-6464: undo output approval of changeset b3bc5cb7c32e on default branch, only; Jul2017
2017-11-26 Niels Nes added test for bg 64782 Jul2017
2017-11-26 Niels Nes fixed bug 6443, keep value returning subqueries in a seperate list. Jul2017
2017-11-24 Sjoerd Mullender Reduce number of calls to malloc by reusing GDKfilepath result.
2017-11-24 Sjoerd Mullender Reduce number of mallocs: make "bak" and "physical" names part of BBP record.
2017-11-24 Sjoerd Mullender Add some const qualifiers.
2017-11-24 Sjoerd Mullender Cleanup: remove unused functions BBPlogical and BBPphysical.
2017-11-24 Pedro Ferreira Avoid race conditions with the scheduler's thread id trails
2017-11-24 Sjoerd Mullender Disable warning -Wchar-subscript.
2017-11-24 Sjoerd Mullender Merge with Jul2017 branch.
2017-11-24 Sjoerd Mullender Catch write results. Jul2017
2017-11-24 Sjoerd Mullender Use int8_t in mnstr_{read,write}Bte{,Array} and a few more places.