1. 14 7月, 1999 1 次提交
  2. 11 7月, 1999 1 次提交
  3. 10 7月, 1999 1 次提交
  4. 08 7月, 1999 1 次提交
  5. 04 7月, 1999 1 次提交
  6. 03 7月, 1999 1 次提交
  7. 21 6月, 1999 1 次提交
  8. 19 6月, 1999 1 次提交
    • T
      My first chosen victim for expression_tree_walker conversion · e7865086
      Tom Lane 提交于
      is parse_aggs.c.  This fixes its failure to cope with (at least) CaseExpr
      and ArrayRef nodes, which is the reason why both of these fail in 6.5:
      select coalesce(f1,0) from int4_tbl group by f1;
      ERROR:  Illegal use of aggregates or non-group column in target list
      select sentence.words[0] from sentence group by sentence.words[0];
      ERROR:  Illegal use of aggregates or non-group column in target list
      The array case still fails, but at least it's not parse_agg's fault
      anymore ... considering that we now support CASE officially, I think
      it's important to fix the first example ...
      e7865086
  9. 18 6月, 1999 1 次提交
  10. 07 6月, 1999 1 次提交
  11. 06 6月, 1999 1 次提交
  12. 29 5月, 1999 1 次提交
  13. 26 5月, 1999 3 次提交
  14. 24 5月, 1999 2 次提交
  15. 22 5月, 1999 4 次提交
  16. 21 5月, 1999 2 次提交
  17. 20 5月, 1999 3 次提交
  18. 19 5月, 1999 1 次提交
  19. 18 5月, 1999 2 次提交
  20. 17 5月, 1999 5 次提交
  21. 13 5月, 1999 3 次提交
  22. 12 5月, 1999 3 次提交