log

age author description
15 months ago Sjoerd Mullender Approve non-hugeint output. cleanup_types
15 months ago Sjoerd Mullender Merge with default branch. cleanup_types
15 months ago Sjoerd Mullender Make sure we get a log message when processing the WAL encounters a hitch. Dec2023
15 months ago Niels Nes windows compiler doesn't like the larger sized types. So lets do some Dec2023
15 months ago Niels Nes some more protection against overflow in ints Dec2023
15 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
15 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