1. 10 Mar, 2006 2 commits
  2. 09 Mar, 2006 1 commit
  3. 08 Mar, 2006 7 commits
  4. 07 Mar, 2006 9 commits
  5. 06 Mar, 2006 19 commits
  6. 05 Mar, 2006 2 commits
    • Neil Conway's avatar
      Per recent discussion on -hackers, we should sometimes reorder the · 99114a24
      Neil Conway authored
      columns of the grouping clause to avoid redundant sorts. The optimizer
      is not currently capable of doing this, so this patch implements a
      simple hack in the analysis phase (transformGroupClause): if any
      subset of the GROUP BY clause matches a prefix of the ORDER BY list,
      that prefix is moved to the front of the GROUP BY clause. This
      shouldn't change the semantics of the query, and allows a redundant
      sort to be avoided for queries like "GROUP BY a, b ORDER BY b".
      99114a24
    • Bruce Momjian's avatar
      Add: · f9520ac1
      Bruce Momjian authored
      > 	o Port contrib/xml2
      f9520ac1