1. e8fd4cc New test cases for the new replicate operator by icetindil · 10 years ago
  2. a62f752 fix for issue 731, needs optimization on existential queries by icetindil · 11 years ago
  3. b75446d Internal renaming for inverted index to have prefix SINGLE_PARTITOIN and LENGTH_PARTITOINED by JIMAHN · 11 years ago
  4. 39cd370 expose only two kinds of inverted index(ngram and keyword) which internally use length-partitioned ngram/keyword inverted index by JIMAHN · 11 years ago
  5. 0bed7f2 Modify all the plans to use ONE_TO_ONE_EXCHANGE for result distribution operator. by Madhusudan.C.S · 12 years ago
  6. 4decba7 Fix optimzer tests to work with DISTRIBUTE_RESULT operator. by madhusudancs@gmail.com · 12 years ago
  7. 905948b Enabled IntroduceProjectRule. Approved by Vinayak. by alexander.behm · 12 years ago
  8. be68b6c Corresponding Asterix changes to rewrite rule changes in Algebricks. by alexander.behm · 12 years ago
  9. 3aff45f Added rule to inline variables with a single reference to physical rewrite collection. Changed expected plans for optimizer tests since the plans have been improved (fewer assigns due to inlining). by alexander.behm · 12 years ago
  10. 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
  11. 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
  12. 035cc1c Changed expected plans for many tests because variable inlining enables slightly better plans. by alexander.behm · 12 years ago
  13. c576c60 Reintegrated asterix-fuzzy. by alexander.behm · 12 years ago