1. 07 1月, 2005 4 次提交
  2. 06 1月, 2005 7 次提交
  3. 05 1月, 2005 3 次提交
  4. 04 1月, 2005 3 次提交
    • P
      Fix typo · 852b4ae5
      Peter Eisentraut 提交于
      852b4ae5
    • P
      Translation updates · a2a5526e
      Peter Eisentraut 提交于
      a2a5526e
    • T
      Repair bufmgr deadlock problem reported by Michael Wildpaner. Must take · c9d8edc9
      Tom Lane 提交于
      share lock on a buffer being written out before releasing BufMgrLock in
      the BufferAlloc code path; if we do it later we might block on someone
      who's re-pinned the buffer.  I believe this is only an issue for BufferAlloc
      and not the other places that call FlushBuffer.  BufferSync must continue
      to do it the old way since it may well be trying to write buffers that
      other backends have pinned; but it should not be holding any conflicting
      locks.  FlushRelationBuffers is okay since it's got exclusive lock at the
      relation level.
      c9d8edc9
  5. 03 1月, 2005 1 次提交
  6. 02 1月, 2005 2 次提交
  7. 01 1月, 2005 4 次提交
  8. 30 12月, 2004 3 次提交
  9. 29 12月, 2004 2 次提交
  10. 28 12月, 2004 2 次提交
  11. 27 12月, 2004 3 次提交
  12. 25 12月, 2004 1 次提交
    • T
      Remove 'optimization' to skip resolve_symlinks() when the found · f0c08ae7
      Tom Lane 提交于
      executable file isn't itself a symlink.  We still need to run the
      algorithm so that any directory symlinks in the path to the
      executable are replaced by a true path.  Noticed this on seeing
      pg_config give me a completely wrong answer for --pkglibdir when
      I called it through a symlink to the installation bindir.
      f0c08ae7
  13. 24 12月, 2004 2 次提交
  14. 23 12月, 2004 3 次提交