1. 04 Oct, 2005 1 commit
  2. 20 Sep, 2005 1 commit
  3. 22 Jun, 2005 1 commit
  4. 17 Jun, 2005 1 commit
  5. 14 Jun, 2005 1 commit
  6. 13 Jun, 2005 1 commit
  7. 10 Jun, 2005 2 commits
  8. 30 May, 2005 1 commit
  9. 28 Apr, 2005 1 commit
  10. 22 Feb, 2005 1 commit
  11. 01 Jan, 2005 1 commit
  12. 01 Nov, 2004 1 commit
    • Bruce Momjian's avatar
      That's just the lovely way windows handles a "segfault". Gotta be really · 7fad5fff
      Bruce Momjian authored
      interesting for MS to catch all those dumps...
      
      Anyway. Oops. Seems I ran my regression tests with the old psql, and
      just managed to update the backend, when I tested that patch. Turns out
      there are codepaths where we'd access the Critical Section before it was
      initialized. Attached patch breaks the initializeation off to a separate
      part and adds that one to a much earlier position in the program.
      
      Magnus Hagander
      7fad5fff
  13. 30 Oct, 2004 1 commit
  14. 10 Oct, 2004 1 commit
    • Neil Conway's avatar
      Cosmetic improvements/code cleanup: · 0e72b9d4
      Neil Conway authored
      - replace some function signatures of the form "some_type foo()" with
      "some_type foo(void)"
      - replace a few instances of a literal 0 being used as a NULL pointer;
      there are more instances of this in the code, but I just fixed a few
      - in src/backend/utils/mb/wstrncmp.c, replace K&R style function
      declarations with ANSI style, remove use of 'register' keyword
      - remove an "extern" modifier that was applied to a function definition
      (rather than a declaration)
      0e72b9d4
  15. 20 Sep, 2004 1 commit
  16. 29 Aug, 2004 2 commits
  17. 18 Aug, 2004 1 commit
  18. 23 May, 2004 1 commit
  19. 07 May, 2004 1 commit
    • Tom Lane's avatar
      Solve the 'Turkish problem' with undesirable locale behavior for case · 0bd61548
      Tom Lane authored
      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. 21 Mar, 2004 1 commit
  21. 15 Mar, 2004 1 commit
  22. 14 Mar, 2004 1 commit
  23. 25 Jan, 2004 1 commit
  24. 24 Jan, 2004 1 commit
  25. 20 Jan, 2004 1 commit
  26. 09 Jan, 2004 1 commit
  27. 29 Nov, 2003 1 commit
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  28. 12 Nov, 2003 1 commit
  29. 06 Oct, 2003 1 commit
  30. 05 Oct, 2003 1 commit
  31. 16 Sep, 2003 1 commit
  32. 03 Sep, 2003 1 commit
  33. 14 Aug, 2003 1 commit
  34. 08 Aug, 2003 1 commit
  35. 04 Aug, 2003 3 commits
  36. 31 Jul, 2003 1 commit