1. 760ce90 ASTERIXDB-1157: Pushdown Limit by Taewoo Kim · 9 years ago
  2. 5b79000 Convert comparisons with current-datetime, current-date, and current-time to applicable index searches as though they were constants by Steven Jacobs · 9 years ago
  3. 04b2b77 Added support of typed indexes over open fields & indexes over nested fields by Ildar Absalyamov · 10 years ago
  4. c70c06a Fix for issue 813 - enabling prefix btree search with non-matching predicates by Ildar Absalyamov · 10 years ago
  5. d9eddd0 This change enable prefix search on Btrees by Abdullah Alamoudi · 10 years ago
  6. e8fd4cc New test cases for the new replicate operator by icetindil · 10 years ago
  7. 0bed7f2 Modify all the plans to use ONE_TO_ONE_EXCHANGE for result distribution operator. by Madhusudan.C.S · 12 years ago
  8. 37498c5 merged asterix_stabilization -r1373:1393 --> asterix_lsm_stabilization by zheilbron · 12 years ago
  9. 4decba7 Fix optimzer tests to work with DISTRIBUTE_RESULT operator. by madhusudancs@gmail.com · 12 years ago
  10. 3c59d76 Fixed issue 174. Whenever there are mixed intervals in the predicate of a BTree search, we will relax the BTree predicate to be inclusive and then do a post processing to filter out those records that don't satisfy the search predicate. by salsubaiee · 12 years ago
  11. 62f2045 Merged asterix_stabilization r997:r1017. by alexander.behm · 12 years ago
  12. 905948b Enabled IntroduceProjectRule. Approved by Vinayak. by alexander.behm · 12 years ago
  13. 85e97dc merged asterix_stabilization -r755:860 to asterix_lsm_stabilization by kisskys · 12 years ago
  14. 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
  15. 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
  16. 6057f2e Changed the rewrite rule of secondary btree indexes to validate the returned tuples when probing the primary index. The validation is required to enforce our transaction semantics. For the R-tree and the inverted index, the validation already exist. by salsubaiee · 12 years ago
  17. c9db98e Addressed comments & added more tests by khfaraaz82@gmail.com · 12 years ago
  18. 28b3443 Added primary index BTree search tests by khfaraaz82@gmail.com · 12 years ago
  19. 552e4c8 Added secondary index BTree search tests for composite key by khfaraaz82@gmail.com · 12 years ago
  20. 0028731 Added BTree primary index (composite key) usage result files by khfaraaz82@gmail.com · 12 years ago