1. a12d8cd - Fixed Type Casting issue by Taewoo Kim · 10 years ago
  2. 727c39b Fix issue 786, issue 601, the prefix search issue reported by Abdullah, by buyingyi · 10 years ago
  3. 470bebe Select access method Rule fixed. Now, when the optimizer converts a select operator pattern to an index-search, it tries to match the selected access method type and the chosen index type (e.g. BTreeAccessMethod to a BTree index) by Taewoo Kim · 11 years ago
  4. 362b884 Support sort-based group-by, add test coverage for out-of-core code paths, and adapt to the new buffer cache interface. by Yingyi Bu · 11 years ago
  5. 88e916c fixed issue #267 by icetindil · 11 years ago
  6. 8cdf655 addressed Jimah's comments on un-synced function names by JArod · 12 years ago
  7. 3a4f8ef added flush test; modified existing test that has a dependency on previous tests by zheilbron · 12 years ago
  8. a321120 revised the list of private functions as per the recent changes to the google doc by ramangrover29 · 12 years ago
  9. 5e6d21f fixed issue 376 Need to classify and properly treat all built-in functions in AQL by ramangrover29 · 12 years ago
  10. 89a89b5 fix issue343 by buyingyi · 12 years ago
  11. 616cb7f Checkpoint #3 for fixing runtimets. by madhusudancs@gmail.com · 12 years ago
  12. 8a992ac Checkpoint #1 to fix runtimets. by madhusudancs@gmail.com · 12 years ago
  13. 49a541e Manually split 445 tests into DDL, Update and Query files by madhusudancs@gmail.com · 12 years ago
  14. c37fb89 New directory structure for tests to run using REST framework. by khfaraaz82@gmail.com · 12 years ago
  15. e836fb9 added proper error message when trying to partition a dataset by non-existent key; added test case and some documentation by zheilbron · 12 years ago
  16. 669d8f6 Fix for issue 252 and 253 by ramangrover29 · 12 years ago
  17. 93b7668 Added new test framework by vinayakb · 12 years ago