- 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 12, 2024
-
-
- Jul 11, 2024
-
-
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 09, 2024
-
-
Dmitry Ivanov authored
-
- Jul 08, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Jul 05, 2024
-
-
Dmitry Ivanov authored
-
Dmitry Ivanov authored
-
Dmitry Ivanov authored
-
-
-
-
- Jul 04, 2024
-
-
Arseniy Volynets authored
- when doing global dml sql query, there is error like user don't have access to 'raft_state` space. Fix this by doing parts of pipeline that access system spaces under admin
-
Georgy Moshkin authored
This is needed because we require Service::on_start callbacks to be idempotent because governor may end up call them multiple times.
-
Georgy Moshkin authored
-
Georgy Moshkin authored
Use "/path" RPC routes to call plugin-defined endpoints. Use ".proc" RPC routes to call builtin picodata endpoints (for example .proc_instance_info)
-
Georgy Moshkin authored
- use RouteBuilder to register rpc endpoints (input and ouptut is raw bytes for now) - use RequestBuilder to send RPC requests to other instances which are running a specified plugin.service (guarded by version) - supported routing by - explicit instance_id - replicaset_id - bucket_id - any available instance with given service - use context::Context to extract information about request or add custom fields at runtime (middleware not yet implemented)
-
Georgy Moshkin authored
-