1. 07 1月, 2005 1 次提交
  2. 06 1月, 2005 1 次提交
    • T
      Make the various places that determine the user's "home directory" · d97ae823
      Tom Lane 提交于
      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
  3. 05 1月, 2005 1 次提交
  4. 01 1月, 2005 1 次提交
    • P
      · 2ff50159
      PostgreSQL Daemon 提交于
      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
  5. 03 12月, 2004 2 次提交
  6. 02 12月, 2004 1 次提交
  7. 20 11月, 2004 2 次提交
  8. 16 10月, 2004 1 次提交
  9. 28 9月, 2004 2 次提交
  10. 27 9月, 2004 1 次提交
  11. 24 9月, 2004 1 次提交
  12. 23 9月, 2004 1 次提交
  13. 29 8月, 2004 2 次提交
  14. 18 8月, 2004 1 次提交
  15. 17 8月, 2004 1 次提交
  16. 12 7月, 2004 3 次提交
    • B
      > win32 doesn't support a static initializer for mutexes, thus the first · f4c5e06e
      Bruce Momjian 提交于
      > user must initialize the lock. The problem are concurrent "first" users
      > - the pthread_mutex_t initialization must be synchronized.
      > The current implementation is broken, the attached patches fixes that:
      > mutex_initlock is a spinlock. If the pthread_mutex_t mutex is not
      > initialized, then the spinlock is acquired, if the pthread_mutex_t is
      > initialized if it's not yet initialized and then the spinlock is dropped.
      
      Manfred Spraul
      f4c5e06e
    • B
      Back out thread fix until I get clarification. · a29d26a3
      Bruce Momjian 提交于
      a29d26a3
    • B
      win32 doesn't support a static initializer for mutexes, thus the first · a41463e3
      Bruce Momjian 提交于
      user must initialize the lock. The problem are concurrent "first" users
      - the pthread_mutex_t initialization must be synchronized.
      The current implementation is broken, the attached patches fixes that:
      mutex_initlock is a spinlock. If the pthread_mutex_t mutex is not
      initialized, then the spinlock is acquired, if the pthread_mutex_t is
      initialized if it's not yet initialized and then the spinlock is
      dropped.
      
      Manfred Spraul
      a41463e3
  17. 19 6月, 2004 1 次提交
  18. 03 6月, 2004 1 次提交
  19. 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
  20. 27 3月, 2004 1 次提交
  21. 24 3月, 2004 1 次提交
  22. 10 2月, 2004 1 次提交
  23. 09 1月, 2004 2 次提交
  24. 19 12月, 2003 1 次提交
  25. 30 11月, 2003 1 次提交
    • P
      · 969685ad
      PostgreSQL Daemon 提交于
      $Header: -> $PostgreSQL Changes ...
      969685ad
  26. 30 9月, 2003 1 次提交
  27. 27 9月, 2003 1 次提交
  28. 05 9月, 2003 1 次提交
  29. 05 8月, 2003 1 次提交
  30. 04 8月, 2003 3 次提交
  31. 15 6月, 2003 1 次提交