Skip to content
Snippets Groups Projects
  1. Nov 10, 2023
  2. Nov 08, 2023
  3. Nov 07, 2023
  4. Nov 06, 2023
    • Kurdakov Alexander's avatar
      feat: add tier entity · 701aa4ab
      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.
      701aa4ab
  5. Nov 01, 2023
    • Denis Smirnov's avatar
      feat!: implement entrypoints for PG extended protocol · efeb345c
      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: default avatarKaitmazian Maksim <m.kaitmazian@picodata.io>
      efeb345c
  6. Oct 26, 2023
  7. Oct 19, 2023
  8. Oct 16, 2023
  9. Oct 13, 2023
  10. Oct 10, 2023
  11. Oct 09, 2023
  12. Sep 22, 2023
  13. Sep 21, 2023
  14. Sep 19, 2023
  15. Sep 05, 2023
  16. Aug 30, 2023
  17. Aug 23, 2023
  18. Aug 15, 2023
  19. Aug 07, 2023
  20. Aug 03, 2023
  21. Jul 21, 2023
  22. Jul 18, 2023
  23. Jul 14, 2023
  24. Jul 12, 2023
  25. Jul 05, 2023
    • Dmitry Travyan's avatar
      refactor: cli address parsing · 9d91b461
      Dmitry Travyan authored and Yaroslav Dynnikov's avatar Yaroslav Dynnikov committed
      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
      9d91b461
  26. Jun 16, 2023
  27. May 29, 2023
  28. Apr 06, 2023
  29. Jan 27, 2023
  30. Nov 23, 2022
  31. Nov 22, 2022
  32. Oct 31, 2022
  33. Oct 27, 2022
Loading