14 months ago |
Sjoerd Mullender |
Approve non-hugeint output.
cleanup_types
|
14 months ago |
Sjoerd Mullender |
Merge with default branch.
cleanup_types
|
14 months ago |
Sjoerd Mullender |
Make sure we get a log message when processing the WAL encounters a hitch.
Dec2023
|
14 months ago |
Niels Nes |
windows compiler doesn't like the larger sized types. So lets do some
Dec2023
|
14 months ago |
Niels Nes |
some more protection against overflow in ints
Dec2023
|
14 months ago |
Niels Nes |
small fix for issue 7418, ie in window function handling don't pass that we are already in a order by.
Dec2023
|
14 months ago |
Niels Nes |
fixing some more issues.
Dec2023
|
15 months ago |
Sjoerd Mullender |
Updated Debian/Ubuntu configuration.
Dec2023
|
15 months ago |
Martin van Dinther |
Add test for GH issue 7444.
Dec2023
|
15 months ago |
Martin van Dinther |
Add test for GH issue 7418.
Dec2023
|
15 months ago |
Martin van Dinther |
Removed statement separator ;.
Dec2023
|
15 months ago |
Martin van Dinther |
Added some more tests for newurl() with NULL values. When port is NULL then we use now 0 instead of -2**31.
Dec2023
|
15 months ago |
Lucas Pereira |
Fix GH issue #7440 + test
Dec2023
|
15 months ago |
Martin van Dinther |
Fix crash when calling newurl(scheme, authority, path) with one or more NULL args. Added test for GH#7417.
Dec2023
|
15 months ago |
Lucas Pereira |
Merge heads.
Dec2023
|
15 months ago |
Lucas Pereira |
Fix alloc overflow in dameraulevenshtein GH#7432.
Dec2023
|
15 months ago |
Sjoerd Mullender |
MonetDB BV -> MonetDB Foundation.
Dec2023
|
15 months ago |
Sjoerd Mullender |
Patch went wrong.
Dec2023
|
15 months ago |
Sjoerd Mullender |
No point rotating WAL if file only 2 bytes (just endian marker).
Dec2023
|
15 months ago |
Sjoerd Mullender |
Merge with Dec2023 branch.
|
15 months ago |
Sjoerd Mullender |
Approve output.
Dec2023
|
15 months ago |
Sjoerd Mullender |
Make sure the MAL interfaces correspond with the C code.
Dec2023
|
15 months ago |
Sjoerd Mullender |
Blurb.
Dec2023
|
15 months ago |
Sjoerd Mullender |
Blurb.
Dec2023
|
15 months ago |
Sjoerd Mullender |
Merge with Dec2023 branch.
|
15 months ago |
Sjoerd Mullender |
(1000*(2**4) - 2**4) * 2**2 = 63936, not 56610.
Dec2023
|
15 months ago |
Sjoerd Mullender |
Merge with Dec2023 branch.
|
15 months ago |
Sjoerd Mullender |
Move locking out of do_flush_range_cleanup().
Dec2023
|
15 months ago |
Sjoerd Mullender |
Do not free chunks inside a vheap.
Dec2023
|
15 months ago |
Lucas Pereira |
Close branch windowfun_cleanup.
windowfun_cleanup
|
15 months ago |
Niels Nes |
approved windows output
cleanup_types
|
15 months ago |
Niels Nes |
add some *.0000 for q83 and *1.00 for q66
cleanup_types
|
15 months ago |
Niels Nes |
small fixes for the no hugeint case
cleanup_types
|
15 months ago |
Niels Nes |
approved output for without hugeint
cleanup_types
|
15 months ago |
Niels Nes |
add ^first char end last char $ for better startsWith/endsWith support
strimps2
|
15 months ago |
Martin van Dinther |
Fix issue 7416, a crash when calling atom_get_int(atom *a) where atom was NULL.
Dec2023
|
15 months ago |
Martin van Dinther |
Add test for issue 7415.
Dec2023
|
15 months ago |
Martin van Dinther |
Add test for issue 7414. It didn't crash as reported but returned an error.
Dec2023
|
15 months ago |
Martin van Dinther |
Fix crash when parsing invalid interval string. issue 7412.
Dec2023
|
15 months ago |
Martin van Dinther |
Add test for issue 7430
Dec2023
|
15 months ago |
Martin van Dinther |
Add test for issue 7429
Dec2023
|
15 months ago |
Martin van Dinther |
Add test for issue 7428
Dec2023
|
15 months ago |
Martin van Dinther |
Extend tests with cleaup of created tables, added query to show content and added a version when statements are done within a transaction.
Dec2023
|
15 months ago |
Sjoerd Mullender |
Closing branch client_interrupts.
client_interrupts
|
15 months ago |
Sjoerd Mullender |
Merged client_interrupts branch into default.
|
15 months ago |
Sjoerd Mullender |
Reduce the amount of polling: the poor mac couldn't handle it.
client_interrupts
|
15 months ago |
Sjoerd Mullender |
Changelog and manual update.
client_interrupts
|
15 months ago |
Sjoerd Mullender |
Thinko.
client_interrupts
|
15 months ago |
Sjoerd Mullender |
Stop sending columnar (binary) results on interrupt.
client_interrupts
|
15 months ago |
Sjoerd Mullender |
Don't shadow variable names; only need to send abort on followup call.
client_interrupts
|
15 months ago |
Niels Nes |
merged with default
cleanup_types
|
15 months ago |
Niels Nes |
removed useless SCALE_NOFIX, use SCALE_NONE instead
cleanup_types
|
15 months ago |
Sjoerd Mullender |
Approve API change.
client_interrupts
|
15 months ago |
Sjoerd Mullender |
Merge with default branch.
client_interrupts
|
15 months ago |
Sjoerd Mullender |
Implemented abort on interrupt of ON CLIENT processing.
client_interrupts
|
15 months ago |
Sjoerd Mullender |
Restore signal mask when longjmping.
client_interrupts
|
15 months ago |
Sjoerd Mullender |
Implemented abort in COPY INTO ON CLIENT.
client_interrupts
|
15 months ago |
Sjoerd Mullender |
Merge with Dec2023 branch.
|
15 months ago |
Niels Nes |
try to use smallest output possible for sum
cleanup_types
|
15 months ago |
Niels Nes |
fixed bug 7425 and added test
Dec2023
|