1. 03 Dec, 2005 1 commit
    • Tom Lane's avatar
      Tweak indexscan machinery to avoid taking an AccessShareLock on an index · a98871b7
      Tom Lane authored
      if we already have a stronger lock due to the index's table being the
      update target table of the query.  Same optimization I applied earlier
      at the table level.  There doesn't seem to be much interest in the more
      radical idea of not locking indexes at all, so do what we can ...
      a98871b7
  2. 02 Dec, 2005 8 commits
  3. 01 Dec, 2005 11 commits
  4. 30 Nov, 2005 3 commits
  5. 29 Nov, 2005 4 commits
  6. 28 Nov, 2005 10 commits
  7. 27 Nov, 2005 2 commits
  8. 26 Nov, 2005 1 commit