1. d020cea ensure proper partitioning strategy for operators beneath datasourcescan by zheilbron · 11 years ago
  2. cbf79d8 Merge branch 'master' into zheilbron/hyracks_msr_demo by zheilbron · 11 years ago
  3. df9830b reverted the change of removing adjacent exchange operators by JArod · 11 years ago
  4. 2f1f1df Fixed a bug on unclosed running aggregation runtime; fixed an issue on by JArod · 11 years ago
  5. 7d85059 Fixed the incorrect exchange merging introduced by the previous commit; by JArod · 11 years ago
  6. 486adf9 Fixed a bug on omitted order by columns when added an exchange operator by JArod · 11 years ago
  7. af6f94c Fixed a bug on unclosed running aggregation runtime; fixed an issue on by JArod · 11 years ago
  8. 6f95cab do not apply PullSelectOutOfEqJoin for LOJ by icetindil · 11 years ago
  9. 71267de Merge branch 'master' into zheilbron/hyracks_msr_demo by zheilbron · 11 years ago
  10. c7389ac ensure limits are copied down as far as possible and not through select operators by zheilbron · 11 years ago
  11. fa70521 don't inline non-functional functions by zheilbron · 11 years ago
  12. cec8edf disable common subexpression elimination for non-functional functions by zheilbron · 11 years ago
  13. 4c0246e minor cleanup on ETS operator by zheilbron · 11 years ago
  14. c914bb3 add call to get operator tag in ILogicalOperator by zheilbron · 11 years ago
  15. 31a29b7 Merge branch 'master' into yingyi/fullstack_fix by buyingyi · 11 years ago
  16. c03435d checkpoint: addressed Vinayak's review comments by JArod · 11 years ago
  17. 465f68b merged master back by JArod · 11 years ago
  18. 9e4aeab Merge remote-tracking branch 'origin' into yingyi/fullstack_fix by buyingyi · 11 years ago
  19. 05fedfc checkpoint: fixed a issue when introducing the HashMergeExcnahge but by JArod · 11 years ago
  20. ece0fd1 checkpoint: added support on running aggregation using group-by runtime. by JArod · 11 years ago
  21. dc7fba3 Revert "Merge branch 'alamouda/adding-external-indexes'" by Abdullah Alamoudi · 11 years ago
  22. 0b9ac53 support both quick sort and merge sort as in-memory sort algorithms, but merge sort is the default one by buyingyi · 11 years ago
  23. 1471549 fix the cache miss problem in the sort merge reader by buyingyi · 11 years ago
  24. a0cd684 Merge branch 'master' into jarodwen/features/positionvar by JArod · 11 years ago
  25. 50c0998 Merge branch 'alamouda/adding-external-indexes' by Abdullah Alamoudi · 11 years ago
  26. c5fdf1b Bug fixes by Abdullah Alamoudi · 11 years ago
  27. a1373fd make more rules aware of non-functional functions by zheilbron · 11 years ago
  28. 0b4151a properly check function and all of its arguments to see whether it's functional or not by zheilbron · 11 years ago
  29. 0f2e2f0 expose whether a function is functional or not by zheilbron · 11 years ago
  30. 0fa1f5d Revert a change that was done by mistake during a previous merge. by salsubaiee · 11 years ago
  31. 35e53fd checkpoint for positional var debug by JArod · 11 years ago
  32. 77aad6b try to fix memory leak issue by JArod · 11 years ago
  33. 12a200b Merge branch 'master' into jarodwen/features/positionvar by JArod · 11 years ago
  34. 31f0cb5 Merge master into salsubaiee/master_lsm. by salsubaiee · 11 years ago
  35. ff23982 Merge branch 'master' into dev/hyracks_msr by zheilbron · 11 years ago
  36. 78e8552 Merge branch 'salsubaiee/master_flush_frames_in_feeds_rapidly' by salsubaiee · 11 years ago
  37. 5b061f3 Removed uneeded check. by salsubaiee · 11 years ago
  38. e24e0af Make sure we flush a frame if there is only a single tuple. by salsubaiee · 12 years ago
  39. 7094c61 Fix a bug in the assign operator when the frame has 1 tuple or less by salsubaiee · 12 years ago
  40. 58b9774 changed assign and project ops in insert/delete plan to flush frames without waiting. by salsubaiee · 12 years ago
  41. ca109a4 Make sure we flush a frame if there is only a single tuple. by salsubaiee · 12 years ago
  42. 7ff02dc Fix a bug in the project operator when the frame has 1 tuple or less by salsubaiee · 12 years ago
  43. da7e21b Merge branch 'master' into dev/hyracks_msr by zheilbron · 11 years ago
  44. bca89a6 Make sure we flush a frame if there is only a single tuple. by salsubaiee · 11 years ago
  45. c31f9df Merge branch 'master' into jarodwen/features/positionvar by JArod · 11 years ago
  46. 6823c39 Introduced changes needed for external data indexing by Abdullah Alamoudi · 11 years ago
  47. ba111c9 add a rule to eliminate empty-key gby by buyingyi · 11 years ago
  48. aebe2cb add a rule to converet left outer join to inner join by buyingyi · 11 years ago
  49. 7f5ff0f add a rule to converet left outer join to inner join by buyingyi · 11 years ago
  50. 3b22171 merge from zheilbron/hyracks_msr by ramangrover29 · 11 years ago
  51. 131fe50 Merge branch 'master' into jarodwen/features/positionvar by JArod · 12 years ago
  52. 3b48ca5 Fix a bug in the assign operator when the frame has 1 tuple or less by salsubaiee · 12 years ago
  53. b0de3cd checkpoint #2: passed all tests for offset-based-indexing unnest. by JArod · 12 years ago
  54. 074dcbb checkpoint for supporting offset-based-indexing-unnest. by JArod · 12 years ago
  55. 0f63d8b [maven-release-plugin] prepare for next development iteration by buyingyi · 12 years ago
  56. 8b301e7 [maven-release-plugin] prepare release fullstack-0.2.9 by buyingyi · 12 years ago
  57. 585abfa [maven-release-plugin] rollback the release of fullstack-0.2.9 by buyingyi · 12 years ago
  58. 1cf801c [maven-release-plugin] prepare for next development iteration by buyingyi · 12 years ago
  59. 8ef21fa [maven-release-plugin] prepare release fullstack-0.2.9 by buyingyi · 12 years ago
  60. 6927a50 changed assign and project ops in insert/delete plan to flush frames without waiting. by salsubaiee · 12 years ago
  61. 8e1c4db Removed sort in insert plans. by salsubaiee · 12 years ago
  62. 1cdf25c fix the execution mode of operators and the location constraint of algebricks meta operator by buyingyi · 12 years ago
  63. aeba25c [maven-release-plugin] prepare for next development iteration by buyingyi · 12 years ago
  64. 54d003f [maven-release-plugin] prepare release fullstack-0.2.8 by buyingyi · 12 years ago
  65. 814b302 [maven-release-plugin] rollback the release of fullstack-0.2.8 by buyingyi · 12 years ago
  66. b5a254d [maven-release-plugin] prepare release fullstack-0.2.8 by buyingyi · 12 years ago
  67. 3e3cf87 [maven-release-plugin] rollback the release of fullstack-0.2.8 by buyingyi · 12 years ago
  68. b953ee9 [maven-release-plugin] prepare for next development iteration by buyingyi · 12 years ago
  69. b83b3b0 [maven-release-plugin] prepare release fullstack-0.2.8 by buyingyi · 12 years ago
  70. 8210a97 [maven-release-plugin] prepare for next development iteration by buyingyi · 12 years ago
  71. 7833f6d [maven-release-plugin] prepare release fullstack-0.2.7 by buyingyi · 12 years ago
  72. 7a55777 Merge branch 'master' into raman/master_feeds by ramangrover29 · 12 years ago
  73. fe8c141 Merged master by Vinayak Borkar · 12 years ago
  74. 4055368 temporarily altered defaults for testing by ramangrover29 · 12 years ago
  75. 1818a25 Merge branch 'master' into jimahn/master_invix_internal_renaming by JIMAHN · 12 years ago
  76. 706863b [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 12 years ago
  77. 55e8f8c [maven-release-plugin] prepare release fullstack-0.2.6 by Vinayak Borkar · 12 years ago
  78. 276bbc2 add/update license headers by Till Westmann · 12 years ago
  79. cbcb5ca changing default parameters by icetindil · 12 years ago
  80. 1c570ac organizing compiler parameters by icetindil · 12 years ago
  81. 62cccfd Merged in master by Vinayak Borkar · 12 years ago
  82. f83617e Internal renaming for inverted index to have prefix SINGLE_PARTITOIN and LENGTH_PARTITOINED by JIMAHN · 12 years ago
  83. 6b59b2b changes in pOperators for issue 423 by pouria.pirzadeh · 12 years ago
  84. 6a5b907 Adding IPredicateEvaluator for issue 423 at hyracks level by pouria.pirzadeh@gmail.com · 12 years ago
  85. 64475bc Merge branch 'master' into vinayakb/resource_management by Vinayak Borkar · 12 years ago
  86. b43b762 fix asterixdb issue459 by buyingyi · 12 years ago
  87. abb867e fix asterixdb issue443 by buyingyi · 12 years ago
  88. 263ddb0 Merge branch 'master' into vinayakb/resource_management by Vinayak Borkar · 12 years ago
  89. b6df3b554 updated pom to include the generated source by JArod · 12 years ago
  90. e151410 Removed sort operations that comes before every insert/delete operator for secondary indexes as a fix for asterix issue 447. by salsubaiee · 12 years ago
  91. 1713d1a fix asterixdb issue51 by buyingyi · 12 years ago
  92. 95f3183 addressed young-seok's comments by buyingyi · 12 years ago
  93. 19e5644 address Vinayak's code review comments by buyingyi · 12 years ago
  94. a53269c fix asterixdb issue382 by buyingyi · 12 years ago
  95. e46016e revert the unrelavent part by buyingyi · 12 years ago
  96. 533e5a2 fix asterixdb issue428 by buyingyi · 12 years ago
  97. 40cc046 Added memory manager by Vinayak Borkar · 12 years ago
  98. 0aa3e0a address Madhu's review comments by buyingyi · 12 years ago
  99. b2ac921 fix for issue196 by buyingyi · 12 years ago
  100. d8ee5b5 Merge branch 'fullstack_lsm_staging' into fullstack_pregelix_fix by buyingyi · 12 years ago