1. 22 5月, 2004 2 次提交
  2. 21 5月, 2004 2 次提交
  3. 20 5月, 2004 3 次提交
  4. 18 5月, 2004 3 次提交
  5. 14 5月, 2004 1 次提交
  6. 13 5月, 2004 1 次提交
  7. 12 5月, 2004 1 次提交
    • B
      As part of the work for making relocatable installs, I have re-factored · fda15b35
      Bruce Momjian 提交于
      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
  8. 07 5月, 2004 1 次提交
    • T
      Solve the 'Turkish problem' with undesirable locale behavior for case · 0bd61548
      Tom Lane 提交于
      conversion of basic ASCII letters.  Remove all uses of strcasecmp and
      strncasecmp in favor of new functions pg_strcasecmp and pg_strncasecmp;
      remove most but not all direct uses of toupper and tolower in favor of
      pg_toupper and pg_tolower.  These functions use the same notions of
      case folding already developed for identifier case conversion.  I left
      the straight locale-based folding in place for situations where we are
      just manipulating user data and not trying to match it to built-in
      strings --- for example, the SQL upper() function is still locale
      dependent.  Perhaps this will prove not to be what's wanted, but at
      the moment we can initdb and pass regression tests in Turkish locale.
      0bd61548
  9. 06 5月, 2004 1 次提交
  10. 01 5月, 2004 1 次提交
  11. 30 4月, 2004 3 次提交
  12. 28 4月, 2004 3 次提交
  13. 27 4月, 2004 1 次提交
  14. 26 4月, 2004 9 次提交
  15. 24 4月, 2004 3 次提交
  16. 20 4月, 2004 1 次提交
    • P
      · 41fa9e9b
      PostgreSQL Daemon 提交于
      Remove all of the libpgtcl and pgtclsh files, including all references to
      them within the various makefiles
      
      with_tcl is still required for the src/pl/tcl language
      41fa9e9b
  17. 24 3月, 2004 1 次提交
  18. 21 3月, 2004 1 次提交
  19. 20 3月, 2004 1 次提交
  20. 10 3月, 2004 1 次提交