"...postgres-fd-implementation.git" did not exist on "bc4e6db44c07dbef7e7c8d528b9c050417f898c3"
  1. 06 Dec, 2005 1 commit
  2. 15 Oct, 2005 1 commit
  3. 27 Sep, 2005 1 commit
    • Tom Lane's avatar
      Fix problems with PGXS builds against an installation tree that was · 4fc935a5
      Tom Lane authored
      relocated after installation.  We can't trust the installation paths
      inserted into Makefile.global by configure, so instead we must get the
      paths from pg_config.  This requires extending pg_config to support all
      the separately-configurable path names, but that was on TODO anyway.
      4fc935a5
  4. 29 Aug, 2005 1 commit
  5. 12 Aug, 2005 1 commit
  6. 02 Aug, 2005 1 commit
    • Tom Lane's avatar
      Clean up CREATE DATABASE processing to make it more robust and get rid · 558730ac
      Tom Lane authored
      of special case for Windows port.  Put a PG_TRY around most of createdb()
      to ensure that we remove copied subdirectories on failure, even if the
      failure happens while creating the pg_database row.  (I think this explains
      Oliver Siegmar's recent report.)  Having done that, there's no need for
      the fragile assumption that copydir() mustn't ereport(ERROR), so simplify
      its API.  Eliminate the old code that used system("cp ...") to copy
      subdirectories, in favor of using copydir() on all platforms.  This not
      only should allow much better error reporting, but allows us to fsync
      the created files before trusting that the copy has succeeded.
      558730ac
  7. 06 Jul, 2005 1 commit
  8. 05 Jul, 2005 1 commit
  9. 04 Jul, 2005 1 commit
  10. 27 Jun, 2005 1 commit
  11. 25 May, 2005 1 commit
  12. 25 Mar, 2005 1 commit
  13. 16 Mar, 2005 1 commit
  14. 11 Mar, 2005 2 commits
  15. 27 Feb, 2005 1 commit
  16. 06 Jan, 2005 1 commit
    • Tom Lane's avatar
      Make the various places that determine the user's "home directory" · d97ae823
      Tom Lane authored
      consistent.  On Unix we now always consult getpwuid(); $HOME isn't used
      at all.  On Windows the code currently consults $USERPROFILE, or $HOME
      if that's not defined, but I expect this will change as soon as the win32
      hackers come to a consensus.  Nothing done yet about changing the file
      names used underneath $USERPROFILE.
      d97ae823
  17. 31 Dec, 2004 1 commit
    • PostgreSQL Daemon's avatar
      · 2ff50159
      PostgreSQL Daemon authored
      Tag appropriate files for rc3
      
      Also performed an initial run through of upgrading our Copyright date to
      extend to 2005 ... first run here was very simple ... change everything
      where: grep 1996-2004 && the word 'Copyright' ... scanned through the
      generated list with 'less' first, and after, to make sure that I only
      picked up the right entries ...
      2ff50159
  18. 17 Nov, 2004 1 commit
  19. 08 Nov, 2004 1 commit
  20. 06 Nov, 2004 1 commit
  21. 11 Oct, 2004 1 commit
  22. 27 Sep, 2004 2 commits
  23. 09 Sep, 2004 3 commits
  24. 08 Sep, 2004 1 commit
  25. 29 Aug, 2004 3 commits
  26. 18 Aug, 2004 1 commit
  27. 17 Aug, 2004 1 commit
  28. 12 Aug, 2004 1 commit
    • Bruce Momjian's avatar
      Add make_native_path() because Win32 COPY is an internal CMD.EXE command · 6525b42b
      Bruce Momjian authored
      and doesn't process forward slashes in the same way as external
      commands.  Quoting the first argument to COPY does not convert forward
      to backward slashes, but COPY does properly process quoted forward
      slashes in the second argument.
      
      Win32 COPY works with quoted forward slashes in the first argument only if the
      current directory is the same as the directory of the first argument.
      6525b42b
  29. 09 Aug, 2004 1 commit
  30. 08 Aug, 2004 2 commits
  31. 07 Aug, 2004 1 commit
  32. 01 Aug, 2004 2 commits