1. 15 Jan, 2005 4 commits
  2. 14 Jan, 2005 8 commits
  3. 13 Jan, 2005 8 commits
  4. 12 Jan, 2005 4 commits
  5. 11 Jan, 2005 6 commits
  6. 10 Jan, 2005 9 commits
  7. 09 Jan, 2005 1 commit
    • Tom Lane's avatar
      Undo an unadvertised change in the API of pg_atoi. In all previous · 521e8888
      Tom Lane authored
      releases, a nonzero 'c' argument meant that the input string could be
      terminated by either that character or \0.  Recent refactoring broke
      that, causing the thing to scan for 'c' only.  This went undetected
      because no part of the main code actually passes nonzero 'c'.  However
      it broke tsearch2 and possibly other user-written code that assumed
      the old definition.  Per report from Tom Hebbron.
      521e8888