1. 18 Feb, 2011 1 commit
    • Tom Lane's avatar
      Fix tsmatchsel() to account properly for null rows. · 52b60530
      Tom Lane authored
      ts_typanalyze.c computes MCE statistics as fractions of the non-null rows,
      which seems fairly reasonable, and anyway changing it in released versions
      wouldn't be a good idea.  But then ts_selfuncs.c has to account for that.
      Failure to do so results in overestimates in columns with a significant
      fraction of null documents.  Back-patch to 8.4 where this stuff was
      introduced.
      
      Jesper Krogh
      52b60530
  2. 17 Feb, 2011 15 commits
  3. 16 Feb, 2011 13 commits
  4. 15 Feb, 2011 11 commits