1. 18 May, 2004 6 commits
  2. 17 May, 2004 5 commits
  3. 16 May, 2004 3 commits
  4. 14 May, 2004 11 commits
  5. 13 May, 2004 7 commits
  6. 12 May, 2004 5 commits
  7. 11 May, 2004 3 commits
    • Tom Lane's avatar
    • Bruce Momjian's avatar
      As part of the work for making relocatable installs, I have re-factored · fda15b35
      Bruce Momjian authored
      all the code that looks for other binaries.  I move FindExec into
      port/exec.c (and renamed it to find_my_binary()).  I also added
      find_other_binary that looks for another binary in the same directory as
      the calling program, and checks the version string.
      
      The only behavior change was that initdb and pg_dump would look in the
      hard-coded bindir directory if it can't find the requested binary in the
      same directory as the caller.  The new code throws an error.  The old
      behavior seemed too error prone for version mismatches.
      fda15b35
    • Bruce Momjian's avatar
      Add DELETE: · 270c9aa3
      Bruce Momjian authored
      > * Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules, triggers?)
      270c9aa3