1. 19 Mar, 2000 12 commits
  2. 18 Mar, 2000 8 commits
  3. 17 Mar, 2000 4 commits
  4. 16 Mar, 2000 14 commits
  5. 15 Mar, 2000 2 commits
    • Tom Lane's avatar
      6358e654
    • Tom Lane's avatar
      Tweak GROUP BY so that it will still accept result-column names, but only · 1763a7c1
      Tom Lane authored
      after trying to resolve the item as an input-column name.  This allows us
      to be compliant with the SQL92 spec for queries that fall within the spec,
      while still accepting the same out-of-spec queries as 6.5 did.  You'll only
      lose if there is an output column name that is the same as an input
      column name, but doesn't refer to the same value.  7.0 will interpret
      such a GROUP BY spec differently than 6.5 did.  No way around that, because
      6.5 was clearly not spec compliant.
      1763a7c1