1. 08 Jan, 2005 2 commits
  2. 07 Jan, 2005 6 commits
  3. 06 Jan, 2005 17 commits
  4. 05 Jan, 2005 6 commits
  5. 04 Jan, 2005 9 commits
    • Tom Lane's avatar
      Clean up code in libpq that obtains user's home directory: make a single · edf3832b
      Tom Lane authored
      subroutine that can hide platform dependencies.  The WIN32 path is still
      a stub, but I await a fix from one of the win32 hackers.
      Also clean up unnecessary #ifdef WIN32 ugliness in a couple of places.
      edf3832b
    • Tom Lane's avatar
      d877de9e
    • Peter Eisentraut's avatar
      Add some post-processing to the man page generation to fix up external/ · 10e5a759
      Peter Eisentraut authored
      dangling cross-references.
      10e5a759
    • Peter Eisentraut's avatar
      Translation update · 073149c6
      Peter Eisentraut authored
      073149c6
    • 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