Skip to content
Snippets Groups Projects
  1. Nov 14, 2023
  2. Nov 10, 2023
  3. Nov 08, 2023
  4. Nov 07, 2023
  5. 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
  6. Nov 03, 2023
  7. 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>
      Verified
      efeb345c
    • EmirVildanov's avatar
      feat: support ALTER USER · 04d10dca
      EmirVildanov authored and Denis Smirnov's avatar Denis Smirnov committed
      Verified
      04d10dca
  8. Oct 31, 2023
  9. Oct 26, 2023
  10. Oct 25, 2023
  11. Oct 24, 2023
  12. Oct 19, 2023
  13. Oct 16, 2023
  14. Oct 13, 2023
  15. Oct 10, 2023
  16. Oct 09, 2023
  17. Oct 06, 2023
  18. Sep 28, 2023
    • Denis Smirnov's avatar
      test: fix flaky sql tests · ad3d151b
      Denis Smirnov authored and Yaroslav Dynnikov's avatar Yaroslav Dynnikov committed
      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.
      ad3d151b
  19. Sep 22, 2023
  20. Sep 21, 2023
  21. Sep 20, 2023
  22. Sep 19, 2023
  23. Sep 06, 2023
  24. Sep 05, 2023
  25. Aug 30, 2023
Loading