1. 15 Feb, 2003 2 commits
    • Tom Lane's avatar
      Teach planner how to propagate pathkeys from sub-SELECTs in FROM up to · 056467ec
      Tom Lane authored
      the outer query.  (The implementation is a bit klugy, but it would take
      nontrivial restructuring to make it nicer, which this is probably not
      worth.)  This avoids unnecessary sort steps in examples like
      SELECT foo,count(*) FROM (SELECT ... ORDER BY foo,bar) sub GROUP BY foo
      which means there is now a reasonable technique for controlling the
      order of inputs to custom aggregates, even in the grouping case.
      056467ec
    • Bruce Momjian's avatar
      Add: · 50c4190e
      Bruce Momjian authored
      > * Disallow DROP COLUMN on a column that is part of a multi-column index
      50c4190e
  2. 14 Feb, 2003 18 commits
  3. 13 Feb, 2003 20 commits