1. 03 3月, 2004 5 次提交
  2. 02 3月, 2004 7 次提交
  3. 01 3月, 2004 1 次提交
    • T
      make_sort_from_pathkeys()'s method for choosing which of several · 64917ccb
      Tom Lane 提交于
      equivalent sort expressions to use was broken: you can't just look
      at the relation membership, you have to actually grovel over the
      individual Vars in each expression.  I think this did work when it
      was written, but it was broken by subsequent optimizations that made
      join relations not propagate every single input variable upward.
      Must find the Var that got propagated, not choose one at random.
      Per bug report from Daniel O'Neill.
      64917ccb
  4. 29 2月, 2004 5 次提交
  5. 28 2月, 2004 6 次提交
  6. 27 2月, 2004 2 次提交
  7. 26 2月, 2004 4 次提交
  8. 25 2月, 2004 4 次提交
  9. 24 2月, 2004 6 次提交