1. 00b9590 Fixed a bug in the access method rewrite rule. Added common subexpression elimination rule to normalization rule collection. Changed expected plans of optimizer tests accordingly (some plans were improved, most had variable numbers changed). by alexander.behm · 12 years ago
  2. f4ad05f Tweaked rule collection. Modified expected plans since some of the variables numbers have changed (but the plans are otherwise identical). by alexander.behm · 12 years ago
  3. e269a50 Fixed an issue with variable inlining. Unfortunately, when inlining we must clone the original expression to avoid bad interaction with other rules (LoadFieldAccessRule, etc.). by alexander.behm · 12 years ago
  4. 035cc1c Changed expected plans for many tests because variable inlining enables slightly better plans. by alexander.behm · 12 years ago
  5. c9db98e Addressed comments & added more tests by khfaraaz82@gmail.com · 12 years ago
  6. 28b3443 Added primary index BTree search tests by khfaraaz82@gmail.com · 12 years ago
  7. 552e4c8 Added secondary index BTree search tests for composite key by khfaraaz82@gmail.com · 12 years ago
  8. 0028731 Added BTree primary index (composite key) usage result files by khfaraaz82@gmail.com · 12 years ago
  9. 71e7148 BTree primary index (composite key) usage tests by khfaraaz82@gmail.com · 12 years ago
  10. 82fa1e0 Merged asterix_stabilization r585:r605. by alexander.behm · 12 years ago
  11. 0b1ee5f Reintegrated asterix_fix_issue_154. Fixes some fuzzy join tests, and adds a hint for indexed nl joins. Abandoning complete fix for issue 154 for now. by alexander.behm · 12 years ago
  12. 6db7d30 Fixed issue 162. Added simple regression test. by alexander.behm · 12 years ago
  13. 07617fd Improved matching capability of Rares-style fuzzy-join rule that is more consistent with the index based matching. Added indexed-NL-join hint to resolve choice between Rares-style fuzzy joins (where applicable) and index based fuzzy joins. Enabled a few Rares-style fuzzyjoin tests that used to break. by alexander.behm · 12 years ago
  14. 37fbd45 Merged asterix_stabilization r529:r543. by alexander.behm · 12 years ago
  15. 25394f9 Merged asterix_stabilization -r 457:535. by alexander.behm · 12 years ago
  16. 3baf17c change optimizer test result baseline due to parser change by ilovesoup · 12 years ago vault/asterix_function_merge
  17. 941c32b Added tests for optimizing non-datascan unnests into joins. by alexander.behm · 12 years ago
  18. 06bbecf Fixed output of test case (cleanup improved the plan). by alexander.behm · 12 years ago
  19. c576c60 Reintegrated asterix-fuzzy. by alexander.behm · 12 years ago
  20. 96e3f3f Secondary indexes on non-nullable fields now also work for open types. Added regression tests. Next: Add support for secondary indexes on nullable fields. by alexander.behm · 12 years ago
  21. a1422ac fixing incorrect resulting plans of optimizer tests: inconsistent partition variable ordering in hash-exchange by buyingyi · 12 years ago
  22. 38b7ca4 Added asterix project by vinayakb · 13 years ago