An error occurred fetching the project authors.
  1. 17 Nov, 2021 1 commit
  2. 20 Oct, 2021 1 commit
    • Alex Pooley's avatar
      Search for group descendants through a btree · ec0cdd21
      Alex Pooley authored
      Searching for descendants with array operators and a GIN index can fail
      under extreme circumstances. The comparison operators with a btree index
      is less susceptible to such issues.
      
      Changelog: performance
      ec0cdd21
  3. 25 Mar, 2021 1 commit
  4. 22 Mar, 2021 1 commit
  5. 18 Mar, 2021 1 commit
    • Alex Pooley's avatar
      Cache namespace traversal path · 7fa6bcd8
      Alex Pooley authored
      Work towards replacing recursive namespace queries with linear queries.
      This commit tracks the path to each namespace, and future work will
      replace recursive queries with queries that utilize this new column.
      7fa6bcd8
  6. 17 Mar, 2021 1 commit
  7. 10 Feb, 2021 1 commit
  8. 09 Nov, 2020 1 commit
  9. 15 Sep, 2020 1 commit