Skip to content
Snippets Groups Projects
  1. Mar 19, 2024
  2. Mar 18, 2024
  3. Mar 15, 2024
  4. Mar 12, 2024
  5. Mar 11, 2024
  6. Mar 07, 2024
  7. Mar 05, 2024
  8. Feb 26, 2024
  9. Feb 20, 2024
  10. Feb 19, 2024
  11. Feb 06, 2024
  12. Feb 03, 2024
  13. Feb 02, 2024
    • Arseniy Volynets's avatar
      feat: support pg like parameters · 47c25b83
      Arseniy Volynets authored
      - support parameters in form of $n like in postgres
      - parameters are numbered from 1
      - can't use both tarantool (?) and pg-like ($n) params
      in one query
      47c25b83
  14. Feb 01, 2024
  15. Jan 27, 2024
    • Arseniy Volynets's avatar
      refactor: tracing · 4e1574c1
      Arseniy Volynets authored
      - refactor tracing api to take tracer
      from library user. Now there is a trait
      for Tracer and sbroad does really know
      what tracer is being passed
      - All tracing tables were moved out to Picodata
      - remove tracing from cartridge:
      as it is not used and no need to
      maintain it
      4e1574c1
  16. Jan 26, 2024
  17. Jan 25, 2024
  18. Jan 17, 2024
  19. Jan 11, 2024
  20. Jan 10, 2024
  21. Dec 29, 2023
  22. Dec 27, 2023
  23. Dec 18, 2023
  24. Dec 13, 2023
  25. Dec 12, 2023
    • Arseniy Volynets's avatar
      feat: support union all with global tbls · 4cb04bfc
      Arseniy Volynets authored
      - add support for queries that use
      union all operator with global tables
      - for the case when global table is
      used against sharded table, the global
      table is materialized only on single
      storage, on all other storages the
      global child of union all is not
      materialized
      4cb04bfc
Loading