1. d185e8ea Fixed ASTERIXDB-1249 and ASTERIXDB-1250: self index-nested-loop join correctly identifies the outer and the inner branch. by Taewoo Kim · 9 years ago
  2. 947fc3c ASTERIXDB-1005, ASTERIXDB-1263: Clean up subplan flattening: by Yingyi Bu · 9 years ago
  3. e8fd4cc New test cases for the new replicate operator by icetindil · 10 years ago
  4. be353dd fixed issue 731, 740, and more. by Young-Seok · 10 years ago
  5. a6f5aad fix for issue 765: stacking multiple index access methods by icetindil · 11 years ago
  6. 9d0004a edit-distance-contains function implementation by icetindil · 11 years ago
  7. ee1d80a updated optimizer tests after fixing issue #267 by icetindil · 11 years ago
  8. b75446d Internal renaming for inverted index to have prefix SINGLE_PARTITOIN and LENGTH_PARTITOINED by JIMAHN · 11 years ago
  9. 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
  10. 0bed7f2 Modify all the plans to use ONE_TO_ONE_EXCHANGE for result distribution operator. by Madhusudan.C.S · 12 years ago
  11. 4decba7 Fix optimzer tests to work with DISTRIBUTE_RESULT operator. by madhusudancs@gmail.com · 12 years ago
  12. 905948b Enabled IntroduceProjectRule. Approved by Vinayak. by alexander.behm · 12 years ago
  13. d790e5b Took care of Vinayak's review comments. by alexander.behm · 12 years ago vault/asterix_fuzzy_perf
  14. 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
  15. 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
  16. b56b495 Merged asterix_stabilization r879:r881. by alexander.behm · 12 years ago
  17. 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
  18. 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
  19. c576c60 Reintegrated asterix-fuzzy. by alexander.behm · 12 years ago