2015-10-28 |
Sjoerd Mullender |
Updates to character encoding handling in mclient.
|
2015-10-28 |
Sjoerd Mullender |
Merge with Jul2015 branch.
|
2015-10-28 |
Martin Kersten |
Remove rowcnt property, step 2
|
2015-10-28 |
Sjoerd Mullender |
Fix up type classifier state machine.
Jul2015
|
2015-10-28 |
Niels Nes |
don't use mitosis on rapi.subeval_aggr
|
2015-10-28 |
Hannes Muehleisen |
if we don't build embedded, we still want to run tests
embedded
|
2015-10-28 |
Sjoerd Mullender |
Fix for bug 3839.
Jul2015
|
2015-10-28 |
Hannes Muehleisen |
come on, gcc
embedded
|
2015-10-27 |
Mark Raasveldt |
Fixes for Windows compilation.
pyapi
|
2015-10-27 |
Martin Kersten |
Move the rowcnt property to the variable record
|
2015-10-27 |
Jennie Zhang |
Added test for Bug 3839
Jul2015
|
2015-10-27 |
Sjoerd Mullender |
On Windows we have _wfopen (one main point of changeset bd6efd91626b).
|
2015-10-27 |
Jennie Zhang |
Added test for Bug 3838
Jul2015
|
2015-10-27 |
Jennie Zhang |
Extended the test for Bug 3834 to test that the original UPDATE statement also produces correct results.
Jul2015
|
2015-10-27 |
Mark Raasveldt |
Fix small memory leak.
pyapi
|
2015-10-27 |
Mark Raasveldt |
Added Mtest.py tests for MonetDBLite/Python (pylite).
pyapi
|
2015-10-27 |
Mark Raasveldt |
Support SQL types for monetdblite.insert.
pyapi
|
2015-10-27 |
Mark Raasveldt |
Always copy input/output arrays in MonetDBLite (because, unlike in MonetDB/Python, people can reuse Numpy arrays and stealing their data can cause segfaults).
pyapi
|
2015-10-27 |
Mark Raasveldt |
When a loopback query occurs in a forked process, send the query back to the main mserver and execute the query there, then ship the result back using shared memory or mmap. Because all queries are executed in the main process this resolves all locking issues, and we can now perform any type of query.
pyapi
|
2015-10-27 |
Mark Raasveldt |
Revert rev ea33fe35a14c (read-only statements in loopback queries).
pyapi
|
2015-10-27 |
Mark Raasveldt |
Revert rev a61ae7e30676 (ignore locks in forked process).
pyapi
|
2015-10-27 |
Hannes Muehleisen |
Mtests for monetdblite/r
embedded
|
2015-10-27 |
Hannes Muehleisen |
merge with default
embedded
|
2015-10-27 |
Sjoerd Mullender |
Don't close files twice.
|
2015-10-27 |
Hannes Muehleisen |
make gcc happy
embedded
|
2015-10-26 |
Hannes Muehleisen |
approved test output
Jul2015
|
2015-10-26 |
Hannes Muehleisen |
R UDF aggregation group size wrong - test case
Jul2015
|
2015-10-01 |
Hannes Muehleisen |
mc
Jul2015
|
2015-10-26 |
Hannes Muehleisen |
fix for running r test with newest r versions
Jul2015
|
2015-10-26 |
Hannes Muehleisen |
R client monetdb.read.csv transactions
embedded
|
2015-10-26 |
Mark Raasveldt |
Fixed some linking/compilation issues in MonetDBLite.
pyapi
|
2015-10-26 |
Sjoerd Mullender |
Merge with branch, not changing any files.
|
2015-10-26 |
Sjoerd Mullender |
Post release build.
Jul2015
|
2015-10-26 |
Sjoerd Mullender |
Merge with Jul2015 branch.
|
2015-10-26 |
Sjoerd Mullender |
Setting tags Jul2015_9 and Jul2015_SP1 for the release build.
Jul2015
|
2015-10-26 |
Sjoerd Mullender |
Moved contents of ChangeLog.Jul2015 to MonetDB.spec, debian/changelog and ChangeLog-Archive.
Jul2015 Jul2015_9
|
2015-10-26 |
Sjoerd Mullender |
Updated library versions.
Jul2015
|
2015-10-26 |
Sjoerd Mullender |
Merge with Jul2015 branch, not changing any files.
|
2015-10-26 |
Sjoerd Mullender |
Pre-release version number update.
Jul2015
|
2015-10-26 |
Hannes Muehleisen |
Encoding and transaction fixes
embedded
|
2015-10-26 |
Sjoerd Mullender |
Removed str.iconv and str.codeset.
|
2015-10-26 |
Sjoerd Mullender |
Approved after changeset 26c06c423294.
|
2015-10-26 |
Sjoerd Mullender |
Merge with Jul2015 branch.
|
2015-10-26 |
Sjoerd Mullender |
64 bit approvals.
Jul2015
|
2015-10-25 |
Niels Nes |
revert script changes
Jul2015
|
2015-10-25 |
Niels Nes |
fixed sql test script
Jul2015
|
2015-10-24 |
Niels Nes |
fix for bug 3834, ie handle reverse sorted bats in rangejoin
Jul2015
|
2015-10-24 |
Niels Nes |
approved errors
Jul2015
|
2015-10-24 |
Niels Nes |
approved output
Jul2015
|
2015-10-24 |
Niels Nes |
fixes for bug 3833, we now allow NULL almost everywhere in the
Jul2015
|
2015-10-24 |
Martin Kersten |
Remove internal property 'transparent'
|
2015-10-24 |
Hannes Muehleisen |
fix for linux
embedded
|
2015-10-23 |
Hannes Muehleisen |
merge
embedded
|
2015-10-23 |
Hannes Muehleisen |
mc r script to make sure we have an abs path
embedded
|
2015-10-24 |
Mark Raasveldt |
Oops.
pyapi
|
2015-10-24 |
Mark Raasveldt |
Don't reference TYPE_hge unless HAVE_HGE is defined.
pyapi
|
2015-10-24 |
Mark Raasveldt |
Also check for presence of NumPy headers before automatically enabling pyintegration.
pyapi
|
2015-10-23 |
Martin Kersten |
Replace property by function test.
|
2015-10-23 |
Martin Kersten |
Use function name check instead of property
|
2015-10-23 |
Mark Raasveldt |
Replace binary with hex notation because binary notation is not supported by all compilers.
pyapi
|