2022-02-17 |
Joeri van Ruth |
Infrastructure for copy.* maltests
copyparpipe
|
2022-02-17 |
Joeri van Ruth |
Teach mapicursor.py to deal with bte and sht
copyparpipe
|
2022-02-17 |
Joeri van Ruth |
Enable/disable parallel copy and configure block size from command line and through sql
copyparpipe
|
2022-02-16 |
Joeri van Ruth |
Extract ON SERVER specific code into function
copyparpipe
|
2022-02-16 |
Joeri van Ruth |
Mark sends and receives as such
copyparpipe
|
2022-02-16 |
Joeri van Ruth |
whitespace
copyparpipe
|
2022-02-16 |
Joeri van Ruth |
Move parallel COPY INTO plan generation to separate file
copyparpipe
|
2022-02-23 |
Sjoerd Mullender |
A little cleanup of the upgrade code.
|
2022-02-23 |
Sjoerd Mullender |
Removed some old and unused stuff.
|
2022-02-23 |
Pedro Ferreira |
If attributes are present, don't add identity. Also attempt to bind TID column as identity if available
|
2022-02-23 |
Pedro Ferreira |
Free before throwing error
|
2022-02-23 |
Pedro Ferreira |
Compilation fix
privfuncs
|
2022-02-23 |
Sjoerd Mullender |
Make sure we use Python 3.
Jan2022
|
2022-02-22 |
Pedro Ferreira |
Don't attempt to bind aggregate functions again (it was already done before this call)
|
2022-02-22 |
Sjoerd Mullender |
Include unistd.h for FreeBSD.
|
2022-02-22 |
Pedro Ferreira |
Merged with default
privfuncs
|
2022-02-22 |
Pedro Ferreira |
This query is no longer an issue since bitwise functions were removed for decimals
|
2022-02-22 |
Pedro Ferreira |
Cleaned leftover scale up/down references
privfuncs
|
2022-02-22 |
Pedro Ferreira |
An error message that we could improve
|
2022-02-22 |
Pedro Ferreira |
Use select inplace to push select above join with more than one reference
|
2022-02-22 |
Sjoerd Mullender |
Get completely rid of our use of the uuid library.
|
2022-02-22 |
Pedro Ferreira |
Merged with Jan2022
|
2022-02-21 |
Pedro Ferreira |
Merged with default
properties
|
2022-02-21 |
Pedro Ferreira |
Some more corner error cases (Also important)
|
2022-02-21 |
Pedro Ferreira |
Added private functions related errors
privfuncs
|
2022-02-21 |
Pedro Ferreira |
Merged with default
privfuncs
|
2022-02-21 |
Pedro Ferreira |
Missing errors while attempting to replace system functions/views
privfuncs
|
2022-02-21 |
Sjoerd Mullender |
Use bit manipulation instead of loops.
Jan2022
|
2022-02-21 |
Sjoerd Mullender |
Use correct index for group bat: it's aligned with candidate list.
pushcands
|
2022-02-21 |
Pedro Ferreira |
Approved output for new private function changes
privfuncs
|
2022-02-21 |
Pedro Ferreira |
Disable binding private functions from user queries. Some tests need approval
privfuncs
|
2022-02-21 |
Pedro Ferreira |
Two more missing cases. Enough for now
|
2022-02-21 |
Pedro Ferreira |
More missing cardinality checks
|
2022-02-21 |
Pedro Ferreira |
More missing cardinality checks
|
2022-02-21 |
Joeri van Ruth |
Check for <unset> instead of for <unknown> in test monetdb_snapshot
|
2022-02-21 |
Pedro Ferreira |
More missing cardinality checks
|
2022-02-21 |
Pedro Ferreira |
Starting the week with a breakfast crash. Global aggregate binding issue
|
2022-02-19 |
Niels Nes |
flip left/right outer when possible and needed
|
2022-02-18 |
Niels Nes |
small changes for compilation on freebsd
|
2022-02-18 |
Pedro Ferreira |
Final crash for today
|
2022-02-18 |
Niels Nes |
use correct side of the left/right outers to rewrite the inner relation into.
|
2022-02-18 |
Pedro Ferreira |
Added 'private' field for functions
privfuncs
|
2022-02-18 |
Joeri van Ruth |
More detailed output in monetdb_snapshot.py
|
2022-02-18 |
Pedro Ferreira |
Functions have many boolean properties. Pack them
privfuncs
|
2022-02-18 |
Sjoerd Mullender |
Implemented a loadmodules property in merovingian.
|
2022-02-18 |
Sjoerd Mullender |
Report unset properties as <unset> instead of <unknown>.
|
2022-02-18 |
Sjoerd Mullender |
Use bool.
|
2022-02-18 |
Joeri van Ruth |
Let test urlstream.py wait until the server has really started
|
2022-02-18 |
Pedro Ferreira |
Next lateral join crash
|
2022-02-18 |
Joeri van Ruth |
Suppress snapshot tests if no randomness available
|
2022-02-18 |
Pedro Ferreira |
Flag changes please
|
2022-02-18 |
Sjoerd Mullender |
Updated manual page.
|
2022-02-18 |
Sjoerd Mullender |
A little cleanup of monetdbd property handling.
|
2022-02-18 |
Pedro Ferreira |
Don't flat list of values if only one value is there
|
2022-02-18 |
Niels Nes |
more restrict outer2inner
|
2022-02-18 |
Pedro Ferreira |
Push emptybind through compress and decompress calls. More improvements can be done here
|
2022-02-18 |
Niels Nes |
delay outer2inner into push_up_join
|
2022-02-18 |
Pedro Ferreira |
Next issue with compression. Looking into it
|
2022-02-17 |
Niels Nes |
a little more values flattening, ie with projections with multiple attributes and multiple values (and a sub query) flatten using unions.
|
2022-02-17 |
Pedro Ferreira |
Merged with Jan2022
|