1. 03 2月, 2004 1 次提交
  2. 02 2月, 2004 2 次提交
    • B
      Adjust rename on Win32 to only link to temp name while holding lock, · d9d2ca8e
      Bruce Momjian 提交于
      then release locks and loop over renaming to active file name.
      d9d2ca8e
    • 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
  3. 30 11月, 2003 1 次提交
    • P
      · 55b11325
      PostgreSQL Daemon 提交于
      make sure the $Id tags are converted to $PostgreSQL as well ...
      55b11325
  4. 13 9月, 2003 1 次提交
    • B
      Attempt threading in this order: · b041d3e3
      Bruce Momjian 提交于
       *      use non-*_r function names if they are all thread-safe
       *          (NEED_REENTRANT_FUNCS=no)
       *      use *_r functions if they exist (configure test)
       *      do our own locking and copying of non-threadsafe functions
      
      New to this patch is the last option.
      b041d3e3
  5. 06 9月, 2003 1 次提交
  6. 09 8月, 2003 1 次提交
  7. 08 8月, 2003 1 次提交
  8. 04 8月, 2003 2 次提交
  9. 24 6月, 2003 1 次提交
  10. 14 6月, 2003 1 次提交
  11. 12 6月, 2003 3 次提交
  12. 16 5月, 2003 3 次提交