2022-03-14 |
Sjoerd Mullender |
Make production of HTML files an option.
Jan2022
|
2022-03-14 |
Niels Nes |
merged
|
2022-03-14 |
Niels Nes |
fix projection around semijoin
|
2022-03-14 |
Sjoerd Mullender |
Merge with Jan2022 branch.
|
2022-03-14 |
Sjoerd Mullender |
Make quiet output (-q option) look like Mz.py output.
Jan2022
|
2022-03-14 |
Sjoerd Mullender |
Use print() instead of sys.stdout.write (STDOUT.write).
Jan2022
|
2022-03-14 |
Sjoerd Mullender |
No need to set embedded options.
Jan2022
|
2022-03-14 |
Sjoerd Mullender |
Use 'localhost' for hostname.
Jan2022
|
2022-03-14 |
svetlin |
fix
urlfuncs
|
2022-03-14 |
svetlin |
remove unnecessary checks to increase speed
urlfuncs
|
2022-03-14 |
Niels Nes |
fixed crash, ie correctly mark expressions as free when needed.
|
2022-03-14 |
Pedro Ferreira |
bat.append undefined error
|
2022-03-14 |
Pedro Ferreira |
When rewriting anyequal to not_anyequal, pass the arguments, not the function itself
|
2022-03-14 |
Pedro Ferreira |
Another crash. Parser issue?
|
2022-03-14 |
Pedro Ferreira |
Next subquery crash
|
2022-03-14 |
Pedro Ferreira |
Look for parameters while adding nulls
|
2022-03-12 |
Panagiotis Koutsourakis |
Add quotes when expanding LINUX_DISTRO
|
2022-03-12 |
Niels Nes |
no need to realy project just NULL constants if fine (fixes also compilation)
|
2022-03-12 |
Niels Nes |
cleaned up value flattening
|
2022-03-11 |
Pedro Ferreira |
Don't do trivial relation check inside iterator because inner relations will invalidate it
sqloptimizer
|
2022-03-11 |
Pedro Ferreira |
Merged with default
sqloptimizer
|
2022-03-11 |
Pedro Ferreira |
Splitting different SQL optimizers into different groups across multiple translation units.
sqloptimizer
|
2022-03-11 |
Sjoerd Mullender |
Merge with Jan2022 branch.
|
2022-03-11 |
Sjoerd Mullender |
Fixes for when there is no PCRE library.
Jan2022
|
2022-03-11 |
Sjoerd Mullender |
For capi, add conditional for C++ compiler, add option to compile in C99 mode.
Jan2022
|
2022-03-11 |
Sjoerd Mullender |
Merge with Jan2022 branch.
|
2022-03-11 |
Aris Koning |
Merge with default.
group-commit
|
2022-03-11 |
Aris Koning |
Call log_tend always.
group-commit
|
2022-03-11 |
Aris Koning |
Merge log_tflush and log_tdone.
group-commit
|
2022-03-11 |
Aris Koning |
Refactor sql_trans_commit.
group-commit
|
2022-03-11 |
Aris Koning |
Better parameter name.
group-commit
|
2022-03-11 |
Aris Koning |
Fix signatures
group-commit
|
2022-03-11 |
Aris Koning |
Restore log file id management
group-commit
|
2022-03-11 |
Sjoerd Mullender |
Merge with Jul2021 branch, not changing any files..
Jan2022
|
2022-03-11 |
Sjoerd Mullender |
Merge with Jul2021 branch.
Jan2022
|
2022-03-11 |
Sjoerd Mullender |
Merge with Jul2021 branch, not changing any files.
Jan2022
|
2022-03-11 |
Sjoerd Mullender |
Post release build.
Jul2021
|
2022-03-11 |
Sjoerd Mullender |
Setting tag Jul2021_19 for the release build.
Jul2021
|
2022-03-11 |
Sjoerd Mullender |
Moved contents of ChangeLog.Jul2021 to MonetDB.spec, debian/changelog and ChangeLog-Archive.
Jul2021 Jul2021_19 Jul2021_SP4_release
|
2022-03-11 |
Sjoerd Mullender |
Updated library versions.
Jul2021
|
2022-03-11 |
Sjoerd Mullender |
Pre-release version number update.
Jul2021
|
2022-03-11 |
svetlin |
extractURLhost bulk version
urlfuncs
|
2022-03-11 |
Sjoerd Mullender |
Add test for bug 7267.
Jan2022
|
2022-03-11 |
Pedro Ferreira |
Move test queries outside the transaction, so rt3 table will be empty as well during the test
|
2022-03-11 |
Niels Nes |
make sure we flatten complex value sets
|
2022-03-11 |
Sjoerd Mullender |
Merge with Jul2021 branch.
Jan2022
|
2022-03-11 |
Sjoerd Mullender |
BATunmask can return a "complex_cand" bat (negative candidates).
Jul2021
|
2022-03-10 |
Sjoerd Mullender |
Do not call BATsort with a complex candidate list.
Jul2021
|
2022-03-10 |
Sjoerd Mullender |
When applying changes, use the relevant transaction id.
Jul2021
|
2022-03-11 |
Aris Koning |
Fix the non-WAL commit.
group-commit
|
2022-03-11 |
Pedro Ferreira |
Keep error if that's the case and throw it if parameter is not found on the other side of join
Jan2022
|
2022-03-11 |
Pedro Ferreira |
Next unnesting issue
|
2022-03-11 |
Pedro Ferreira |
Next crash, missing error message
|
2022-03-10 |
Niels Nes |
don't change to union/except etc on value lists
|
2022-03-10 |
Pedro Ferreira |
Missalignment issue on remote plans
|
2022-03-10 |
Pedro Ferreira |
Merged with Jan2022
|
2022-03-10 |
Niels Nes |
fixes for
|
2022-03-10 |
Pedro Ferreira |
If a parameter is not on the left side of a join, still try the right side
Jan2022
|
2022-03-10 |
Pedro Ferreira |
Approved error messages
|
2022-03-10 |
Pedro Ferreira |
More test queries
|