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.
|
15 months ago |
Sjoerd Mullender |
Turn HASHmask into an inline function.
|
15 months ago |
Sjoerd Mullender |
Update copyright for the new year, move to MonetDB Foundation.
Dec2023
|
15 months ago |
Sjoerd Mullender |
Add .pc extension, and better handle #!.
Dec2023
|
15 months ago |
Sjoerd Mullender |
Unused file.
Dec2023
|
15 months ago |
Sjoerd Mullender |
Changed some error messages.
Dec2023
|
15 months ago |
Sjoerd Mullender |
Merge with Dec2023 branch.
|
15 months ago |
Sjoerd Mullender |
Dec2023 has been released, so upgrades from different source.
Dec2023
|
15 months ago |
Sjoerd Mullender |
Dec2023 was released.
Dec2023
|
16 months ago |
Sjoerd Mullender |
Merge with Dec2023 branch.
|
16 months ago |
Sjoerd Mullender |
Removed columns for status and filename from BBP.dir.
|
16 months ago |
Sjoerd Mullender |
Use batRole instead of BBP_status to decide whether to create a hash.
Dec2023
|
16 months ago |
Martin van Dinther |
Improve text
Dec2023
|
16 months ago |
Martin van Dinther |
Add cleanup
Dec2023
|
16 months ago |
Martin van Dinther |
Remove trailing ; from SQL statements
Dec2023
|
16 months ago |
Martin van Dinther |
Add test for geom issue 7274
Dec2023
|
16 months ago |
Martin van Dinther |
Add tests for request 6933
Dec2023
|
16 months ago |
Martin van Dinther |
Add tests for request 7391
Dec2023
|
16 months ago |
Martin van Dinther |
Correct typo
Dec2023
|
16 months ago |
Sjoerd Mullender |
Merge with Dec2023 branch, not changing any files..
|
16 months ago |
Sjoerd Mullender |
Post release build.
Dec2023
|
16 months ago |
Sjoerd Mullender |
Merge with Dec2023 branch.
|
16 months ago |
Sjoerd Mullender |
Setting tag Dec2023_1 for the release build.
Dec2023
|
16 months ago |
Sjoerd Mullender |
Moved contents of ChangeLog.Jun2023 and ChangeLog.Dec2023 to MonetDB.spec, debian/changelog and ChangeLog-Archive.
Dec2023 Dec2023_1 Dec2023_release
|
16 months ago |
Sjoerd Mullender |
Updated library versions.
Dec2023
|
16 months ago |
Sjoerd Mullender |
Merge with Dec2023 branch, not changing any files.
|
16 months ago |
Sjoerd Mullender |
Pre-release version number update.
Dec2023
|
16 months ago |
Sjoerd Mullender |
Merge with Dec2023 branch.
|
16 months ago |
Martin van Dinther |
Correct typo
Dec2023
|
16 months ago |
Martin van Dinther |
correct comment text
Dec2023
|