- Nov 03, 2023
-
-
Feodor Alexandrov authored
-
-
-
-
-
-
-
-
-
-
-
-
- Nov 02, 2023
-
-
Dmitry Rodionov authored
Was changed in this commit: https://git.picodata.io/picodata/picodata/picodata/-/commit/4b3b1650423e83724dc8915a0d5bb0c643c31a80 I believe this change was introduced by mistake (most probably because of bulk rename)
-
- Nov 01, 2023
-
-
Denis Smirnov authored
-
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
-
-
Dmitry Rodionov authored
main.rs has grown a bit, adding new stuff to it doesnt feel natural. Smaller files are easier to digest. For me it is easier to find stuff when there are less files on the top level and some hierarchy shows. where to go. A while back I wanted to move sql command to separate file but there is already sql.rs on the top level. This patch solves this issue.
-
Arseniy Volynets authored
-
Follow-up for 2b1bd622 > submodule.<name>.branch > > A remote branch name for tracking updates in the upstream submodule. > If the option is not specified, it defaults to the remote HEAD. The `origin/HEAD` is the default branch in GitLab. In case of tarantool-sys nowadays it corresponds to `2.11.0-picodata`. This option is responsible for the correct operation of git submodule update --remote tarantool-sys
-
- Oct 30, 2023
-
-
Dmitry Rodionov authored
-
-
It was previously used in luamod.rs in ops like create_space. Its usage was replaced by reenterable_schema_change_request in both Rust and Lua.
-
- Oct 27, 2023
-
-
Georgy Moshkin 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
-
Дмитрий Кольцов authored
-
- Oct 23, 2023
-
-
Дмитрий Кольцов authored
Add ability to choose multiple fd values in filter Add side menu Fix layout to make UI consistent with design
-
- Oct 20, 2023
-
-
Дмитрий Кольцов authored
-
- Oct 19, 2023
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
-
- Oct 17, 2023
-
-
Georgy Moshkin authored
-
- Oct 16, 2023
-
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
- Oct 13, 2023
-
-
- Oct 12, 2023
-
-