- 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 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 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 19, 2023
-
-
Georgy Moshkin authored
-
-
- Oct 16, 2023
-
-
Denis Smirnov authored
-
Denis Smirnov authored
-
- Oct 13, 2023
-
-
- Oct 10, 2023
-
-
- Oct 09, 2023
-
-
- 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 19, 2023
-
-
Kurdakov Alexander authored
Allow connecting interactive console over a unix socket `picodata run --console-sock`. Use `picodata connect --unix` to connect.
-
- Sep 05, 2023
-
-
- Aug 30, 2023
-
-
- Aug 23, 2023
-
-
- Aug 15, 2023
-
-
- Aug 07, 2023
-
-
Georgy Moshkin authored
-
Yaroslav Dynnikov authored
-
Georgy Moshkin authored
-
- Aug 03, 2023
-
-
Arseniy Volynets authored
-
- Jul 21, 2023
-
-
Denis Smirnov authored
Now it is possible to drop sharded tables with pico.sql() Lua function.
-
Denis Smirnov authored
Adds support for creation of the sharded memtx spaces via pico.sql().
-
- Jul 18, 2023
-
-
- Jul 14, 2023
-
-
- Jul 12, 2023
-
-
Yaroslav Dynnikov authored
-
- Jul 05, 2023
-
-
The following commands are affected: - `picodata connect [user@][host][:port]` - `picodata run --peer` - `picodata run --listen` - `picodata run --http-listen` - `picodata run --advertise` - `picodata expel --peer` Only `picodata connect` respects the username. Other options just ignore it. - Provide new `struct Address` - Replace `try_parse_address` function with `impl FromStr for Address`. - Provide both unit and pytests
-
- Jun 16, 2023
-
- May 29, 2023
-
-
Yaroslav Dynnikov authored
-
- Apr 06, 2023
-
-
Егор Ивков authored
-
- Jan 27, 2023
-
-
Егор Ивков authored
-
- Nov 23, 2022
-
-
Alexander Tolstoy authored
-
-
- Nov 22, 2022
-
-
Yaroslav Dynnikov authored
-
- Oct 31, 2022
-
-
Valentin Syrovatskiy authored
-
- Oct 27, 2022
-
-