Skip to content
Snippets Groups Projects
  1. Jan 30, 2024
  2. Jan 29, 2024
    • Denis Smirnov's avatar
      feat: reserve function id range · 43cdcf7f
      Denis Smirnov authored
      Current commit is a part of the SQL procedures track for Picodata.
      It introduces several features:
      - the reserved id range in the _func space, that can be only consumed
        implicitly;
      - an additional "id" option for function creation with Lua (to set
        the function identifier implicitly);
      - helper function to generate function ids either in reserved or default
        ranges
      
      NO_DOC=internal
      NO_CHANGELOG=internal
      2.11.2.96
      43cdcf7f
  3. Jan 24, 2024
  4. Jan 23, 2024
    • Feodor Alexandrov's avatar
      feat: export xlog_remove_file_impl · cbd79b11
      Feodor Alexandrov authored
      NO_DOC=picodata internal patch
      NO_CHANGELOG=picodata internal patch
      NO_TEST=picodata internal patch
      cbd79b11
    • Vladimir Davydov's avatar
      xlog: introduce xlog_remove_file function for removing xlog files · 16668598
      Vladimir Davydov authored
      This commit introduces the xlog_remove_file() function that removes
      a file by name and logs the error on failure. We use this function
      everywhere we delete xlog files so that there's a single place where we
      call unlink(). We also factor out the core functionality to a callback
      function that can be overridden. This will help us implement thorough
      file deletion.
      
      Needed for tarantool/tarantool-ee#540
      
      Cherry-picked from d139f245
      
      NO_DOC=refactoring
      NO_TEST=refactoring
      NO_CHANGELOG=refactoring
      16668598
  5. Jan 16, 2024
Loading