1. 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
  2. 19 Oct, 2021 8 commits
  3. 18 Oct, 2021 31 commits