Skip to content
Snippets Groups Projects
  1. Apr 19, 2024
  2. Apr 17, 2024
  3. Apr 16, 2024
  4. Apr 15, 2024
  5. Apr 10, 2024
  6. Apr 09, 2024
  7. Mar 26, 2024
  8. Mar 19, 2024
  9. Mar 15, 2024
  10. Mar 12, 2024
  11. Mar 11, 2024
  12. Mar 07, 2024
  13. Feb 20, 2024
  14. 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
  15. Jan 26, 2024
  16. Dec 29, 2023
  17. 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
  18. Nov 27, 2023
  19. Oct 31, 2023
  20. Oct 26, 2023
  21. Oct 19, 2023
  22. Sep 27, 2023
  23. Sep 25, 2023
  24. Sep 22, 2023
  25. Aug 22, 2023
  26. Aug 09, 2023
    • Denis Smirnov's avatar
      feat!: implement delete operator · 652ca1dc
      Denis Smirnov authored
      BREAKING CHANGE!: local motion now means local materialization
      of results on the storage without bucket calculation. The old
      logic of "do nothing" was moved into none motion.
      
      Implement delete SQL operator. It is always executed locally as we
      delete already existing tuples and never change tuple buckets.
      We reinvent the logic of the local motion policy (see the desclamer
      in this commit) and materialize the primary keys from projection on
      the storage. Then they are removed from the space via space API in
      a single local transaction.
      Verified
      652ca1dc
    • Alexander Tolstoy's avatar
      feat: add DQL to query.ebnf · 0b6d26cb
      Alexander Tolstoy authored and Denis Smirnov's avatar Denis Smirnov committed
      0b6d26cb
  27. Aug 02, 2023
Loading