1. 02 May, 2008 4 commits
  2. 01 May, 2008 2 commits
  3. 30 Apr, 2008 2 commits
  4. 29 Apr, 2008 4 commits
  5. 28 Apr, 2008 5 commits
  6. 27 Apr, 2008 1 commit
  7. 26 Apr, 2008 1 commit
  8. 25 Apr, 2008 3 commits
  9. 24 Apr, 2008 15 commits
  10. 23 Apr, 2008 2 commits
  11. 22 Apr, 2008 1 commit
    • Teodor Sigaev's avatar
      Fix using too many LWLocks bug, reported by Craig Ringer · cf23b75b
      Teodor Sigaev authored
      <craig@postnewspapers.com.au>.
      It was my mistake, I missed limitation of number of held locks, now GIN doesn't
      use continiuous locks, but still hold buffers pinned to prevent interference
      with vacuum's deletion algorithm.
      
      Backpatch is needed.
      cf23b75b