1. 04 Jan, 2005 11 commits
    • Bruce Momjian's avatar
      Remove duplicate novell mention. · 6ca9f46e
      Bruce Momjian authored
      6ca9f46e
    • Tom Lane's avatar
    • Peter Eisentraut's avatar
      Fix typo · 852b4ae5
      Peter Eisentraut authored
      852b4ae5
    • Bruce Momjian's avatar
      Update wording: · 33a6dcfc
      Bruce Momjian authored
      < * 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
    • Bruce Momjian's avatar
      Update item for install with spaces: · 24cab1e8
      Bruce Momjian authored
      >   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
    • Tom Lane's avatar
      More minor updates and copy-editing. · cc093bc3
      Tom Lane authored
      cc093bc3
    • Bruce Momjian's avatar
      Update of Russian FAQ. · 248d92dd
      Bruce Momjian authored
       Viktor Vislobokov
      248d92dd
    • Bruce Momjian's avatar
      HTML cleanup. · b2ccdf2a
      Bruce Momjian authored
      b2ccdf2a
    • Bruce Momjian's avatar
      Add OS/2 port mention. · 43eb2830
      Bruce Momjian authored
      43eb2830
    • Tom Lane's avatar
      More minor updates and copy-editing. · 4e94ea9f
      Tom Lane authored
      4e94ea9f
    • Bruce Momjian's avatar
  2. 03 Jan, 2005 3 commits
    • 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
  3. 02 Jan, 2005 1 commit
    • Bruce Momjian's avatar
      Add: · 11373311
      Bruce Momjian authored
      > * Allow building with directories containing spaces
      11373311
  4. 01 Jan, 2005 6 commits
  5. 31 Dec, 2004 4 commits
  6. 30 Dec, 2004 4 commits
  7. 29 Dec, 2004 4 commits
  8. 28 Dec, 2004 4 commits
  9. 27 Dec, 2004 3 commits