1. a12d8cd - Fixed Type Casting issue by Taewoo Kim · 10 years ago
  2. 36b97eb Initial support for true ADM output (content type application/x-adm). by Chris Hillery · 10 years ago
  3. f1762cd fixed issue 531 by JArod · 11 years ago
  4. 7de5905 addressed Yingyi's comments by JArod · 11 years ago
  5. ea89a15 merged master back to jarodwen/hotfix/issue425 to support long counts by JArod · 11 years ago
  6. b558e67 Merge branch 'master' into jarodwen/hotfix/issue425 by JArod · 11 years ago
  7. f6c79cb added fix for not pushing multiple aggregate functions in PushAggFuncIntoStandaloneAggregateRule by JArod · 11 years ago
  8. 3f6006f checkpoint: added more aggregate test cases by JArod · 11 years ago
  9. 9fe84e2 added type promotion code; updated min/max computer to support type promotion by JArod · 11 years ago
  10. 650bb4d checkpoint: fixed test case for summing heterogeneous list by JArod · 11 years ago
  11. 16f1773 checkpoint: added type hierarchy support; updated sum to support heterogeneous list by JArod · 11 years ago
  12. 0eb3d44 added fixes for issue 461 to support long count by JArod · 11 years ago
  13. 05eb1c3 fix issue400 by buyingyi · 12 years ago
  14. 204190c added test cases for issue 412 by JArod · 12 years ago
  15. 704d3fe checkpoint 2 with more test cases, and revert back to the original checkout status. by JArod · 12 years ago
  16. 544ae0e checkpoint for count fix by JArod · 12 years ago
  17. 3916fe8 Checkpoint #2 for fixing runtimets. by madhusudancs@gmail.com · 12 years ago
  18. c37fb89 New directory structure for tests to run using REST framework. by khfaraaz82@gmail.com · 12 years ago
  19. d8b3b90 Initial test framework changes to use RESTAPI. by khfaraaz82@gmail.com · 12 years ago
  20. 23c98ef Reimplemented min/max aggregate functions to support all totally ordered types that have an IBinaryComparator implementation. Added tests. by alexander.behm · 12 years ago
  21. b04d04d Addressed Vinayak's comments on sum and count. by alexander.behm · 12 years ago
  22. 372a073 Added scalar version of all aggregate functions via a GenericScalarAggregateFunction. Added tests for them on all types, nulls, and empty streams. by alexander.behm · 12 years ago
  23. a269588 Merged asterix_stabilization r545:r554. by alexander.behm · 12 years ago
  24. 35130cd Tests : sum() of numeric values with and without nulls by khfaraaz82@gmail.com · 12 years ago
  25. 5a96f0a Added empty stream tests for aggregate functions with combiner and without combiner. by alexander.behm · 12 years ago
  26. ad982a2 Made avg agg function return null for an empty input stream (for now, subject to change). Added tests for avg, count, sum with an empty input stream. Added basic tests for quantifiers. by alexander.behm · 12 years ago
  27. 38b7ca4 Added asterix project by vinayakb · 13 years ago