1. 26 Oct, 2006 1 commit
  2. 25 Oct, 2006 1 commit
    • Tom Lane's avatar
      expression_tree_walker failed to let walker function see the immediate child · 76d5f6f0
      Tom Lane authored
      node of a SubLink or SubPlan testexpr field.  Bug resulted from replacing
      the old lefthand/exprs list fields with a simple expression field, and not
      remembering that expression_tree_walker is coded to save a few cycles by
      recursing directly to self on list fields (on the assumption the walker
      isn't interested in List nodes per se).  On non-list fields it must of
      course call the walker.  Possibly that hack isn't worth the risk of more
      such bugs, but I'll leave it be for now.  Per bug report from James Robinson.
      76d5f6f0
  3. 24 Oct, 2006 5 commits
  4. 23 Oct, 2006 6 commits
  5. 22 Oct, 2006 4 commits
  6. 21 Oct, 2006 10 commits
  7. 20 Oct, 2006 4 commits
  8. 19 Oct, 2006 9 commits