1. 05 Mar, 2004 12 commits
  2. 04 Mar, 2004 4 commits
  3. 03 Mar, 2004 7 commits
  4. 02 Mar, 2004 13 commits
  5. 01 Mar, 2004 2 commits
  6. 29 Feb, 2004 2 commits
    • Tom Lane's avatar
      make_sort_from_pathkeys()'s method for choosing which of several · 64917ccb
      Tom Lane authored
      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
    • Neil Conway's avatar
      Fix a typo in a recent commit to func.sgml that apparently broke the doc · e3f27c18
      Neil Conway authored
      build for some versions of OpenJade (unfortunately, my local version of
      OpenJade didn't report the error...) -- thanks to Andrew Dunstan for
      the report.
      e3f27c18