1. 14 Oct, 2008 2 commits
  2. 13 Oct, 2008 4 commits
  3. 11 Oct, 2008 1 commit
  4. 10 Oct, 2008 4 commits
  5. 09 Oct, 2008 8 commits
  6. 08 Oct, 2008 1 commit
  7. 07 Oct, 2008 8 commits
  8. 06 Oct, 2008 11 commits
  9. 05 Oct, 2008 1 commit
    • Tom Lane's avatar
      Tweak the overflow checks in integer division functions to complain if the · 8acfc759
      Tom Lane authored
      machine produces zero (rather than the more usual minimum-possible-integer)
      for the only possible overflow case.  This has been seen to occur for at least
      some word widths on some hardware, and it's cheap enough to check for
      everywhere.  Per Peter's analysis of buildfarm reports.
      
      This could be back-patched, but in the absence of any gripes from the field
      I doubt it's worth the trouble.
      8acfc759