Skip to content
Snippets Groups Projects
  1. May 08, 2024
  2. Apr 22, 2024
  3. Apr 17, 2024
  4. Apr 10, 2024
  5. Apr 08, 2024
  6. Apr 05, 2024
  7. Apr 04, 2024
  8. Apr 03, 2024
  9. Apr 01, 2024
  10. Mar 27, 2024
  11. Mar 18, 2024
  12. Mar 12, 2024
  13. Mar 11, 2024
  14. Mar 07, 2024
    • Arseniy Volynets's avatar
      feat: support grant revoke procedure from sql · df8eb430
      Arseniy Volynets authored
      - Update sbroad submodule to commit with
      grant/revoke procedure support
      - Use existing mechanisms for grant/revoke
      ACL opcodes for grant/revoke procedure
      implementation
      - Add integration tests
      - Valid combinations:
      
      all procedures: grant/revoke create/execute/drop
      specific procedure: grant/revoke execute/drop
      
      - Syntax:
      
      grant create procedure to alice option(timeout=3)
      grant execute procedure on "spam"(int) to "alex"
      grant drop procedure on foo to bob
      revoke drop procedure on foo from bob
      df8eb430
  15. Mar 06, 2024
  16. Mar 04, 2024
    • Arseniy Volynets's avatar
      feat: support rename procedure from sql · dd17afb3
      Arseniy Volynets authored
      - add new ddl opcode for renaming procedure
      - update sbroad submodule to get sql support
      - syntax:
      
      alter procedure "foo" rename to "bar" option(timeout=3)
      alter procedure "foo"(int, int) rename to "bar"
      dd17afb3
  17. Feb 22, 2024
  18. Feb 12, 2024
  19. Feb 09, 2024
  20. Feb 08, 2024
  21. Feb 07, 2024
  22. Feb 06, 2024
  23. Jan 26, 2024
    • Feodor Alexandrov's avatar
      feat: shredding option for .xlog and .snap deletion · d48683ce
      Feodor Alexandrov authored
      1. Add a new option picodata run --shredding to enable shredding upon xlog_remove_file_impl.
      2. For test purposes additionally use the inject_errors feature to keep files after shred operation
      and allow the test code to look inside and make sure that content was really shredded.
      d48683ce
  24. Jan 25, 2024
  25. Dec 28, 2023
  26. Dec 22, 2023
  27. Dec 19, 2023
  28. Dec 07, 2023
  29. Dec 06, 2023
Loading