2015-10-29 |
Sjoerd Mullender |
When a candidate list is non-dense, the join result likely is too.
Jul2015
|
2015-10-29 |
Hannes Muehleisen |
fix for lowlevel R layer
embedded
|
2015-10-29 |
Hannes Muehleisen |
test case update
embedded
|
2015-10-29 |
Hannes Muehleisen |
Client updates
embedded
|
2015-10-29 |
Hannes Muehleisen |
separated libraries, connection objects
embedded
|
2015-10-29 |
Hannes Muehleisen |
reverting automake
embedded
|
2015-10-29 |
Martin van Dinther |
Added setting the time zone at the beginning to get stable output independent of summer/winter time.
Jul2015
|
2015-10-29 |
Richard Koopmanschap |
Fixed Ruby end of line issues for Mercurial
|
2015-10-29 |
Richard Koopmanschap |
Merge
|
2015-10-29 |
Richard Koopmanschap |
Removed outdated read file and old tests from Ruby Client
|
2015-10-29 |
Richard Koopmanschap |
Ruby interface extension / Added Ruby tests / Removed activerecord integration
|
2015-10-29 |
Martin van Dinther |
Approved changed output due to wintertime change.
Jul2015
|
2015-10-29 |
Hannes Muehleisen |
R Connector - fix for != in dplyr
embedded
|
2015-10-28 |
Hannes Muehleisen |
fix r layer
embedded
|
2015-10-28 |
Sjoerd Mullender |
Windows ftell and fseek are undefined on unseekable files.
|
2015-10-28 |
Sjoerd Mullender |
Don't redefine isatty, it's defined in unistd.h.
|
2015-10-28 |
Niels Nes |
backport rapi fixes
Jul2015
|
2015-10-28 |
Martin Kersten |
Use inlineProperty for sqlfunctionProp
|
2015-10-28 |
Sjoerd Mullender |
Use portable way of creating temporary directory, and cleanup afterwards.
|
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.
|