1. 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
  2. 0bed7f2 Modify all the plans to use ONE_TO_ONE_EXCHANGE for result distribution operator. by Madhusudan.C.S · 11 years ago
  3. 4decba7 Fix optimzer tests to work with DISTRIBUTE_RESULT operator. by madhusudancs@gmail.com · 12 years ago
  4. 905948b Enabled IntroduceProjectRule. Approved by Vinayak. by alexander.behm · 12 years ago
  5. d790e5b Took care of Vinayak's review comments. by alexander.behm · 12 years ago vault/asterix_fuzzy_perf
  6. 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
  7. 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
  8. b56b495 Merged asterix_stabilization r879:r881. by alexander.behm · 12 years ago
  9. 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
  10. 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
  11. c576c60 Reintegrated asterix-fuzzy. by alexander.behm · 12 years ago