2021-02-27 |
Niels Nes |
only append when the read returned a value
|
2021-02-26 |
Pedro Ferreira |
Clean the hash if changes are made
|
2021-02-26 |
Pedro Ferreira |
Less allocations and clear hash table when required
|
2021-02-26 |
Pedro Ferreira |
Small optimizations. Use a less expensive hash function (75 vs 120 average cycles for tpch queries) and don't lock on always single threaded hash tables
|
2021-02-26 |
Niels Nes |
small compilation fix
|
2021-02-26 |
Sjoerd Mullender |
Serious progress on the upgrade front: it worked at least once.
|
2021-02-26 |
Sjoerd Mullender |
Merge heads.
Jun2020
|
2021-02-24 |
Sjoerd Mullender |
Check for UTF-8 correctness before writing into the WAL.
Jun2020
|
2021-02-26 |
Pedro Ferreira |
Remove unecessary list allocations
|
2021-02-26 |
Pedro Ferreira |
Reduce allocations and lookups
|
2021-02-26 |
Niels Nes |
more locks and cleanup
|
2021-02-26 |
Niels Nes |
some more cleanup
|
2021-02-26 |
Pedro Ferreira |
Anything inside a comment must be ignored
|
2021-02-26 |
Pedro Ferreira |
Set default pipe at the end of test
|
2021-02-26 |
Pedro Ferreira |
Approved windows output
|
2021-02-26 |
Sjoerd Mullender |
Fix return type.
|
2021-02-25 |
Pedro Ferreira |
Avoid list merging
|
2021-02-25 |
Sjoerd Mullender |
Changed interface of atomRead function and reduce number of mallocs during WAL read.
|
2021-02-25 |
Sjoerd Mullender |
Merge with Oct2020 branch.
|
2021-02-25 |
Sjoerd Mullender |
Improve COPY INTO speed by reusing buffer.
Oct2020
|
2021-02-25 |
Pedro Ferreira |
Call optimizer only when outer joins are available
|
2021-02-25 |
Niels Nes |
merged
|
2021-02-25 |
Niels Nes |
merged
|
2021-02-25 |
Pedro Ferreira |
Allocate only when needed
|
2021-02-25 |
Niels Nes |
merged
Oct2020
|
2021-02-25 |
Niels Nes |
merged with oct
|
2021-02-25 |
Niels Nes |
merged with Jun2020
Oct2020
|
2021-02-25 |
Niels Nes |
make sure we reorder outer joins when possible
Jun2020
|
2021-02-25 |
Niels Nes |
inlined mvc_highwater..
|
2021-02-25 |
Niels Nes |
more highwater changes
|
2021-02-25 |
Pedro Ferreira |
Filter functions are bound on the same level as regular functions. There's no need to attempt to bind them earlier in the scanner
|
2021-02-25 |
Niels Nes |
added small less heavy highwater check.
|
2021-02-25 |
Thodoris Zois |
Copy into file monetdbe + example_copy test update
|
2021-02-25 |
Niels Nes |
merged
|
2021-02-25 |
Niels Nes |
fixed monetdbe_append
|
2021-02-25 |
Pedro Ferreira |
Swap function input parameters early on (if commutative), so we don't have to do another expensive function bind call in the optimizer
|
2021-02-25 |
Niels Nes |
cleanup
|
2021-02-25 |
Niels Nes |
merged
|
2021-02-25 |
Niels Nes |
use less malloc/free
|
2021-02-25 |
Sjoerd Mullender |
alter_table needs create_table.
|
2021-02-24 |
Sjoerd Mullender |
The three type_* bats are never persisted, so make them transient.
|
2021-02-24 |
Sjoerd Mullender |
Use type bte and not char for single byte values that can be negative.
|
2021-02-25 |
Niels Nes |
only lock if needed
|
2021-02-25 |
Pedro Ferreira |
Reduce error message on release builds
|
2021-02-25 |
Thodoris Zois |
Merge
|
2021-02-25 |
Thodoris Zois |
Added a test for COPY INTO from file
|
2021-02-25 |
Sjoerd Mullender |
Add a quick check.
|
2021-02-25 |
Sjoerd Mullender |
Pass on open file pointer to old logger loader.
|
2021-02-25 |
Pedro Ferreira |
Backed out changeset 446e3480c6d1
|
2021-02-25 |
Pedro Ferreira |
Backed out changeset 500dc00c4835
|
2021-02-25 |
Pedro Ferreira |
Backed out changeset 4f06f1996188
|
2021-02-25 |
Pedro Ferreira |
Backed out changeset 262fca1a48ba
|
2021-02-25 |
Pedro Ferreira |
Backed out changeset e75ca21b9284
|
2021-02-25 |
Pedro Ferreira |
One more missing check
|
2021-02-25 |
Pedro Ferreira |
Missing check
|
2021-02-25 |
Pedro Ferreira |
It can convert zeros too
|
2021-02-24 |
Pedro Ferreira |
More commonly used snprintf calls
|
2021-02-24 |
Pedro Ferreira |
Replace more commonly used snprintf calls
|
2021-02-24 |
Pedro Ferreira |
Disable variable name change at garbage collector optimizer on non-debug builds
|
2021-02-24 |
Niels Nes |
add static as well
|