1. 06 Mar, 2005 1 commit
  2. 05 Mar, 2005 1 commit
  3. 04 Mar, 2005 1 commit
    • Tom Lane's avatar
      Replace the BufMgrLock with separate locks on the lookup hashtable and · 5d508736
      Tom Lane authored
      the freelist, plus per-buffer spinlocks that protect access to individual
      shared buffer headers.  This requires abandoning a global freelist (since
      the freelist is a global contention point), which shoots down ARC and 2Q
      as well as plain LRU management.  Adopt a clock sweep algorithm instead.
      Preliminary results show substantial improvement in multi-backend situations.
      5d508736
  4. 02 Mar, 2005 10 commits
  5. 01 Mar, 2005 9 commits
  6. 28 Feb, 2005 4 commits
  7. 27 Feb, 2005 7 commits
  8. 26 Feb, 2005 6 commits
  9. 25 Feb, 2005 1 commit