1. 28 Apr, 2018 3 commits
  2. 27 Apr, 2018 5 commits
  3. 26 Apr, 2018 7 commits
  4. 25 Apr, 2018 9 commits
  5. 24 Apr, 2018 1 commit
  6. 23 Apr, 2018 11 commits
  7. 22 Apr, 2018 1 commit
  8. 21 Apr, 2018 2 commits
  9. 20 Apr, 2018 1 commit
    • Tom Lane's avatar
      Test conversion of NaN between float4 and float8. · 55e0e458
      Tom Lane authored
      Results from buildfarm member opossum suggest that this doesn't work
      quite right on that platform.  We've seen issues with NaN support on
      MIPS/NetBSD before ... allegedly they fixed this stuff back in 2010,
      but maybe only for small values of "fixed".
      
      If, in fact, opossum fails this test then I plan to revert it;
      it's mainly for diagnostic purposes rather than something we'd
      necessarily keep long-term.  I think that the failures in window.sql
      could be worked around with some code duplication, but I want to
      verify my theory about the cause first.
      55e0e458