log

age author description
2017-01-04 Niels Nes fix concurrency problem, do not keep array of Symbols, simply use malloc (which is thread safe), were a 'a = b++' isn't atomic. Dec2016
2017-01-04 Sjoerd Mullender Approved Windows-specific output. Dec2016
2017-01-04 Sjoerd Mullender Approved architecture-specific output. Dec2016
2017-01-04 Sjoerd Mullender Approved 32 bit output. Dec2016
2017-01-04 Sjoerd Mullender Add some const qualifiers.
2017-01-04 Panagiotis Koutsourakis Fix some more compilation errors in various platforms data-vaults
2017-01-04 Niels Nes also pass the table, function, sequence names in the mal-create* functions
2017-01-04 Sjoerd Mullender Merge with default branch. batcalc-candidates
2017-01-03 Sjoerd Mullender Bloody setjmp.
2017-01-03 Niels Nes merged
2017-01-03 Niels Nes allow for set (a, .., z) = (select av, .. az from .. );
2017-01-03 Sjoerd Mullender Plug some holes.
2017-01-03 Sjoerd Mullender Merge with Dec2016 branch.
2017-01-03 Sjoerd Mullender Plug some memory leaks by properly destroying old values of newly assigned variables. Dec2016
2017-01-03 Panagiotis Koutsourakis Implement unload functionality for lidar vault data-vaults
2017-01-03 Sjoerd Mullender Merge with Dec2016 branch.
2017-01-03 Sjoerd Mullender Update index.html file while running tests. Dec2016
2017-01-03 Sjoerd Mullender Fix license.
2017-01-03 Sjoerd Mullender Merge with Dec2016 branch.
2017-01-03 Sjoerd Mullender All C files should start with an include of monetdb_config.h. Dec2016
2017-01-03 Sjoerd Mullender Merge with default branch. batcalc-candidates
2017-01-03 Sjoerd Mullender Replaced BBPincref/BBPdecref by BBPfix/BBPunfix and BBPretain/BBPrelease.
2017-01-03 Sjoerd Mullender Removed silly inline directives.
2017-01-03 Panagiotis Koutsourakis Fix compilation issues in lidar vault data-vaults
2017-01-03 Mark Raasveldt Approve exports.
2017-01-03 Mark Raasveldt Don't use bool.
2017-01-03 Sjoerd Mullender Layout. Dec2016
2017-01-03 Hannes Muehleisen Allow aggregation count optimization in more cases on Sjoerd's request Dec2016
2017-01-03 Hannes Muehleisen Fix for Bug 6178 Dec2016
2017-01-03 Hannes Muehleisen Update for Bug 6178, issue only appears when using AVG Dec2016
2017-01-02 Hannes Muehleisen Smaller test for Bug 6178 Dec2016
2017-01-02 Mark Raasveldt Approve exports.
2017-01-02 Mark Raasveldt Nicer way of preventing the loading of a MAL module when it is disabled.
2017-01-02 Mark Raasveldt Another approval now that ORDER BY works in subqueries.
2017-01-02 Panagiotis Koutsourakis mvc_bind is now exported so its addition in vault.c is unecessary data-vaults
2017-01-02 Panagiotis Koutsourakis Merge with default data-vaults
2017-01-02 Mark Raasveldt Merge
2017-01-02 Mark Raasveldt Only support subquery with limit/order by for table-returning subqueries.
2017-01-02 Mark Raasveldt Approve testcases now that ORDER BY/LIMIT in subqueries no longer results in an error.
2017-01-02 Martin Kersten Approve output mosaic
2017-01-02 Martin Kersten Merge with default mosaic
2017-01-02 Sjoerd Mullender Test for bug 6182. Dec2016
2017-01-02 Sjoerd Mullender Fix for bug 6182. Dec2016
2017-01-02 Sjoerd Mullender Plug memory leaks.
2017-01-02 Sjoerd Mullender Plug leak.
2017-01-02 Sjoerd Mullender Merge with Dec2016 branch, but without changeset d5069090bc64.
2017-01-02 Sjoerd Mullender Approved after changeset b24488ebbf3e.
2017-01-02 Sjoerd Mullender English. Dec2016
2017-01-02 Sjoerd Mullender Remove unnecessary casts and let compiler do the arithmetic. Dec2016
2017-01-02 Sjoerd Mullender Remove some unnecessary casts. Dec2016
2017-01-02 Sjoerd Mullender Use correct type: value not used as Boolean. Dec2016
2017-01-02 Sjoerd Mullender TYPE_str is extern. Dec2016
2016-12-23 Sjoerd Mullender Destroy sql allocators for sql function bodies when exiting. Dec2016
2017-01-01 Martin Kersten Simply add some text
2017-01-01 Sjoerd Mullender Merge with Dec2016 branch.
2017-01-01 Sjoerd Mullender Update copyright: it's 2017. Dec2016
2017-01-01 Sjoerd Mullender Merge with Dec2016 branch.
2017-01-01 Sjoerd Mullender Backport of changeset e949dcb27e72. Dec2016
2017-01-01 Sjoerd Mullender Change test so that it works for both signed and unsigned char.
2017-01-01 Martin Kersten Finalize oltp optimizer merge