1. 09 Nov, 2004 2 commits
    • Bruce Momjian's avatar
      Remove inheritance, already in TODO. · 3341052e
      Bruce Momjian authored
      3341052e
    • Tom Lane's avatar
      Use a hopefully-more-reliable method of detecting default selectivity · 547bb4a7
      Tom Lane authored
      estimates when combining the estimates for a range query.  As pointed out
      by Miquel van Smoorenburg, the existing check for an impossible combined
      result would quite possibly fail to detect one default and one non-default
      input.  It seems better to use the default range query estimate in such
      cases.  To do so, add a check for an estimate of exactly DEFAULT_INEQ_SEL.
      This is a bit ugly because it introduces additional coupling between
      clauselist_selectivity and scalarltsel/scalargtsel, but it's not like
      there wasn't plenty already...
      547bb4a7
  2. 08 Nov, 2004 15 commits
  3. 07 Nov, 2004 4 commits
  4. 06 Nov, 2004 14 commits
  5. 05 Nov, 2004 5 commits