1. ee1d80a updated optimizer tests after fixing issue #267 by icetindil · 11 years ago
  2. b75446d Internal renaming for inverted index to have prefix SINGLE_PARTITOIN and LENGTH_PARTITOINED by JIMAHN · 12 years ago
  3. 39cd370 expose only two kinds of inverted index(ngram and keyword) which internally use length-partitioned ngram/keyword inverted index by JIMAHN · 12 years ago
  4. 0bed7f2 Modify all the plans to use ONE_TO_ONE_EXCHANGE for result distribution operator. by Madhusudan.C.S · 12 years ago
  5. 4decba7 Fix optimzer tests to work with DISTRIBUTE_RESULT operator. by madhusudancs@gmail.com · 12 years ago
  6. 905948b Enabled IntroduceProjectRule. Approved by Vinayak. by alexander.behm · 12 years ago
  7. d790e5b Took care of Vinayak's review comments. by alexander.behm · 12 years ago vault/asterix_fuzzy_perf
  8. 0d9746a Re-substituted primary key variables in indexed fuzzy joins to better enable removal of the top-level equi join. by alexander.behm · 12 years ago
  9. adf42fb Changed expected query plans of index-based fuzzy joins, because we are now using a surrogate-optimized plan. by alexander.behm · 12 years ago
  10. b56b495 Merged asterix_stabilization r879:r881. by alexander.behm · 12 years ago
  11. ce9b780 Added optimizer tests for rewriting fuzzy joins using indexes while also returning the similarity value of the result pairs. by alexander.behm · 12 years ago
  12. 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
  13. c576c60 Reintegrated asterix-fuzzy. by alexander.behm · 13 years ago