- Jul 22, 2024
-
-
Виталий Шунков authored
-
- Jul 19, 2024
-
-
There was a warning for unused const `WEBUI_DIR` when webui was not used. This is a follow up for 6afdac9a suggested by @funbringer.
-
- Jul 18, 2024
-
-
Dmitry Rodionov authored
The problem appeared in form of a failed debian package build. aws-lc-rs build script was failing with: thread 'main' panicked at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.19.0/builder/cc_builder.rs:244:13: Your compiler (cc) is not supported due to a memcmp related bug reported in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95189.We strongly recommend against using this compiler. Since we use system openssl we dont need to rely on these backends. Error message is probably correct, so upgrading the compiler is still a good idea.
-
- Jul 17, 2024
-
-
This is needed because we don't support converting decimals to float yet, but our SQL engine inserts decimal values by default.
-
This fixes the A-B-A problem which was observed in the issue https://git.picodata.io/picodata/picodata/picodata/-/issues/763. Closes #763
-
-
-
-
Maksim Kaitmazian authored
-
- Jul 16, 2024
-
-
Kurdakov Alexander authored
default tier persisted only in the absence of configuration file This partially reverts commit 6f0cee63.
-
- Jul 15, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
feature(plugin): add plugin version rules: only one plugin version may be enabled at the same time on instance
-
-
-
Maksim Kaitmazian authored
Previously, we retrieved the row count using rows.len(), where rows was an iterator that returned the remaining number of rows instead of the total number of rows sent.
-
Vartan Babayan authored
-
-
- Jul 14, 2024
-
-
Maksim Kaitmazian authored
-
Maksim Kaitmazian authored
-
- Jul 13, 2024
-
-
Kurdakov Alexander authored
-
Kurdakov Alexander authored
-
- Jul 12, 2024
-
-
-
Dmitry Rodionov authored
-
EmirVildanov authored
-
- Jul 11, 2024
-
-
Dmitry Rodionov authored
This is a known problem in general. There is an open ticket in sbroad: https://git.picodata.io/picodata/picodata/sbroad/-/issues/542 This is a follow up for 8a2b10e2
-
Maksim Kaitmazian authored
-
Maksim Kaitmazian authored
-
Dmitry Rodionov authored
Make it possible to pass enabled injections at process startup via env variables.
-
Dmitry Rodionov authored
If initial call to vshard.router.bootstrap failed with taimeout then following calls return cluster already bootstrapped error. Make proc_sharding_bootstrap treat this error as successful bootstrap. Close: https://git.picodata.io/picodata/picodata/picodata/-/issues/751
-
- Jul 10, 2024
-
-
Dmitry Rodionov authored
-
Dmitry Rodionov authored
-
Dmitry Rodionov authored
-
- Jul 09, 2024
-
-
Dmitry Ivanov authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
If it's set only the "rows" part of the response is returned. This parameter is True by default because in most cases this is what we want.
-