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
|