Skip to content
Snippets Groups Projects
  1. May 09, 2002
  2. May 06, 2002
  3. May 05, 2002
  4. May 03, 2002
  5. May 02, 2002
  6. May 01, 2002
  7. Apr 30, 2002
  8. Apr 29, 2002
  9. Apr 28, 2002
    • Tom Lane's avatar
      Second try at fixing join alias variables. Instead of attaching miscellaneous · 6c598869
      Tom Lane authored
      lists to join RTEs, attach a list of Vars and COALESCE expressions that will
      replace the join's alias variables during planning.  This simplifies
      flatten_join_alias_vars while still making it easy to fix up varno references
      when transforming the query tree.  Add regression test cases for interactions
      of subqueries with outer joins.
      6c598869
Loading