1. 15 8月, 2003 10 次提交
  2. 14 8月, 2003 6 次提交
  3. 13 8月, 2003 8 次提交
  4. 12 8月, 2003 12 次提交
  5. 11 8月, 2003 2 次提交
    • P
      Translation updates · 7078441a
      Peter Eisentraut 提交于
      7078441a
    • T
      Repair potential deadlock created by recent changes to recycle btree · ffafacc1
      Tom Lane 提交于
      index pages: when _bt_getbuf asks the FSM for a free index page, it is
      possible (and, in some cases, even moderately likely) that the answer
      will be the same page that _bt_split is trying to split.  _bt_getbuf
      already knew that the returned page might not be free, but it wasn't
      prepared for the possibility that even trying to lock the page could
      be problematic.  Fix by doing a conditional rather than unconditional
      grab of the page lock.
      ffafacc1
  6. 10 8月, 2003 2 次提交