1. acc12a9 ASTERIXDB-1226: implement SQL++ core group-by semantics and syntatic sugars. by Yingyi Bu · 8 years ago
  2. 33db5af ASTERIXDB-1359 Removed Project from IntroduceSecondaryIndex Rule by Steven Jacobs · 9 years ago
  3. 22ad8e7 ASTERIXDB-865: fix query compilation for if-else expression. by Yingyi Bu · 9 years ago
  4. 8aa0b51 ASTERIXDB-1343: support queries over nodegroup-based datasets. by Yingyi Bu · 9 years ago
  5. d3338f6 Support Change Feeds and Ingestion of Records with MetaData by Abdullah Alamoudi · 9 years ago
  6. 4db8a9d use localfs instead of the class name of the adapter by Till Westmann · 9 years ago
  7. ae555ba ASTERIXDB-1168: use either primary key or generated id for decorrelation. by Yingyi Bu · 9 years ago
  8. 4b96348 Added LeftOuterUnnestMap operator. by Taewoo Kim · 9 years ago
  9. 8f6301f ASTERIXDB-1127: regression tests. by Yingyi Bu · 9 years ago
  10. cc17a18 Supprt querying meta record with meta(). by Yingyi Bu · 9 years ago
  11. 06e06b0 ASTERIXDB-1325, ASTERIXDB-1326: fixed leftouterjoin on an external dataset by Taewoo Kim · 9 years ago
  12. e3d0ecd ASTERIXDB-1322: fix the AQL translator and add tests. by Yingyi Bu · 9 years ago
  13. 1e7760c ASTERIXDB-1205: fix union queries. by Yingyi Bu · 9 years ago
  14. 5a2698d Intersect the secondary indexes before primary search by Jianfeng Jia · 9 years ago
  15. f93405c Fix ASTERIXDB-1298 by Yingyi Bu · 9 years ago
  16. 760ce90 ASTERIXDB-1157: Pushdown Limit by Taewoo Kim · 9 years ago
  17. 6084e3b Fix for ASTERIXDB-1291: added regression tests. by Yingyi Bu · 9 years ago
  18. 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
  19. 947fc3c ASTERIXDB-1005, ASTERIXDB-1263: Clean up subplan flattening: by Yingyi Bu · 9 years ago
  20. e3e1373 Fix for ASTERIXDB-1018, ASTERIXDB-1017, ASTERIXDB-1019, by Yingyi Bu · 9 years ago
  21. f7b6453 Run ExecutionTest w/integration test framework by Ian Maxon · 9 years ago
  22. caea8f0 SQL++ support in AsterixDB: by Yingyi Bu · 9 years ago
  23. 391f09e SQL++ parser: by Yingyi Bu · 9 years ago
  24. 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
  25. 6ad223f ASTERIXDB-221: reduce unneceesary partitioning for hash joins. by Ildar Absalyamov · 9 years ago
  26. 857dc13 ASTERIXDB-1113, Add ASF license header to AQL files by Ian Maxon · 9 years ago
  27. f18bba2 Change Java package from edu.uci.ics to org.apache by Ian Maxon · 9 years ago
  28. e05df7b AsterixDB changes for fixing issue873. by Yingyi Bu · 9 years ago
  29. f61bdb8 Make index selection deterministic when multiple avaialbe indexes are available. by Yingyi Bu · 9 years ago
  30. d2d78ad Range connector update with order by hint. by Eldon Carman · 9 years ago
  31. 04b2b77 Added support of typed indexes over open fields & indexes over nested fields by Ildar Absalyamov · 10 years ago
  32. 3035ede This change covers three points: by Abdullah Alamoudi · 10 years ago
  33. a1f70e0 Fix issue849. by buyingyi · 10 years ago
  34. b557191 Fix for issues 838, 841, 527 by Steven Jacobs · 10 years ago
  35. c70c06a Fix for issue 813 - enabling prefix btree search with non-matching predicates by Ildar Absalyamov · 10 years ago
  36. a9a0202 Fix issue 562. by buyingyi · 10 years ago
  37. 179e62f Fix issue827 by buyingyi · 10 years ago
  38. b1dd834 1. Fix for issue 810. 2. Add regression tests for issue 567 and 697. by buyingyi · 10 years ago
  39. bd90411 Fix issue785 -- using the algebricks fixes for subplans. by buyingyi · 10 years ago
  40. d9eddd0 This change enable prefix search on Btrees by Abdullah Alamoudi · 10 years ago
  41. 727c39b Fix issue 786, issue 601, the prefix search issue reported by Abdullah, by buyingyi · 10 years ago
  42. 8325946 Implement TokenizeOperator in addition to the changes made by Zachary Heilbron. by Taewoo Kim · 10 years ago
  43. e8fd4cc New test cases for the new replicate operator by icetindil · 10 years ago
  44. d5f0fc5 1. Add an asterix-specific IntroduceGroupByCombinerRule to deal with null-test in the nested plan in a group-by operator by Yingyi Bu · 10 years ago
  45. 362b884 Support sort-based group-by, add test coverage for out-of-core code paths, and adapt to the new buffer cache interface. by Yingyi Bu · 10 years ago
  46. be353dd fixed issue 731, 740, and more. by Young-Seok · 10 years ago
  47. e63cd81 Merge branch 'master' of https://code.google.com/p/asterixdb into icetindil/issue_765 by icetindil · 10 years ago
  48. a6f5aad fix for issue 765: stacking multiple index access methods by icetindil · 10 years ago
  49. 9ae8d0a optimization for disjunctive selection predicates by Till Westmann · 10 years ago
  50. 9d0004a edit-distance-contains function implementation by icetindil · 10 years ago
  51. 2245d36 addressed code review comments, retracted the rule that converts existential query to distinct by by icetindil · 10 years ago
  52. a62f752 fix for issue 731, needs optimization on existential queries by icetindil · 10 years ago
  53. 8937e6e fixing issue #352 by icetindil · 11 years ago
  54. 75a24e4 Added another test case to cover the composite keys. by salsubaiee · 11 years ago
  55. df89fbc Moved the skip secondary index search hint closer to the predicates. by salsubaiee · 11 years ago
  56. bb16791 Added a hint to AQL to exclude secondary indexes from the query plan. by salsubaiee · 11 years ago
  57. 0e19648 Changed create-polygon to accept a list of doubles. by salsubaiee · 11 years ago
  58. 9082e6c Merge remote-tracking branch 'origin/raman/master_feeds_merge' into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
  59. c3fa054 fixing noeq jaccard optimizer tests by icetindil · 11 years ago
  60. ee1d80a updated optimizer tests after fixing issue #267 by icetindil · 11 years ago
  61. 695f919 fix issue 558 by buyingyi · 11 years ago
  62. 7066760 Updated test case results. by salsubaiee · 11 years ago
  63. 201be38 added materialization step before an insert and a scan/join of the same dataset. by salsubaiee · 11 years ago
  64. 5602446 corresponding changes for fixing operator execution mode by buyingyi · 11 years ago
  65. 3c817d5 rename single-digit TPC-H queries from qn_* to q0n_* by Till Westmann · 11 years ago
  66. 401edbf Change order of elements in unordered list to make sure it works correctly by JIMAHN · 11 years ago
  67. 4682984 modifying some optimizer test cases to have unordered list as second parameter of jaccard-similarity function by JIMAHN · 11 years ago
  68. e6b4b24 merge up-to-date master to jimahn/master_invix_internal_renaming by JIMAHN · 11 years ago
  69. 3d66580 fix for issue244 by buyingyi · 11 years ago
  70. b75446d Internal renaming for inverted index to have prefix SINGLE_PARTITOIN and LENGTH_PARTITOINED by JIMAHN · 11 years ago
  71. 95932a3 Merge branch 'master' into jimahn/master_expose_only_two_invix by JIMAHN · 11 years ago
  72. 62e66c0 Fixed scoping issue with variables by Vinayak Borkar · 11 years ago
  73. 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
  74. a321120 revised the list of private functions as per the recent changes to the google doc by ramangrover29 · 11 years ago
  75. d312cd0 Merge branch 'master' into raman/master_issue376 by ramangrover29 · 11 years ago
  76. 77be7cb Updated tests plan after fixing issue 447. by salsubaiee · 11 years ago
  77. 91949ed fix for issue 376: Need to classify and properly treat all built-in functions in AQL by ramangrover29 · 11 years ago
  78. 299c360 Merge branch 'asterix_lsm_stabilization' into yingyi/asterix_beta_fix by buyingyi · 11 years ago
  79. 6c2965d Result distribution now enforces ONE_TO_ONE_EXCHANGE. by Madhusudan.C.S · 11 years ago
  80. b366b8d fix for issue 350 by buyingyi · 11 years ago
  81. 76ad6c4 add tests for issue353 by buyingyi · 11 years ago
  82. 0bed7f2 Modify all the plans to use ONE_TO_ONE_EXCHANGE for result distribution operator. by Madhusudan.C.S · 11 years ago
  83. 37498c5 merged asterix_stabilization -r1373:1393 --> asterix_lsm_stabilization by zheilbron · 11 years ago
  84. 4decba7 Fix optimzer tests to work with DISTRIBUTE_RESULT operator. by madhusudancs@gmail.com · 12 years ago
  85. f4c3324 merge -r1055:1282 (merging from asterix_stabilization to asterix_lsm_stabilization) by kisskys · 12 years ago
  86. 1100a26 1) Issue 252: Create dataset statement should have a primary key be specified explicitly. by ramangrover29 · 12 years ago
  87. 6f27923 merge r1183:1187 (from asterix_stabilization) by ramangrover29 · 12 years ago vault/asterix_stabilization_issue_252_253
  88. caca87b add an optimizer test for the group-by combiner fix by buyingyi · 12 years ago
  89. 669d8f6 Fix for issue 252 and 253 by ramangrover29 · 12 years ago
  90. 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
  91. 0157ef4 Fixed two erroneous rtree-delete test cases (reported by Zack). by salsubaiee · 12 years ago
  92. aae6d91 Added expected plans. Final touches to complete tests for this bugfix. by alexander.behm · 12 years ago vault/asterix_fix_issue_224
  93. 7c406aa Gave tests more descriptive names. Reorganized existing tests. by alexander.behm · 12 years ago
  94. 3dee02f Moved files into appropriate join folder. by alexander.behm · 12 years ago
  95. ca3d41f Tests for issue 224 by khfaraaz82@gmail.com · 12 years ago
  96. 62f2045 Merged asterix_stabilization r997:r1017. by alexander.behm · 12 years ago
  97. 905948b Enabled IntroduceProjectRule. Approved by Vinayak. by alexander.behm · 12 years ago
  98. 1ba4baa Merged asterix_stabilization r915:r995. by alexander.behm · 12 years ago
  99. d790e5b Took care of Vinayak's review comments. by alexander.behm · 12 years ago vault/asterix_fuzzy_perf
  100. 5913fe5 Merged asterix_stabilization r916:r950. by alexander.behm · 12 years ago