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
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
15 months ago Niels Nes added test for issue 7426. Dec2023
15 months ago Sjoerd Mullender Merge with Dec2023 branch.
15 months ago Sjoerd Mullender Close branch geos-reentrant. geos-reentrant
15 months ago Sjoerd Mullender Merge geos-reentrant branch into Dec2023: use reentrant interfaces of geos library. Dec2023
15 months ago Niels Nes cleanup indent and comment geos-reentrant
15 months ago Niels Nes restored epilogue (keep api stable) geos-reentrant
15 months ago Sjoerd Mullender No declaration after label. client_interrupts
15 months ago Niels Nes geom.epiloqu is gone geos-reentrant
15 months ago Niels Nes use a per thread geom library context geos-reentrant
15 months ago Sjoerd Mullender New function MT_thread_init_add_callback to register callbacks. geos-reentrant
15 months ago Niels Nes cleanup create_analytics interface (no need to pass scale_fix-ing) cleanup_types
15 months ago Niels Nes make sure to do mark (aggregating) joins/selects after group-join cleanup_types
15 months ago Niels Nes some how the define from geos doesn't quite check every function. geos-reentrant
15 months ago Sjoerd Mullender No __popcnt64() on 32 bit Windows.
15 months ago Niels Nes missed one function converstion to _r geos-reentrant
15 months ago Niels Nes use modern api GEOS_init_r and GEOS_finish_r geos-reentrant
15 months ago Sjoerd Mullender More interrupt handling. client_interrupts
15 months ago Niels Nes dummy comment change to trigger build geos-reentrant
15 months ago Niels Nes use (only) the _r api of libgeos. For now we have a new global geos-reentrant
15 months ago Sjoerd Mullender Help the compiler. client_interrupts
15 months ago Sjoerd Mullender Make readline and non-readline interrupts more alike. client_interrupts
15 months ago Niels Nes handle more cases of digits/bits reduction because of statistics. cleanup_types
15 months ago Sjoerd Mullender Merge with default branch. client_interrupts
15 months ago Sjoerd Mullender Merge with Dec2023 branch.
15 months ago Niels Nes merged with default cleanup_types
15 months ago Niels Nes use min/max for decimals to get used number of digits cleanup_types
15 months ago Sjoerd Mullender When reading a continuation of a query with readline, abort on interrupt. client_interrupts
15 months ago Sjoerd Mullender When reading a continuation of a query without readline, abort on interrupt. client_interrupts
15 months ago Sjoerd Mullender Fix a memory leak. Dec2023
15 months ago Sjoerd Mullender Merge with default branch. client_interrupts
15 months ago Sjoerd Mullender Merge with Dec2023 branch.
15 months ago Sjoerd Mullender Implemented and approved upgrade for json.isvalid(json). Dec2023
15 months ago Sjoerd Mullender Deal with interrupts when not using readline. client_interrupts
15 months ago Niels Nes merged with default cleanup_types
15 months ago Sjoerd Mullender While checking for interrupts, also check for disconnect from client. client_interrupts
15 months ago Sjoerd Mullender Do not catch interrupts in the (mapi) library, only in the (mclient) application. client_interrupts
15 months ago Sjoerd Mullender Properly clear errors in streams. client_interrupts
15 months ago Niels Nes more cleanup. Complex part of function was never used (ie passed arguments where always false) cleanup_types
15 months ago Niels Nes used builtin's for popcount
15 months ago Niels Nes merged with Dec2023
15 months ago Niels Nes more cleanup of unused macro's cleanup_types
15 months ago Niels Nes small cleanup of unused field cleanup_types
15 months ago Martin van Dinther Approve changed output of integer type_digits values. cleanup_types
15 months ago Niels Nes fixed compilation issue with not used (but set) variable Dec2023
15 months ago Niels Nes fixed json.isvalid(json) implementation to handle NULL's Dec2023
15 months ago Niels Nes json.isvalid correctly returns NULL now Dec2023
15 months ago Niels Nes approved new json.isvalid function Dec2023
15 months ago Niels Nes cleanup some more commented out code cleanup_types
15 months ago Niels Nes make sure we use the correct scale on division of decimals cleanup_types
15 months ago Martin van Dinther Disable printf() calls in optimizers, which where used for development. Dec2023
15 months ago Sjoerd Mullender Implemented alternative for systems without poll (i.e. Windows). client_interrupts
15 months ago Sjoerd Mullender Only send out-of-band interrupt message to server that can handle it. client_interrupts
15 months ago Sjoerd Mullender Choose timeout/interrupted message correctly. client_interrupts
15 months ago Sjoerd Mullender First version that successfully aborts a query on client interrupt. client_interrupts
15 months ago Sjoerd Mullender Changed timeout code a little. client_interrupts
15 months ago Sjoerd Mullender A little cleanup. client_interrupts
15 months ago Sjoerd Mullender Merge with default branch. client_interrupts
15 months ago Niels Nes Major cleanup of sql types system. cleanup_types
15 months ago Sjoerd Mullender Dec2023 has been released: closing Jun2023. Jun2023
15 months ago Sjoerd Mullender Merge with Dec2023 branch.