1. 07 1月, 2005 5 次提交
  2. 06 1月, 2005 15 次提交
  3. 05 1月, 2005 5 次提交
  4. 04 1月, 2005 13 次提交
    • B
      Remove duplicate novell mention. · 6ca9f46e
      Bruce Momjian 提交于
      6ca9f46e
    • T
      a7abae49
    • P
      Fix typo · 852b4ae5
      Peter Eisentraut 提交于
      852b4ae5
    • B
      Update wording: · 33a6dcfc
      Bruce Momjian 提交于
      < * Allow building with directories containing spaces
      > * Allow building in directories containing spaces
      <   There are two capabilities here, first the ability to build from a
      <   source directory that contains spaces, and second the ability to install
      <   into a directory that contains spaces.  The first is probably not
      <   possible because 'gmake' and other compiler tools do not fully support
      <   spaces in path names.  The second is possible with proper quoting in
      <   the makefiles.  Because PostgreSQL supports relocatable installs, it
      <   is possible to install into a directory that doesn't contain spaces and
      <   then copy the install to a directory with spaces.
      >   This is probably not possible because 'gmake' and other compiler tools
      >   do not fully support quoting of paths with spaces.
      >
      > * Allow installing to directories containing spaces
      >
      >   This is possible if proper quoting is added to the makefiles for the
      >   install targets.  Because PostgreSQL supports relocatable installs, it
      >   is already possible to install into a directory that doesn't contain
      >   spaces and then copy the install to a directory with spaces.
      33a6dcfc
    • B
      Update item for install with spaces: · 24cab1e8
      Bruce Momjian 提交于
      >   There are two capabilities here, first the ability to build from a
      >   source directory that contains spaces, and second the ability to install
      >   into a directory that contains spaces.  The first is probably not
      >   possible because 'gmake' and other compiler tools do not fully support
      >   spaces in path names.  The second is possible with proper quoting in
      >   the makefiles.  Because PostgreSQL supports relocatable installs, it
      >   is possible to install into a directory that doesn't contain spaces and
      >   then copy the install to a directory with spaces.
      24cab1e8
    • T
      More minor updates and copy-editing. · cc093bc3
      Tom Lane 提交于
      cc093bc3
    • B
      Update of Russian FAQ. · 248d92dd
      Bruce Momjian 提交于
       Viktor Vislobokov
      248d92dd
    • B
      HTML cleanup. · b2ccdf2a
      Bruce Momjian 提交于
      b2ccdf2a
    • B
      Add OS/2 port mention. · 43eb2830
      Bruce Momjian 提交于
      43eb2830
    • T
      More minor updates and copy-editing. · 4e94ea9f
      Tom Lane 提交于
      4e94ea9f
    • B
      246be304
    • 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 2 次提交