1. 17 Feb, 2010 4 commits
  2. 16 Feb, 2010 13 commits
  3. 15 Feb, 2010 9 commits
  4. 14 Feb, 2010 5 commits
  5. 13 Feb, 2010 8 commits
  6. 12 Feb, 2010 1 commit
    • Tom Lane's avatar
      Tweak the order of processing of WITH clauses so that they are processed · 4688869f
      Tom Lane authored
      before we start analyzing the parent statement.  This is to make it
      more clear that the WITH isn't affected by anything in the parent.
      I don't believe there's any actual bug here, because the stuff that
      was being done before WITH didn't affect subqueries; but it's certainly
      a potential for error (and apparently misled Marko into committing some
      real errors...).
      4688869f