1. 18 Feb, 2011 2 commits
    • Alvaro Herrera's avatar
      Use $INDENT rather than indent throughout the pgindent code · c4d12436
      Alvaro Herrera authored
      This allows the user to change the path to be used more easily.
      Also, change URL in README.
      c4d12436
    • 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 10 commits