14 months ago |
Sjoerd Mullender |
Implemented skipif/onlyif has-hugeint and --ignore-conditions in Mtest.
Dec2023
|
14 months ago |
Sjoerd Mullender |
Approve some no-hge tests.
cleanup_types
|
14 months ago |
Sjoerd Mullender |
Implemented upgrade + approved changes.
cleanup_types
|
14 months ago |
Sjoerd Mullender |
Merge with default branch.
cleanup_types
|
14 months ago |
Sjoerd Mullender |
Make CLOB an alias of VARCHAR, set type of literal strings to VARCHAR.
cleanup_types
|
14 months ago |
Sjoerd Mullender |
Reapprove (normalize/canonicalize) tests.
|
14 months ago |
Sjoerd Mullender |
Merge with Dec2023 branch.
|
14 months ago |
Sjoerd Mullender |
Fix dump output.
Dec2023
|
14 months ago |
Sjoerd Mullender |
Merge with Dec2023 branch.
|
14 months ago |
Sjoerd Mullender |
We can run TPC-DS on 32 bit if we skip one test.
Dec2023
|
15 months ago |
Sjoerd Mullender |
Approve 32 bit output.
Dec2023
|
14 months ago |
Sjoerd Mullender |
Introduce skipif/onlyif with bits={32,64}bit.
Dec2023
|
14 months ago |
Lucas Pereira |
Created branch sw_ew_c_sorting from Dec2023.
sw_ew_c_sorting
|
14 months ago |
Sjoerd Mullender |
Remove now superfluous test.
Dec2023
|
14 months ago |
Sjoerd Mullender |
Allow ridiculously high limit in query.
Dec2023
|
14 months ago |
Sjoerd Mullender |
Amend assertions: scale not used for floating point types.
Dec2023
|
14 months ago |
Lucas Pereira |
Fix 35 from #7390 and enable test.
Dec2023
|
14 months ago |
Sjoerd Mullender |
Don't be too precise in the expected error messages.
Dec2023
|
14 months ago |
Sjoerd Mullender |
Remove superfluous declaration.
Dec2023
|
14 months ago |
Lucas Pereira |
Merge default with Dec2023.
|
14 months ago |
Lucas Pereira |
Fix query 20 from #7390 plus enable test.
Dec2023
|
14 months ago |
Lucas Pereira |
Fix query 15 and 17 of #7390 + enable tests.
Dec2023
|
14 months ago |
Sjoerd Mullender |
Update type_digits column in sys._columns for integer types.
cleanup_types
|
14 months ago |
Niels Nes |
added table returning function test
Dec2023
|
14 months ago |
Niels Nes |
merged
Dec2023
|
14 months ago |
Niels Nes |
no more dummy return statements
Dec2023
|
14 months ago |
Sjoerd Mullender |
Do not try to dereference a pointer with value 1.
Dec2023
|
14 months ago |
Niels Nes |
fixes for issues #7447 and #7448
Dec2023
|
14 months ago |
Sjoerd Mullender |
Approve non-hugeint output.
cleanup_types
|
14 months ago |
Lucas Pereira |
Issue fixed. Enable test for 7390/14.sql
Dec2023
|
14 months ago |
Martin van Dinther |
Add tests for issues 7447 and 7448.
Dec2023
|
14 months ago |
Martin van Dinther |
Extend tests with DROP TABLE statements at the end.
Dec2023
|
14 months ago |
Martin van Dinther |
Add some assertion failure information for the statements that crash the server.
Dec2023
|
14 months ago |
Martin van Dinther |
enable tests 25.sql, 27.sql, 28.sql as they do not crash anymore.
Dec2023
|
14 months ago |
Martin van Dinther |
enable tests 31.sql, 32.sql, 33.sql, 34.sql, 37.sql, 38.sql as they do not crash anymore.
Dec2023
|
14 months ago |
Sjoerd Mullender |
Cant' use plain mkdir on Windows.
|
14 months ago |
Sjoerd Mullender |
Implemented --output and --outputdir options in msqldump.
|
14 months ago |
Sjoerd Mullender |
Remove unused file.
|
14 months ago |
Sjoerd Mullender |
Change variable name.
|
14 months ago |
Lucas Pereira |
Issue fixed. Enable test for 7390/13.sql.
Dec2023
|
14 months ago |
Niels Nes |
don't add the current expression to the inner query, for unbound variables.
Dec2023
|
14 months ago |
Niels Nes |
fixes for issue #7437, #7435 and #7434
Dec2023
|
14 months ago |
Sjoerd Mullender |
Implemented % wildcards for the -t option of msqldump.
|
14 months ago |
Niels Nes |
fixes for issue #7436
Dec2023
|
14 months ago |
Niels Nes |
fixes for issues #7433 and #7438
Dec2023
|
14 months ago |
Sjoerd Mullender |
Code deduplication.
|
14 months ago |
Niels Nes |
fixed issue #7439
Dec2023
|
14 months ago |
Niels Nes |
merged
Dec2023
|
14 months ago |
Niels Nes |
fixed issues #7442 and #7443
Dec2023
|
14 months ago |
Lucas Pereira |
Fixed. Test for GH issue #7441.
Dec2023
|
14 months ago |
Niels Nes |
least/greatest aren't keywords
Dec2023
|
14 months ago |
Niels Nes |
properly use ifdef
cleanup_types
|
14 months ago |
Niels Nes |
use correct size for table
cleanup_types
|
14 months ago |
Niels Nes |
merged with default
cleanup_types
|
14 months ago |
Niels Nes |
fixed 32bit output
cleanup_types
|
14 months ago |
Niels Nes |
merged
cleanup_types
|
14 months ago |
Niels Nes |
always set digits for views on max bits.
cleanup_types
|
15 months ago |
Niels Nes |
merged with default
cleanup_types
|
14 months ago |
Sjoerd Mullender |
Merge with Dec2023 branch.
|
14 months ago |
Sjoerd Mullender |
Compatibility with older Python 3 (3.6 on power8 test system).
|
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
|