- Nov 14, 2023
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
-
- Nov 10, 2023
-
-
- Nov 08, 2023
-
-
pico.whoami() returns new field tier
-
- Nov 07, 2023
-
-
Dmitry Rodionov authored
-
- Nov 06, 2023
-
-
Kurdakov Alexander authored
Transferred replication factor from Properties table to new Tier table Instance and Replicaset belongs to tier via new field tier in _pico_instance and _pico_replicaset New cli option init-cfg with path to configuration file in yaml format. For now contains only info about tiers.
-
- Nov 03, 2023
-
-
- Nov 01, 2023
-
-
Denis Smirnov authored
BREAKING CHANGE!: - pico.trace() function was removed. Use pico.sql() for tracing; - opentelemetry tables __SBROAD_STAT and __SBROAD_QUERY were renamed into _SQL_STAT and _SQL_QUERY tables. Introduce enrypoints for extended PG protocol: - pg_bind: bind parameters to portal (IR) by descriptor; - pg_close: remove portal from the storage by descriptor; - pg_describe: get the portal metadata and type by descriptor; - pg_execute: execute portal by descriptor; - pg_parse: parse an SQL pattern into IR (reusing LRU), save IR into portal storage and return the descriptor; - pg_portals: get a list of portal descriptors visible to the current user; Co-authored-by:
Kaitmazian Maksim <m.kaitmazian@picodata.io>
-
-
- Oct 31, 2023
-
-
Arseniy Volynets authored
-
- Oct 26, 2023
-
-
EmirVildanov authored
feat: add tests for tables format and parameters len, fix bucket_id calculation, add support of is_nullable sql metadata
-
- Oct 25, 2023
-
-
Georgy Moshkin authored
-
- Oct 24, 2023
-
-
Дмитрий Кольцов authored
-
- Oct 19, 2023
-
-
Georgy Moshkin authored
-
-
- Oct 16, 2023
-
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
- Oct 13, 2023
-
-
- Oct 10, 2023
-
-
- Oct 09, 2023
-
-
- Oct 06, 2023
-
-
- Sep 28, 2023
-
-
At the moment clusterwide SQL has no protection from anomalies produced by vshard bucket rebalancer. We plan to fix it ASAP, but at the moment we need a stable non-flaky CI. This patch makes tested cluster single-node. Multi-instance tests shall be added later in scope of fixing the mentioned rebalancing issue.
-
- Sep 22, 2023
-
-
This commit introduces the first iteration of Picodata Web UI. It lacks a lot of features and also indulges a lot of technically imperfect decisions. Those are supposed to be addressed later.
-
- Sep 21, 2023
-
-
- Sep 20, 2023
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Sep 19, 2023
-
-
Kurdakov Alexander authored
Allow connecting interactive console over a unix socket `picodata run --console-sock`. Use `picodata connect --unix` to connect.
-
- Sep 06, 2023
-
-
Dmitry Rodionov authored
-
Dmitry Rodionov authored
-
- Sep 05, 2023
-
-
Denis Smirnov authored
Previously picodata failed to drop spaces with grants on it ("the space has grants"). Another problem was that we didn't clean _pico_privileges grants when the space was dropped. Both problems were fixed in the current commit.
-
- Aug 30, 2023
-
-