1. 860fc2b Simplified job deserialization by vinayakb · 13 years ago
  2. 6874859 Created branch for scheduling changes by vinayakb · 13 years ago
  3. 1904d92 Fixed getter in AbstractExtensibleLogicalOperator.java by vinayakb · 13 years ago
  4. 3fbffa4 Merged hyracks_statistics -r 1371:1511 by vinayakb · 13 years ago
  5. d53a315 Minor code cleanup by vinayakb · 13 years ago
  6. b520bbc Cleaned up and fixed merge width calculation by vinayakb · 13 years ago
  7. 5d7575e Fixed mergeWidth computation in merger by vinayakb · 13 years ago
  8. 0798e9e Fixed bug in merger by vinayakb · 13 years ago
  9. 64b8277 Fixed Binary search implementation to return the insert location for items that are not found by vinayakb · 13 years ago
  10. 6269bc1 Fixed merging strategy by vinayakb · 13 years ago
  11. d72fcda Eliminated RuntimeContext. Replaced with IHyracksTaskContext by vinayakb · 13 years ago
  12. 2eb41ce Added factories for inspectors by vinayakb · 13 years ago
  13. 8a4aa24 Modified evaluator factories to receive task context. Added the ability to attach global job state that is distributed to node controllers. by vinayakb · 13 years ago
  14. 8acc507 Modified Algebricks to use the new IExpressionRuntimeProvider interface natively by vinayakb · 13 years ago
  15. 3313eea Added more methods to UTF8StringPointable by vinayakb · 13 years ago
  16. 2b1b74c Renamed interfaces by vinayakb · 13 years ago
  17. b4c3c4c Added IExpressionRuntimeProvider by vinayakb · 13 years ago
  18. e896494 Added non-copying interfaces by vinayakb · 13 years ago
  19. 579841f rename runtime aggregation and unnest function interfaces by buyingyi · 13 years ago
  20. d4108c0 rename IEvaluatorFactory and IEvaluator to ICopyEvaluatorFactory and ICopyEvaluator by buyingyi · 13 years ago
  21. a147ad3 Fixed stop() to shutdown everything so that the JVM can terminate by vinayakb · 13 years ago
  22. ca81db6 Added UTF8StringWriter to create UTF8 binary data from CharSequence. Added some convenience methods to UTF8StringPointable. by vinayakb · 13 years ago
  23. 5240edf refactor IValueReference and IPointable interfaces by buyingyi · 13 years ago
  24. c8da2ef Fixed name of Algebricks logger by vinayakb · 13 years ago
  25. e8cd927 Added a vector api and a binary search algorithm by vinayakb · 13 years ago
  26. 11e5a90 Fixed #73. Changed erroneous Main Class name in building scripts by vinayakb · 13 years ago
  27. 978a37f fix zero aggregation case: remove the if branch which added a dummy agg field by buyingyi · 13 years ago
  28. 9c2456c Fixed ports of examples to be 1098, the new default client net port by vinayakb · 13 years ago
  29. d9d7df2 Fixed race condition in OperatorEnvironmentImpl, Issue #70 by vinayakb · 13 years ago
  30. 9444de0 Reintegrated hyracks_fix_asterix_issue_9 after Vinayak's review. by alexander.behm · 13 years ago
  31. f8a63c2 Took care of Vinayak's review. by alexander.behm · 13 years ago vault/hyracks_fix_asterix_issue_9
  32. 3e29a1b Changes to algebricks interfaces to accommodate creation of asterix tuple filter for insert/delete jobs. Other minor fixes. by alexander.behm · 13 years ago
  33. 1c61d80 Propagating changes required to add a filter inside the index insert/delete op. by alexander.behm · 13 years ago
  34. 54e561b Minor fix I forgot. by alexander.behm · 13 years ago
  35. 0a91e45 Changed ITupleFilter to take an ITupleReference to be consistent with our evaluators. Hopefully we can change those interfaces to accept the more general ITupleReference to also push down sargable predicates. by alexander.behm · 13 years ago
  36. 7d5438a Added list of filter exprs to Algebricks IndexInsertDeleteOperator to be used for creating an ITupleFilter from the Asterix side. by alexander.behm · 13 years ago
  37. 1c554e4 Added ITupleFilter as a means to filter out tuples from index ops. Only added it only to the insert/delete op for now to fix Asterix issue 9. by alexander.behm · 13 years ago
  38. 2b3422b Added branch for fixing Asterix issue 9. by alexander.behm · 13 years ago
  39. 3465d50 Merged hyracks_fix_asterix_issue_113 after review from Zach. by alexander.behm · 13 years ago
  40. 6dfc433 Took care of Zach's comments. by alexander.behm · 13 years ago vault/hyracks_fix_asterix_issue_113
  41. e1fac8e Properly closing files in buffercache from index creation ops. by alexander.behm · 13 years ago
  42. 43bc1ee Throwing an error if file not found in index ops. We no longer just create such a file. by alexander.behm · 13 years ago
  43. d67ae18 Minor fixes. by alexander.behm · 13 years ago
  44. 2f23e2c Major cleanup of index operators. Added create operators for all indexes that must be executed before other operators can function properly. I believe the lazy index creation strategy is the root cause of issue 113. by alexander.behm · 13 years ago
  45. da179b5 Created branch for hyracks changes to fix Asterix issue 113. by alexander.behm · 13 years ago
  46. c03fb07 Applied changes from Alex's code review by vinayakb · 13 years ago
  47. bce73d5 Merged hyracks_algebricks_cleanup -r 1442:1443 by vinayakb · 13 years ago
  48. 7849b01 Refactored groupby operators by vinayakb · 13 years ago vault/hyracks_algebricks_cleanup
  49. 267bd8e Merged hyracks_algebricks_cleanup -r 1435:1440 by vinayakb · 13 years ago
  50. 176d486 Removed empty folder by vinayakb · 13 years ago
  51. 6374d3d Ignored Eclipse files by vinayakb · 13 years ago
  52. 057cd25 Split algebricks into finer projects by vinayakb · 13 years ago
  53. 061f25b Renamed algebricks runtime package by vinayakb · 13 years ago
  54. 38b7bcf Refactored JobSpecification by vinayakb · 13 years ago
  55. 8ff4bb8 Added JavaDocs for client visible code. by vinayakb · 13 years ago
  56. 1979b9c Re-created branch for algebricks cleanup by vinayakb · 13 years ago
  57. 2fdf338 Merged hyracks_algebricks_cleanup -r 1419:1420 by vinayakb · 13 years ago
  58. 7975273 Fixed erroneous sharing of object with IPC message by vinayakb · 13 years ago
  59. 02496a6 Fixed Assertion error when opening channels by vinayakb · 13 years ago
  60. 96bb3a2 Merged hyracks_asterix_stabilization -r 1417:1418 by vinayakb · 13 years ago
  61. 05fa48a Refactored some of the operators to separate operator descriptors from the node pushables by vinayakb · 13 years ago
  62. de814e6 Merged hyracks_asterix_stabilization_btree-fixes. by alexander.behm · 13 years ago
  63. 186ca5f Removed dependencies on hyracks-control-nc, as requested by Vinayak. by alexander.behm · 13 years ago vault/hyracks_asterix_stabilization_btree_fixes
  64. 798d1a8 Merged hyracks_asterix_stabilization. by alexander.behm · 13 years ago
  65. c8464f0 Fixed integration tests. by alexander.behm · 13 years ago
  66. 8572475 Undoing last commit, since it strangely added some unwanted files. Will give the merge anthoer try. by alexander.behm · 13 years ago
  67. 32a9a6b Merged hyracks_asterix_stabilization. by alexander.behm · 13 years ago
  68. 560e3c0 Completed rest of merge from hyracks_lsm_tree. by alexander.behm · 13 years ago
  69. ebf04ef Merged storage changes from hyracks_lsm_tree into this branch. Still need to merge integration tests. by alexander.behm · 13 years ago
  70. d78cdc2 Created branch for algebricks cleanup by vinayakb · 13 years ago
  71. a9e7249 Created branch for selectively merging important BTree fixes from hyracks_lsm_tree into ultimately hyracks_asterix_stabilization. by alexander.behm · 13 years ago
  72. c716d88 Added message to assertion failure by vinayakb · 13 years ago
  73. 528206d Fixed double serialization. Added logging to serializer. by vinayakb · 13 years ago
  74. 6cd1cdc Fixed bug in hash function to make sure that only non-negative values are returned by vinayakb · 13 years ago
  75. 15ded85 Added error reporting when connection is closed by vinayakb · 13 years ago
  76. 0306562 use sender side materialization policy for hash partitioning merging connector by buyingyi · 13 years ago
  77. f62a8de 1. check existence in add/addAll call in ListSet; 2. fix partition requirement coordinator: make sure different join branches have consistent variable ordering on partition keys by buyingyi · 13 years ago
  78. be33c4a Merged hyracks_dev_next -r 1321:1322 by vinayakb · 13 years ago
  79. 365ea9f Merged hyracks_dev_next -r 1314:1315 by vinayakb · 13 years ago
  80. aba4047 fix the wrong start offset: missing a '+ fieldSlotLength' by buyingyi · 13 years ago
  81. 725f3fc Added more logging to scheduler by vinayakb · 13 years ago
  82. 139e071 Disabled blocking on failure by vinayakb · 13 years ago
  83. c89ac27 Merged hyracks_dev_next -r 1291:1292, -r 1293:1310 by vinayakb · 13 years ago
  84. 0cc2e61 Created branch for stabilizing asterix by vinayakb · 13 years ago
  85. 84f714e [maven-release-plugin] prepare for next development iteration by vinayakb · 13 years ago vault/hyracks_asterix_stabilization@1309 vault/hyracks_external_gby_fix@1331 vault/hyracks_optimized_sort@1327
  86. 1372ba4 [maven-release-plugin] prepare release hyracks-0.2.0 by vinayakb · 13 years ago hyracks-0.2.0@1289
  87. ee0f457 Merged hyracks_dev_next -r 1287 into trunk by vinayakb · 13 years ago
  88. 461d9e8 Added tuple reference to VariableReferenceExpression by vinayakb · 13 years ago
  89. 821ba1e Merged BufferCache changes from hyracks_lsm_tree. This should fix the NPE in syncWrite, and the all-pages-are-pinned issues. by alexander.behm · 13 years ago
  90. 3789e22 Fixed an incorrect initialization of the priority queue in external group operator. The bug may cause incorrect merging results. by jarodwen · 13 years ago
  91. 49457c3 Merged r 1258:1259 from hyracks_isolation by vinayakb · 13 years ago
  92. 1b41abc Ignored eclipse files by vinayakb · 13 years ago vault/hyracks_isolation
  93. bd1b38f Merged r 1256:1257 from hyracks_isolation by vinayakb · 13 years ago
  94. 9138872 Grouped hyracks-control-* under hyracks-control by vinayakb · 13 years ago
  95. 2ae8184 Created branch for developing VM isolation features by vinayakb · 13 years ago
  96. c084d0a Fixed erroneous equals() and hashCode() by vinayakb · 13 years ago
  97. 6a50f65 Merged Pouria's sort and join optimizations branch into hyracks_dev_next by vinayakb · 13 years ago
  98. 092095a Removed unused data files by vinayakb · 13 years ago vault/hyracks_sort_join_opts
  99. 8f5a769 Merged hyracks_dev_next -r 601:1246 by vinayakb · 13 years ago
  100. 41974f0 Integrated more native MR operators and a Shuffle Connector by vinayakb · 13 years ago