Skip to content
Snippets Groups Projects
  1. Jan 05, 2005
  2. Jan 04, 2005
  3. Jan 03, 2005
    • Peter Eisentraut's avatar
      Translation updates · a2a5526e
      Peter Eisentraut authored
      a2a5526e
    • Tom Lane's avatar
      Repair bufmgr deadlock problem reported by Michael Wildpaner. Must take · c9d8edc9
      Tom Lane authored
      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
    • Bruce Momjian's avatar
      Update copyright script. · 4ea43bdf
      Bruce Momjian authored
      4ea43bdf
  4. Jan 02, 2005
    • Bruce Momjian's avatar
      Add: · 11373311
      Bruce Momjian authored
      > * Allow building with directories containing spaces
      11373311
  5. Jan 01, 2005
  6. Dec 31, 2004
  7. Dec 30, 2004
  8. Dec 29, 2004
    • Tom Lane's avatar
      Refactor EXEC_BACKEND code so that postmaster child processes reattach · eee5abce
      Tom Lane authored
      to shared memory as soon as possible, ie, right after read_backend_variables.
      The effective difference from the original code is that this happens
      before instead of after read_nondefault_variables(), which loads GUC
      information and is apparently capable of expanding the backend's memory
      allocation more than you'd think it should.  This should fix the
      failure-to-attach-to-shared-memory reports we've been seeing on Windows.
      Also clean up a few bits of unnecessarily grotty EXEC_BACKEND code.
      eee5abce
    • Peter Eisentraut's avatar
      Translation updates · e14018dc
      Peter Eisentraut authored
      e14018dc
Loading