1. d860495 revert the referenceentry change by buyingyi · 11 years ago
  2. dccd21f address Vinayak's code review comments by buyingyi · 11 years ago
  3. 32d371e avoid ByteBuffer.getInt() call in FrameSorter and FrameTupleAccessor to improve the performance by buyingyi · 11 years ago
  4. 6ab4b50 1. simply activity cluster planner for all-producers-to-all-consumers kind of connectors; 2. lower the NC task threads' priority by buyingyi · 11 years ago
  5. 00aff89 fix for issue 582 submitted by Vinayak: NonDeterministicChannelReader is now fair with all channels. by salsubaiee · 11 years ago
  6. 6476fc1 Merge branch 'master' into yingyi/fullstack_fix by buyingyi · 11 years ago
  7. ba2e458 replace quick sort with merge sort by buyingyi · 11 years ago
  8. f2f8a13 Merge branch 'master' into pouria/fix-OptzHHJ by pouria.pirzadeh · 11 years ago
  9. 25de530 Finalizing changes to fix OptimizedHashJoin by pouria.pirzadeh · 11 years ago
  10. 2b0b61f fix the quick sort corner case by random shuffling the pointer array by buyingyi · 11 years ago
  11. da0a4e5 Changes to fix NPE in tpch SF=1 with OptzHHJ by pouria.pirzadeh · 11 years ago
  12. 9eb0d16 Addressed code review comments. by salsubaiee · 12 years ago
  13. 513b32f Added a single activity materializing operator. by salsubaiee · 12 years ago
  14. fe8c141 Merged master by Vinayak Borkar · 12 years ago
  15. c85d19f Merge branch 'master' of https://code.google.com/p/hyracks by Till Westmann · 12 years ago
  16. 276bbc2 add/update license headers by Till Westmann · 12 years ago
  17. 9322557 Add an additional parameter to ResultWriter operator to take the query or job's execution mode, synchronous or asynchronous as the boolean parameter. by Madhusudan.C.S · 12 years ago
  18. 62cccfd Merged in master by Vinayak Borkar · 12 years ago
  19. 444717a removing conflicts in inMemoryHashJoin.java by pouria.pirzadeh · 12 years ago
  20. 6a5b907 Adding IPredicateEvaluator for issue 423 at hyracks level by pouria.pirzadeh@gmail.com · 12 years ago
  21. 290e635 Merge branch 'master' into salsubaiee/master_fix_asterix_issue_460 by salsubaiee · 12 years ago
  22. 4b44f8e Pouria's fix for the case of empty build branch in hybrid hash join (the left-outer join case) by buyingyi · 12 years ago
  23. 66eb39f Merge branch 'master' into vinayakb/resource_management by Vinayak Borkar · 12 years ago
  24. b46d539 Applied Yingyi's review comments by Vinayak Borkar · 12 years ago
  25. f6b5195 Throws HyracksDataException with appropriate error message when a tuple larger than frame size is appended by Vinayak Borkar · 12 years ago
  26. 1f18bfa Added exceptions to method signatures by Vinayak Borkar · 12 years ago
  27. cb04672 LSM indexes now operatos in a single IODevice (the device id is passed from asterix). by salsubaiee · 12 years ago
  28. 263ddb0 Merge branch 'master' into vinayakb/resource_management by Vinayak Borkar · 12 years ago
  29. 7797477 using apache commons to safely remove directory; previous version was unsafe by zheilbron · 12 years ago
  30. 2416543 added file remove operator by zheilbron · 12 years ago
  31. 40cc046 Added memory manager by Vinayak Borkar · 12 years ago
  32. dce09db merge back the fix for join probe files clean up after job is finished (reviewed by Yingyi) by pouria.pirzadeh@gmail.com · 12 years ago
  33. 88f4804 merged from fullstack_asterix_stabilization to fullstack_lsm_staging -r3100:3171 by kisskys · 12 years ago
  34. caf0833 Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution. by madhusudancs@gmail.com · 12 years ago
  35. cbcd73b Style fix in result writer operator. by madhusudancs@gmail.com · 12 years ago
  36. 20403e2 ResultWriterOperator should provide the record descriptor of its input buffers at run time to serializer and it shouldn't be statically provided to the factory provider at static query compilation time. by madhusudancs@gmail.com · 12 years ago
  37. 5728a70 merged hyracks_lsm_tree and fullstack_asterix_stabilization by zheilbron · 12 years ago
  38. 1374e75 Define an init method for the serializer and call it in result writer's open method. by madhusudancs@gmail.com · 12 years ago
  39. 1822817 Refactor ResultWriterOperatorDescriptor to use the new interface names and use the rewritten FrameOutput with different arguments to be passed. by madhusudancs@gmail.com · 12 years ago
  40. ba89d0b Remove the usage of serialized descriptor. by madhusudancs@gmail.com · 12 years ago
  41. ffc49ae To be able to serialize the results on the server side obtain the printer factories for the results and pass it to the result handling metadataprovider run time. by madhusudancs@gmail.com · 12 years ago
  42. e5b8fab Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution. by madhusudancs@gmail.com · 12 years ago
  43. e08b1cb Fix for Role Reversal Optimization in Optimized HHJ by pouria.pirzadeh@gmail.com · 12 years ago
  44. 58f5056 Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution branch. by madhusudancs@gmail.com · 12 years ago
  45. a1e56ce Teach result writer operator about the record descriptor. by madhusudancs@gmail.com · 12 years ago
  46. 0e30aed Merged hyracks_asterix_stabilization_left_outer_join by vinayakb · 12 years ago
  47. 5d8a2f2 Merged hyracks_asterix_stabilization_yfix r2529, r2551, r2564, r2575, r2576, r2577, r2584, and r2597 by vinayakb · 12 years ago
  48. 75fd920 Add a parameter for the ResultWriterOperatorDescriptor to support ordered result distribution. by madhusudancs · 12 years ago
  49. a5b45f5 Add support for registering the result set id with the ResultWriterOperatorDescriptor. by madhusudancs · 12 years ago
  50. 1b6cfde Update the ResultWriterOperatorDescriptor to work with the new network layer implementation. by madhusudancs · 12 years ago
  51. 68a18f5 Implement a basic ResultWriterOperatorDescriptor. by madhusudancs · 12 years ago
  52. 0c86039 Copied hyracks trunk into fullstack by vinayakb · 12 years ago