2017-03-15 |
Sjoerd Mullender |
Remove unused function.
protocol
|
2017-03-15 |
Sjoerd Mullender |
Future proofing: don't compare against GDK_FAIL but against GDK_SUCCEED.
|
2017-03-15 |
Sjoerd Mullender |
Lots of checking of results + some interface changes.
|
2017-03-15 |
Sjoerd Mullender |
Ported recent changes to Windows.
|
2017-03-15 |
Sjoerd Mullender |
Add some much needed brackets.
|
2017-03-14 |
Sjoerd Mullender |
Approved after changesets 711ec3b13ce7 and 88ae527d95ea.
|
2017-03-14 |
Panagiotis Koutsourakis |
Remove (badly) commented code
|
2017-03-14 |
Panagiotis Koutsourakis |
Add ctime back to the mal profiler output
|
2017-03-14 |
Mark Raasveldt |
Fix bug in string -> int conversion for unicode characters.
python3udf
|
2017-03-14 |
Mark Raasveldt |
Approve changed MAL signatures.
python3udf
|
2017-03-14 |
Martin Kersten |
Defense line against malloc failure
|
2017-03-14 |
Mark Raasveldt |
Approve different rendering lengths with new protocol.
protocol
|
2017-03-14 |
Mark Raasveldt |
Merge with default.
protocol
|
2017-03-14 |
Mark Raasveldt |
Merge with default.
protocol
|
2017-03-14 |
Martin Kersten |
Avoid freeing non-allocted memory
|
2017-03-14 |
Panagiotis Koutsourakis |
Merge with default
data-vaults
|
2017-03-14 |
Panagiotis Koutsourakis |
Handle fread returning 0 in a better way
data-vaults
|
2017-03-14 |
Martin Kersten |
Proper return upon failure
|
2017-03-13 |
Martin Kersten |
Defense lines for failing malloc()
|
2017-03-13 |
Martin Kersten |
Defense lines for GDKmalloc failures
|
2017-03-13 |
Martin Kersten |
Defense lines for GDKmalloc failures
|
2017-03-13 |
Martin Kersten |
More malloc failure defense lines for SQL backend
|
2017-03-13 |
Panagiotis Koutsourakis |
Proper error handling
data-vaults
|
2017-03-13 |
Martin Kersten |
GDKmalloc failure defense line
|
2017-03-13 |
Martin Kersten |
A batch of GDKmalloc defense lines
|
2017-03-13 |
Hannes Muehleisen |
more unchecked mallocs
|
2017-03-13 |
Hannes Muehleisen |
fix compilation
|
2017-03-13 |
Hannes Muehleisen |
Added markers to invocations of GDKmalloc and friends where return value is not checked. (//FIXME unchecked_malloc ...)
|
2017-03-13 |
Sjoerd Mullender |
No need to store the whole table on the stack before adding to BATs.
|
2017-03-13 |
Panagiotis Koutsourakis |
Merge with default
wlcr
|
2017-03-13 |
Panagiotis Koutsourakis |
Merge with default
data-vaults
|
2017-03-13 |
Sjoerd Mullender |
Check that "external" SQL functions refer to existing MAL functions.
|
2017-03-13 |
Sjoerd Mullender |
Fix definition of sys.malfunctions.
|
2017-03-13 |
Sjoerd Mullender |
Check results of functions.
|
2017-03-13 |
Sjoerd Mullender |
MAL functions for profiler.setpoolsize and profiler.setstream are long gone.
|
2017-03-13 |
Sjoerd Mullender |
Fixed sys.SHPload to use correct MAL function.
|
2017-03-13 |
Sjoerd Mullender |
Merge with Dec2016 branch, not changing any files..
|
2017-03-13 |
Sjoerd Mullender |
Post release build.
Dec2016
|
2017-03-13 |
Sjoerd Mullender |
Merge with Dec2016 branch.
|
2017-03-13 |
Sjoerd Mullender |
Setting tags Dec2016_11 and Dec2016_SP3 for the release build.
Dec2016
|
2017-03-13 |
Sjoerd Mullender |
Moved contents of ChangeLog.Dec2016 to MonetDB.spec, debian/changelog and ChangeLog-Archive.
Dec2016 Dec2016_11
|
2017-03-13 |
Sjoerd Mullender |
Updated library versions.
Dec2016
|
2017-03-13 |
Sjoerd Mullender |
Merge with Dec2016 branch, not changing any files.
|
2017-03-13 |
Sjoerd Mullender |
Pre-release version number update.
Dec2016
|
2017-03-12 |
Martin Kersten |
Approve output
|
2017-03-12 |
Martin Kersten |
Properly watch the limit of the query queue
|
2017-03-09 |
Martin Kersten |
Small defense line
|
2017-03-11 |
Sjoerd Mullender |
Added special case for binary search in VOID-nil BATs.
|
2017-03-10 |
Mark Raasveldt |
Approve exports.
python3udf
|
2017-03-10 |
Mark Raasveldt |
Merge with default.
python3udf
|
2017-03-10 |
Mark Raasveldt |
Remove unused testcases.
python3udf
|
2017-03-10 |
Sjoerd Mullender |
Added upgrade code for some changes in the default branch.
|
2017-03-10 |
Sjoerd Mullender |
Test malloc results.
|
2017-03-10 |
Sjoerd Mullender |
Backed out changeset 1fc7eb1726a8.
|
2017-03-10 |
Sjoerd Mullender |
Don't leak memory.
|
2017-03-10 |
Sjoerd Mullender |
Don't leak memory on sudden disconnect.
|
2017-03-10 |
Sjoerd Mullender |
Add GDKstrndup for static analysis.
|
2017-03-10 |
Sjoerd Mullender |
Don't write outside the allocated buffer.
|
2017-03-10 |
Hannes Muehleisen |
more unchecked malloc failures
|
2017-03-10 |
Sjoerd Mullender |
Add cast so that we can apply a unary minus.
|
2017-03-10 |
Mark Raasveldt |
Remove unused function.
python3udf
|
2017-03-10 |
Sjoerd Mullender |
Check for writes beyond the malloced area (in debug builds only).
|
2017-03-10 |
Hannes Muehleisen |
more malloc fail checks and re-enabled test case
|
2017-03-10 |
Hannes Muehleisen |
more unchecked malloc, this time in optimizers. Changed contract for optimizer function return code, values < 0 signal error and abort query.
|
2017-03-10 |
Hannes Muehleisen |
unchecked malloc, found with mallocs.SQL.py
|
2017-03-09 |
Sjoerd Mullender |
Merge with Dec2016 branch.
|
2017-03-09 |
Sjoerd Mullender |
Off-by-one error.
Dec2016
|
2017-03-09 |
Sjoerd Mullender |
Use the complete has entries in the string heap.
|
2017-03-09 |
Sjoerd Mullender |
Off-by-one error.
|
2017-03-09 |
Martin van Dinther |
Update stable.out result after extending BugDecimalRound_Bug_3561.java test program.
Dec2016
|
2017-03-09 |
Martin van Dinther |
Add test for bug 6131
Dec2016
|
2017-03-09 |
Martin van Dinther |
Add invocation and test results of new jdbc test for bug 6183.
Dec2016
|
2017-03-09 |
Sjoerd Mullender |
Reinstate old (not freed) pointers after failed realloc.
|
2017-03-09 |
Sjoerd Mullender |
Free old instruction instead of overwriting the only reference.
|
2017-03-09 |
Martin Kersten |
Protect against failing BAT creations
Dec2016
|
2017-03-09 |
Sjoerd Mullender |
Approved.
|
2017-03-09 |
Martin van Dinther |
Add test for old bug 3535.
Dec2016
|
2017-03-09 |
Martin Kersten |
Recognize and remore more empty intermediates
|
2017-03-09 |
Martin Kersten |
Ensure existence of return variables.
|
2017-03-08 |
Mark Raasveldt |
Fix string -> numeric conversion for Python 3 and remove tests that are inconsistent because of the different Python 3 dictionary implementation.
python3udf
|
2017-03-08 |
Mark Raasveldt |
No parallel aggregations for pyapi3 as well.
python3udf
|
2017-03-08 |
Mark Raasveldt |
Change the way Python 2/3 UDFs are enabled. They are now enabled with --set embedded_py=[2/3].
python3udf
|
2017-03-08 |
Mark Raasveldt |
Merge with default.
python3udf
|
2017-03-08 |
Sjoerd Mullender |
Add conditions to tests.
|
2017-03-06 |
Sjoerd Mullender |
Cleanup: SIZEOF_VAR_T < SIZEOF_VOID_P does not occur since oid32 is removed.
|
2017-03-07 |
Panagiotis Koutsourakis |
Merge with default
wlcr
|
2017-03-07 |
Sjoerd Mullender |
Use binary search to iterate over groups in grouped quantiles.
|
2017-03-07 |
Sjoerd Mullender |
Approve output.
|
2017-03-06 |
Martin Kersten |
Avoid dangling pointer
|
2017-03-06 |
Martin Kersten |
Approve output
|
2017-03-06 |
Hannes Muehleisen |
forcing dplyr dev
Dec2016
|
2017-03-06 |
Hannes Muehleisen |
added survey dependency
Dec2016
|
2017-03-06 |
Martin Kersten |
Fix state administration of multiple used variables.
|
2017-03-05 |
Martin Kersten |
A refurbished dataflow optimizer
|
2017-03-05 |
Martin Kersten |
Move aside some auxilary tests
|
2017-03-05 |
Martin Kersten |
Add result variable
|
2017-03-05 |
Martin Kersten |
Minor textual change
|
2017-03-03 |
Hannes Muehleisen |
finally fixing R test cases
Dec2016
|
2017-03-03 |
Sjoerd Mullender |
Replaced scripts by "links" to identical scripts.
Dec2016
|
2017-03-03 |
Sjoerd Mullender |
Merge with Dec2016 branch.
|
2017-03-03 |
Sjoerd Mullender |
Don't make Python do output processing.
Dec2016
|
2017-03-03 |
Sjoerd Mullender |
Merge with Dec2016 branch.
|
2017-03-03 |
Sjoerd Mullender |
Approve upgrade output after release of Dec2016-SP2.
Dec2016
|
2017-03-02 |
Sjoerd Mullender |
Fixed operator precedence of % to be equal to * and /.
|
2017-03-02 |
Martin van Dinther |
Adding test script for bug 6110
|
2017-03-02 |
Martin van Dinther |
Adding missing test script for old bug 3832.
|
2017-03-02 |
Martin van Dinther |
Remove the restriction to use an ORDER BY clause in a CREATE VIEW statement.
|
2017-03-02 |
Martin Kersten |
Merge with default
iot
|
2017-03-02 |
Sjoerd Mullender |
Command changed name in default branch.
|
2017-03-02 |
Martin Kersten |
merge with default
mosaic
|
2017-03-02 |
Martin Kersten |
Merge with default
wlcr
|
2017-02-21 |
Martin Kersten |
Documentation
wlcr
|
2017-03-02 |
Sjoerd Mullender |
Approve Windows output.
Dec2016
|
2017-03-02 |
Martin Kersten |
Approve output
|
2017-03-02 |
Martin Kersten |
Add thetaselect and bat updates
|
2017-03-01 |
Sjoerd Mullender |
Fix or crash reported in bug 6220.
Dec2016
|
2017-03-01 |
Martin Kersten |
Simplify code for debugging
|
2017-03-01 |
Martin Kersten |
Push aside incomplete code
|
2017-03-01 |
Martin Kersten |
Approve output
|
2017-03-01 |
Martin Kersten |
Proper count of dataflow blocks
|