1. 29 Sep, 2000 4 commits
  2. 28 Sep, 2000 1 commit
  3. 27 Sep, 2000 3 commits
  4. 26 Sep, 2000 2 commits
  5. 25 Sep, 2000 11 commits
  6. 24 Sep, 2000 1 commit
  7. 23 Sep, 2000 2 commits
  8. 22 Sep, 2000 3 commits
  9. 21 Sep, 2000 2 commits
  10. 20 Sep, 2000 2 commits
  11. 19 Sep, 2000 4 commits
  12. 18 Sep, 2000 4 commits
  13. 17 Sep, 2000 1 commit
    • Tom Lane's avatar
      Parse JOIN/ON conditions with the proper visibility of input columns, · aef7a0c8
      Tom Lane authored
      ie, consider only the columns coming from the JOIN clause's sub-clauses.
      Also detect attempts to reference columns belonging to other tables
      (which would still be possible using an explicitly-qualified name).
      I'm not sure this implements the spec's semantics 100% accurately, but
      at least it gives plausible behavior.
      aef7a0c8