1. 01 Aug, 2007 5 commits
  2. 31 Jul, 2007 3 commits
  3. 27 Jul, 2007 2 commits
  4. 26 Jul, 2007 1 commit
  5. 25 Jul, 2007 9 commits
  6. 24 Jul, 2007 5 commits
  7. 23 Jul, 2007 5 commits
  8. 21 Jul, 2007 2 commits
  9. 20 Jul, 2007 3 commits
  10. 19 Jul, 2007 4 commits
  11. 18 Jul, 2007 1 commit
    • Tom Lane's avatar
      Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizing · d514ea3f
      Tom Lane authored
      a MIN or MAX aggregate call into an indexscan: the initplan is being made at
      the current query nesting level and so we shouldn't increment query_level.
      Though usually harmless, this mistake could lead to bogus "plan should not
      reference subplan's variable" failures on complex queries.  Per bug report
      from David Sanchez i Gregori.
      d514ea3f