1. 23 5月, 2004 1 次提交
  2. 22 5月, 2004 2 次提交
  3. 21 5月, 2004 1 次提交
  4. 14 5月, 2004 2 次提交
  5. 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
  6. 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
  7. 30 4月, 2004 2 次提交
  8. 24 4月, 2004 1 次提交
  9. 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
  10. 11 3月, 2004 1 次提交
  11. 10 2月, 2004 1 次提交
    • T
      Centralize implementation of delay code by creating a pg_usleep() · 58f337a3
      Tom Lane 提交于
      subroutine in src/port/pgsleep.c.  Remove platform dependencies from
      miscadmin.h and put them in port.h where they belong.  Extend recent
      vacuum cost-based-delay patch to apply to VACUUM FULL, ANALYZE, and
      non-btree index vacuuming.
      
      By the way, where is the documentation for the cost-based-delay patch?
      58f337a3
  12. 02 2月, 2004 1 次提交
    • B
      Briefly, · e5e5a323
      Bruce Momjian 提交于
       * configure + Makefile changes
       * shared memory attaching in EXEC_BACKEND case (+ minor fix for apparent
      cygwin bug under cygwin/EXEC_BACKEND case only)
       * PATH env var separator differences
       * missing win32 rand functions added
       * placeholder replacements for sync etc under port.h
      
      
      To those who are really interested, and there are a few of you: the attached
      patch + file will allow the source base to be compiled (and, for some
      definition, "run") under MingW, with the following caveats (I wanted to
      first properly fix all but the last of these, but y'all won't quit asking
      for a patch :-):
      
              * child death: SIGCHLD not yet sent, so as a minimum, you'll need to
      put in some sort of delay after StartupDatabase, and handle setting
      StartupPID to 0 etc (ie. the stuff the reaper() signal function is supposed
      to do)
      
              * dirmod.c: comment out the elog calls
      
              * dfmgr.c: some hackage required to substitute_libpath_macro
      
              * slru/xact.c: comment out the errno checking after the readdir
      (fixed by next version of MingW)
      
      Again, this is only if you *really* want to see postgres compile and start,
      and is a nice leg-up for working on the other Win32 TODO list items. Just
      don't expect too much else from it at this point...
      
      
      Claudio Natoli
      e5e5a323
  13. 20 1月, 2004 1 次提交
  14. 20 12月, 2003 1 次提交
  15. 30 11月, 2003 1 次提交
    • P
      · 969685ad
      PostgreSQL Daemon 提交于
      $Header: -> $PostgreSQL Changes ...
      969685ad
  16. 28 9月, 2003 1 次提交
  17. 27 9月, 2003 1 次提交
  18. 07 9月, 2003 1 次提交
  19. 02 9月, 2003 1 次提交
  20. 08 8月, 2003 2 次提交
  21. 14 6月, 2003 1 次提交
  22. 28 5月, 2003 1 次提交
  23. 12 5月, 2003 1 次提交
  24. 05 4月, 2003 1 次提交
  25. 29 3月, 2003 1 次提交
  26. 06 1月, 2003 1 次提交
  27. 05 1月, 2003 1 次提交
  28. 31 12月, 2002 1 次提交
  29. 10 11月, 2002 1 次提交
    • B
      I am attaching a patch file that will replace the previous one. It only · c600a6ac
      Bruce Momjian 提交于
      contains the patches to Makefile.global.in and Makefile.unixware.  The
      Makefile.unixware patch has been updated to include the contents of
      LD_LIBRARY_PATH, if present, to the -rpath (-R) option.  This change
      will  simplify configuring and building PostgreSQL on systems that
      support  LD_LIBRARY_PATH.  You can set LD_LIBRARY_PATH to include all
      the directorys  you want to have searched for additional libraries, run
      configure, then run  make.  The paths in LD_LIBRARY_PATH will then be
      embedded in the executables  via the -rpath (-R) option to the linker,
      and so will not require  LD_LIBRARY_PATH in order to run.
      
      Billy G. Allie
      c600a6ac
  30. 05 9月, 2002 1 次提交
  31. 04 9月, 2002 1 次提交
  32. 23 8月, 2002 1 次提交
    • M
      · 5a303f87
      Marc G. Fournier 提交于
      Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc
      project ...
      5a303f87
  33. 28 7月, 2002 1 次提交
  34. 20 7月, 2002 1 次提交
  35. 18 7月, 2002 1 次提交
  36. 16 7月, 2002 1 次提交