1. 695f919 fix issue 558 by buyingyi · 11 years ago
  2. 7066760 Updated test case results. by salsubaiee · 11 years ago
  3. 201be38 added materialization step before an insert and a scan/join of the same dataset. by salsubaiee · 11 years ago
  4. 5602446 corresponding changes for fixing operator execution mode by buyingyi · 11 years ago
  5. 3c817d5 rename single-digit TPC-H queries from qn_* to q0n_* by Till Westmann · 11 years ago
  6. 401edbf Change order of elements in unordered list to make sure it works correctly by JIMAHN · 11 years ago
  7. 4682984 modifying some optimizer test cases to have unordered list as second parameter of jaccard-similarity function by JIMAHN · 11 years ago
  8. e6b4b24 merge up-to-date master to jimahn/master_invix_internal_renaming by JIMAHN · 11 years ago
  9. 3d66580 fix for issue244 by buyingyi · 11 years ago
  10. b75446d Internal renaming for inverted index to have prefix SINGLE_PARTITOIN and LENGTH_PARTITOINED by JIMAHN · 11 years ago
  11. 95932a3 Merge branch 'master' into jimahn/master_expose_only_two_invix by JIMAHN · 11 years ago
  12. 62e66c0 Fixed scoping issue with variables by Vinayak Borkar · 11 years ago
  13. 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
  14. a321120 revised the list of private functions as per the recent changes to the google doc by ramangrover29 · 11 years ago
  15. d312cd0 Merge branch 'master' into raman/master_issue376 by ramangrover29 · 11 years ago
  16. 77be7cb Updated tests plan after fixing issue 447. by salsubaiee · 11 years ago
  17. 91949ed fix for issue 376: Need to classify and properly treat all built-in functions in AQL by ramangrover29 · 11 years ago
  18. 299c360 Merge branch 'asterix_lsm_stabilization' into yingyi/asterix_beta_fix by buyingyi · 11 years ago
  19. 6c2965d Result distribution now enforces ONE_TO_ONE_EXCHANGE. by Madhusudan.C.S · 11 years ago
  20. b366b8d fix for issue 350 by buyingyi · 11 years ago
  21. 76ad6c4 add tests for issue353 by buyingyi · 11 years ago
  22. 0bed7f2 Modify all the plans to use ONE_TO_ONE_EXCHANGE for result distribution operator. by Madhusudan.C.S · 11 years ago
  23. 37498c5 merged asterix_stabilization -r1373:1393 --> asterix_lsm_stabilization by zheilbron · 11 years ago
  24. 4decba7 Fix optimzer tests to work with DISTRIBUTE_RESULT operator. by madhusudancs@gmail.com · 12 years ago
  25. f4c3324 merge -r1055:1282 (merging from asterix_stabilization to asterix_lsm_stabilization) by kisskys · 12 years ago
  26. 1100a26 1) Issue 252: Create dataset statement should have a primary key be specified explicitly. by ramangrover29 · 12 years ago
  27. 6f27923 merge r1183:1187 (from asterix_stabilization) by ramangrover29 · 12 years ago vault/asterix_stabilization_issue_252_253
  28. caca87b add an optimizer test for the group-by combiner fix by buyingyi · 12 years ago
  29. 669d8f6 Fix for issue 252 and 253 by ramangrover29 · 12 years ago
  30. 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
  31. 0157ef4 Fixed two erroneous rtree-delete test cases (reported by Zack). by salsubaiee · 12 years ago
  32. aae6d91 Added expected plans. Final touches to complete tests for this bugfix. by alexander.behm · 12 years ago vault/asterix_fix_issue_224
  33. 7c406aa Gave tests more descriptive names. Reorganized existing tests. by alexander.behm · 12 years ago
  34. 3dee02f Moved files into appropriate join folder. by alexander.behm · 12 years ago
  35. ca3d41f Tests for issue 224 by khfaraaz82@gmail.com · 12 years ago
  36. 62f2045 Merged asterix_stabilization r997:r1017. by alexander.behm · 12 years ago
  37. 905948b Enabled IntroduceProjectRule. Approved by Vinayak. by alexander.behm · 12 years ago
  38. 1ba4baa Merged asterix_stabilization r915:r995. by alexander.behm · 12 years ago
  39. d790e5b Took care of Vinayak's review comments. by alexander.behm · 12 years ago vault/asterix_fuzzy_perf
  40. 5913fe5 Merged asterix_stabilization r916:r950. by alexander.behm · 12 years ago
  41. 8a3e3c0 Fixed a bug in BTree indexed NL joins. The bug surfaced in a query with multiple index rewrites (primary index search feeding into a secondary indexed NL join). by alexander.behm · 12 years ago
  42. e1c8e2b merged asterix_stabilization -r 860:906 to asterix_lsm_stabilization by kisskys · 12 years ago
  43. 85e97dc merged asterix_stabilization -r755:860 to asterix_lsm_stabilization by kisskys · 12 years ago
  44. 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
  45. 954083a Added tests for surrogate-based indexed NL fuzzy joins, where the top-level join is unecessary and optimized away. by alexander.behm · 12 years ago
  46. a421807 Removed useless data loads to speed up optimizer tests. by alexander.behm · 12 years ago
  47. 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
  48. c2dd4ac Added missing rule file. by alexander.behm · 12 years ago
  49. ca221a4 Added a new rule for pushing expensive similarity functions below joins if possible. This rule should reduce the number of similarity-function invocations, and also enables other rules to trigger for further plan improvements. by alexander.behm · 12 years ago
  50. b56b495 Merged asterix_stabilization r879:r881. by alexander.behm · 12 years ago
  51. 2cddf51 Enabled PushAssignBelowUnionAllRule in cleanup rule collection. The rule helps to trigger common sub-expression elimination which removes redundant edit distance computations in index-based fuzzy joins on edit distance. by alexander.behm · 12 years ago
  52. 4037dde Updated some of the optimizer test cases that were broken by a recenet commit. by salsubaiee@gmail.com · 12 years ago
  53. 44f4bd5 Changes to expected plans corresponding to improvements in Algebricks rules. by alexander.behm · 12 years ago
  54. 58cf330 Merged asterix_statement_model_fix into asterix_stabilization by RamanGrover29@gmail.com · 12 years ago
  55. 3caae9e Improved rule matching for indexed NL joins using primary btree indexes (if hint was given). Fixed a few bugs in the access method rewrite rule. Added tests to guard against regressions. by alexander.behm · 12 years ago
  56. 617a652 Merged asterix_stabilization r811:r842. by alexander.behm · 12 years ago vault/asterix_inline_vars
  57. 1e74ad5 Implemented indexed NL joins using secondary RTrees. by alexander.behm · 12 years ago
  58. 7eafd5f Improved index NL joins on primary btree indexes by requiring an unordered partitioning property instead of a broadcast. by alexander.behm · 12 years ago
  59. ec90fb6 Implemented indexed-nested loops join using BTrees. Added basic tests. by alexander.behm · 12 years ago
  60. 8eb83ad Checkpoint towards introducing a CommitOperator which implements IOperatorExtension interface plus the corresponding rewrite rule by kisskys · 12 years ago
  61. 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
  62. be68b6c Corresponding Asterix changes to rewrite rule changes in Algebricks. by alexander.behm · 12 years ago
  63. 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
  64. 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
  65. 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
  66. e269a50 Fixed an issue with variable inlining. Unfortunately, when inlining we must clone the original expression to avoid bad interaction with other rules (LoadFieldAccessRule, etc.). by alexander.behm · 12 years ago
  67. 035cc1c Changed expected plans for many tests because variable inlining enables slightly better plans. by alexander.behm · 12 years ago
  68. 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
  69. c9db98e Addressed comments & added more tests by khfaraaz82@gmail.com · 12 years ago
  70. 28b3443 Added primary index BTree search tests by khfaraaz82@gmail.com · 12 years ago
  71. 552e4c8 Added secondary index BTree search tests for composite key by khfaraaz82@gmail.com · 12 years ago
  72. 0028731 Added BTree primary index (composite key) usage result files by khfaraaz82@gmail.com · 12 years ago
  73. 71e7148 BTree primary index (composite key) usage tests by khfaraaz82@gmail.com · 12 years ago
  74. 82fa1e0 Merged asterix_stabilization r585:r605. by alexander.behm · 12 years ago
  75. 0b1ee5f Reintegrated asterix_fix_issue_154. Fixes some fuzzy join tests, and adds a hint for indexed nl joins. Abandoning complete fix for issue 154 for now. by alexander.behm · 12 years ago
  76. 6db7d30 Fixed issue 162. Added simple regression test. by alexander.behm · 12 years ago
  77. 07617fd Improved matching capability of Rares-style fuzzy-join rule that is more consistent with the index based matching. Added indexed-NL-join hint to resolve choice between Rares-style fuzzy joins (where applicable) and index based fuzzy joins. Enabled a few Rares-style fuzzyjoin tests that used to break. by alexander.behm · 12 years ago
  78. 37fbd45 Merged asterix_stabilization r529:r543. by alexander.behm · 12 years ago
  79. 25394f9 Merged asterix_stabilization -r 457:535. by alexander.behm · 12 years ago
  80. 3baf17c change optimizer test result baseline due to parser change by ilovesoup · 12 years ago vault/asterix_function_merge
  81. 941c32b Added tests for optimizing non-datascan unnests into joins. by alexander.behm · 12 years ago
  82. 06bbecf Fixed output of test case (cleanup improved the plan). by alexander.behm · 12 years ago
  83. c576c60 Reintegrated asterix-fuzzy. by alexander.behm · 12 years ago
  84. 96e3f3f Secondary indexes on non-nullable fields now also work for open types. Added regression tests. Next: Add support for secondary indexes on nullable fields. by alexander.behm · 12 years ago
  85. a1422ac fixing incorrect resulting plans of optimizer tests: inconsistent partition variable ordering in hash-exchange by buyingyi · 12 years ago
  86. 38b7ca4 Added asterix project by vinayakb · 13 years ago