log

age author description
2018-03-29 Sjoerd Mullender Closing branch since the Mar2018 branch has been released. Jul2017
2018-03-29 Martin van Dinther Adding a CAST ( AS BIGINT) to the query such that the output becomes a bigint (instead of hugeint) and the test can run on all platforms Mar2018
2018-03-29 Martin van Dinther Adding a CAST ( AS INT) to the query such that the output becomes a bigint (instead of hugeint) and the test can run on all platforms Mar2018
2018-03-29 Martin van Dinther Adding a CAST ( AS INT) to the query such that the output becomes a bigint (instead of hugeint) and the test can run on all platforms Mar2018
2018-03-29 Martin van Dinther Approve outputs after change which prohibits to analyze tables in schema tmp. Mar2018
2018-03-29 Martin van Dinther Adding CAST ( .. AS BIGINT) to force output to be always a bigint and prevent the need for additional .int128 output file Mar2018
2018-03-28 Sjoerd Mullender Clear (rev)sorted property before potentially going into BUNappend. Mar2018
2018-03-28 Sjoerd Mullender Restore GDKdebug before return. Mar2018
2018-03-28 Sjoerd Mullender BUNappend maintains properties, so we don't have to do that again. Mar2018
2018-03-28 Niels Nes fixed bug 6562, ie only add expressions in the selection phase Mar2018
2018-03-27 Sjoerd Mullender Coverity-inspired fixes. Mar2018
2018-03-27 Sjoerd Mullender Merge with Mar2018 branch, not changing any files..
2018-03-27 Sjoerd Mullender Post release build. Mar2018
2018-03-27 Sjoerd Mullender Merge with Mar2018 branch.
2018-03-27 Sjoerd Mullender Setting tags Mar2018_3 and Mar2018 for the release build. Mar2018
2018-03-27 Sjoerd Mullender Moved contents of ChangeLog.Mar2018 to MonetDB.spec, debian/changelog and ChangeLog-Archive. Mar2018 Mar2018_3 Mar2018_release
2018-03-27 Sjoerd Mullender Updated library versions. Mar2018
2018-03-27 Sjoerd Mullender Merge with Mar2018 branch, not changing any files.
2018-03-27 Sjoerd Mullender Pre-release version number update. Mar2018
2018-03-27 Sjoerd Mullender Merge with Mar2018 branch.
2018-03-27 Sjoerd Mullender Amend changeset dc07c2a4a099: use the correct version. Mar2018
2018-03-27 Sjoerd Mullender Update some printf formats. Mar2018
2018-03-26 Sjoerd Mullender Use unsigned integers to read BBP.dir. Mar2018
2018-03-27 Sjoerd Mullender Fix setting of properties. Mar2018
2018-03-27 Sjoerd Mullender Add an extra check. Mar2018
2018-03-27 Sjoerd Mullender Add ALGODEBUG print. Mar2018
2018-03-26 Sjoerd Mullender Only allow embedded C when the embedded_c option is set to true. Mar2018
2018-03-25 Sjoerd Mullender If gdb hangs, kill it. Mar2018
2018-03-25 Pedro Ferreira Added test for Bug 6562 Mar2018
2018-03-25 Niels Nes fixed bug 6561, ie crash in groupby having in/cast (use rename expression properly) Mar2018
2018-03-24 Pedro Ferreira Added test for Bug 6561 Mar2018
2018-03-24 Niels Nes fixed bug 6560, ie handle aliases better in groupby Mar2018
2018-03-24 Niels Nes more fixes for bug 6543, ie disallow direct updates on system temporaries Mar2018
2018-03-23 Niels Nes fixe bug 6556, ie push conditional code into the batcalc operators
2018-03-23 Sjoerd Mullender Merge with Mar2018 branch.
2018-03-23 Mihai Varga weld impl for batmtime.year mal-weld
2018-03-23 Sjoerd Mullender Implemented equi-join where one side is a single value using BATselect. Mar2018
2018-03-23 Sjoerd Mullender Renamed internal function subleftjoin to just leftjoin. Mar2018
2018-03-23 Sjoerd Mullender Approve label change. Mar2018
2018-03-23 Pedro Ferreira Added test for bug 6560 Mar2018
2018-03-23 Sjoerd Mullender Merge with Mar2018 branch.
2018-03-23 Sjoerd Mullender Update comment. Mar2018
2018-03-23 Sjoerd Mullender Typo. Mar2018
2018-03-23 Pedro Ferreira Handle sql errors better in truncate statements generation Mar2018
2018-03-23 Niels Nes fixed bug 6557, ie properly name aggregate expressions Mar2018
2018-03-23 Panagiotis Koutsourakis Remove unnecessary buffer Mar2018
2018-03-22 Sjoerd Mullender Dense implies key. Also tighten property setting a bit in join. Mar2018
2018-03-22 Sjoerd Mullender Cosmetic: use bool and true/false. Mar2018
2018-03-22 Sjoerd Mullender Cosmetic: use true/false for Boolean values. Mar2018
2018-03-22 Sjoerd Mullender Use value in monetdb_config.h to assemble directory names. Mar2018
2018-03-23 Niels Nes fixed error of analyze of single name (ie full schema) Mar2018
2018-03-23 Pedro Ferreira Merge with default merge-partitions
2018-03-23 Mihai Varga weld group.group - check if the previous group IDs were computing in the curr weld program mal-weld
2018-03-23 Mihai Varga opt_weld findWeldCycle fast exit mal-weld
2018-03-22 Mihai Varga weld impl for algebra.projection with dense right bat mal-weld
2018-03-22 Mihai Varga weld impl for algebra.thetaselect without cand list mal-weld
2018-03-22 Mihai Varga mal_weld - fix theap.free and theap.size for str bats mal-weld
2018-03-22 Mihai Varga weld impl for batcalc.[/ % == < <= > >= !=] mal-weld
2018-03-22 Mihai Varga weld impl for algebra.select without cand list mal-weld
2018-03-23 Pedro Ferreira Move the delete/truncate statements propagation to the relation optimization phase. merge-partitions