1. e915e8c Change Java package from edu.uci.ics to org.apache by Ian Maxon · 9 years ago
  2. 9939b48 Change folder structure for Java repackage by Ian Maxon · 9 years ago
  3. 137fc3b Add Apache RAT License Auditor plugin, and fix missing licenses by Ian Maxon · 9 years ago
  4. 0d87a57 VariableSizeFrame(VSizeFrame) support for Hyracks. by JavierJia · 9 years ago
  5. 9a8ab49 Fix the HashFunction Bug in OptimizedHybridHashJoinOperatorDescriptor by JavierJia · 9 years ago
  6. 7f7c573 Add a flag for LSM-based indices to indicate whether force pages to disk devices during flush and merge. by buyingyi · 9 years ago
  7. 9b9f7c5 Range connector update with order by hint. by Eldon Carman · 9 years ago
  8. ec8d7a2 Issue 867: Handle delimited files using CR-only line separators by Chris Hillery · 9 years ago
  9. 9b3b546 - Fixed Type Casting issue by Taewoo Kim · 10 years ago
  10. e0f048d - Fixed Type Casting issue by Taewoo Kim · 10 years ago
  11. 97acfe5 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 10 years ago
  12. 0c62ede [maven-release-plugin] prepare release fullstack-0.2.15 by Ian Maxon · 10 years ago fullstack-0.2.15
  13. 0bad0f5 avoid duplication of Pointable code in SerializerDeserializer by Till Westmann · 10 years ago
  14. 5dc4d2e Adding hash join logging comments. by Eldon Carman · 10 years ago
  15. e82f811 Add license info so it is visible to maven by Ian · 10 years ago
  16. a4e52b0 Moved MaterializeOperator and NestedSubplanToJoinRule to Hyracks. by Eldon Carman · 10 years ago
  17. ce8ee31 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 10 years ago
  18. db37e07 [maven-release-plugin] prepare release fullstack-0.2.14 by Ian Maxon · 10 years ago fullstack-0.2.14
  19. 15a7d14 This change list includes several fixes: by buyingyi · 10 years ago
  20. eee859a Change default Hadoop version to 2.2.0 by Ian · 10 years ago
  21. 6cbcf01 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 10 years ago
  22. 1f30d4e [maven-release-plugin] prepare release fullstack-0.2.13 by Ian Maxon · 10 years ago fullstack-0.2.13
  23. 4a5d8ff Fixed CSV parser to recognize quote and delimiter inside a string. by Taewoo Kim · 10 years ago
  24. 486b792 - Added Tokenize Operator in addition to the bulkload operator changes that were made by Zachary Heilbron. by Taewoo Kim · 10 years ago
  25. f6596f2 Added replicate operator with materialization by icetindil · 10 years ago
  26. 46fee83 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 10 years ago
  27. ff2ef98 [maven-release-plugin] prepare release fullstack-0.2.12 by Ian Maxon · 10 years ago fullstack-0.2.12
  28. 63e354a Several bug fixes in HHJ, NLJ, and tokenizer by icetindil · 10 years ago
  29. 0622e8e Several major changes in hyracks: by Yingyi Bu · 10 years ago
  30. 79b4c82 [maven-release-plugin] prepare for next development iteration by Zachary Heilbron · 10 years ago
  31. 423f4c6 [maven-release-plugin] prepare release fullstack-0.2.11 by Zachary Heilbron · 10 years ago
  32. e5f5676 Merge branch 'ceej/tiered-tests' - consolidated surefire configuration, by Chris Hillery · 11 years ago
  33. 0552c4a small improvements - scan disk files less often - some small cleanup by Till Westmann · 11 years ago
  34. 4fc647c Consolidate surefire config into top-level pom by Chris Hillery · 11 years ago
  35. b779e71 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
  36. 9c83200 [maven-release-plugin] prepare release fullstack-0.2.10 by Vinayak Borkar · 11 years ago
  37. 3d94fc5 Merge branch 'master' into pouria/fix-memory by pouria.pirzadeh · 11 years ago
  38. af6f94c Fixed a bug on unclosed running aggregation runtime; fixed an issue on by JArod · 11 years ago
  39. 31a29b7 Merge branch 'master' into yingyi/fullstack_fix by buyingyi · 11 years ago
  40. c03435d checkpoint: addressed Vinayak's review comments by JArod · 11 years ago
  41. e23f041 Merge branch 'master' into pouria/fix-memory by pouria.pirzadeh · 11 years ago
  42. 465f68b merged master back by JArod · 11 years ago
  43. ece0fd1 checkpoint: added support on running aggregation using group-by runtime. by JArod · 11 years ago
  44. 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
  45. 9835bdf revert error message printing by buyingyi · 11 years ago
  46. 1471549 fix the cache miss problem in the sort merge reader by buyingyi · 11 years ago
  47. d860495 revert the referenceentry change by buyingyi · 11 years ago
  48. dccd21f address Vinayak's code review comments by buyingyi · 11 years ago
  49. 32d371e avoid ByteBuffer.getInt() call in FrameSorter and FrameTupleAccessor to improve the performance by buyingyi · 11 years ago
  50. 8f475a3 code clean-up before commit by pouria.pirzadeh · 11 years ago
  51. 889f7e6 Changes to fix memory leak in Join operators by pouria.pirzadeh · 11 years ago
  52. 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
  53. 6f8257d changes for memory management by pouria.pirzadeh · 11 years ago
  54. f2d5c2c Merge branch 'master' into jarodwen/features/positionvar_local by JArod · 11 years ago
  55. 77aad6b try to fix memory leak issue by JArod · 11 years ago
  56. 00aff89 fix for issue 582 submitted by Vinayak: NonDeterministicChannelReader is now fair with all channels. by salsubaiee · 11 years ago
  57. 6476fc1 Merge branch 'master' into yingyi/fullstack_fix by buyingyi · 11 years ago
  58. ba2e458 replace quick sort with merge sort by buyingyi · 11 years ago
  59. f2f8a13 Merge branch 'master' into pouria/fix-OptzHHJ by pouria.pirzadeh · 11 years ago
  60. 25de530 Finalizing changes to fix OptimizedHashJoin by pouria.pirzadeh · 11 years ago
  61. 2b0b61f fix the quick sort corner case by random shuffling the pointer array by buyingyi · 11 years ago
  62. da0a4e5 Changes to fix NPE in tpch SF=1 with OptzHHJ by pouria.pirzadeh · 11 years ago
  63. 0f63d8b [maven-release-plugin] prepare for next development iteration by buyingyi · 11 years ago
  64. 8b301e7 [maven-release-plugin] prepare release fullstack-0.2.9 by buyingyi · 11 years ago
  65. 585abfa [maven-release-plugin] rollback the release of fullstack-0.2.9 by buyingyi · 11 years ago
  66. 1cf801c [maven-release-plugin] prepare for next development iteration by buyingyi · 11 years ago
  67. 8ef21fa [maven-release-plugin] prepare release fullstack-0.2.9 by buyingyi · 11 years ago
  68. 9eb0d16 Addressed code review comments. by salsubaiee · 11 years ago
  69. 513b32f Added a single activity materializing operator. by salsubaiee · 11 years ago
  70. aeba25c [maven-release-plugin] prepare for next development iteration by buyingyi · 11 years ago
  71. 54d003f [maven-release-plugin] prepare release fullstack-0.2.8 by buyingyi · 11 years ago
  72. 814b302 [maven-release-plugin] rollback the release of fullstack-0.2.8 by buyingyi · 11 years ago
  73. b5a254d [maven-release-plugin] prepare release fullstack-0.2.8 by buyingyi · 11 years ago
  74. 3e3cf87 [maven-release-plugin] rollback the release of fullstack-0.2.8 by buyingyi · 11 years ago
  75. b953ee9 [maven-release-plugin] prepare for next development iteration by buyingyi · 11 years ago
  76. b83b3b0 [maven-release-plugin] prepare release fullstack-0.2.8 by buyingyi · 11 years ago
  77. 8210a97 [maven-release-plugin] prepare for next development iteration by buyingyi · 11 years ago
  78. 7833f6d [maven-release-plugin] prepare release fullstack-0.2.7 by buyingyi · 11 years ago
  79. fe8c141 Merged master by Vinayak Borkar · 11 years ago
  80. 706863b [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
  81. 55e8f8c [maven-release-plugin] prepare release fullstack-0.2.6 by Vinayak Borkar · 11 years ago
  82. c85d19f Merge branch 'master' of https://code.google.com/p/hyracks by Till Westmann · 11 years ago
  83. 276bbc2 add/update license headers by Till Westmann · 11 years ago
  84. 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 · 11 years ago
  85. 62cccfd Merged in master by Vinayak Borkar · 11 years ago
  86. 444717a removing conflicts in inMemoryHashJoin.java by pouria.pirzadeh · 11 years ago
  87. 6a5b907 Adding IPredicateEvaluator for issue 423 at hyracks level by pouria.pirzadeh@gmail.com · 11 years ago
  88. 290e635 Merge branch 'master' into salsubaiee/master_fix_asterix_issue_460 by salsubaiee · 11 years ago
  89. 4b44f8e Pouria's fix for the case of empty build branch in hybrid hash join (the left-outer join case) by buyingyi · 11 years ago
  90. 66eb39f Merge branch 'master' into vinayakb/resource_management by Vinayak Borkar · 11 years ago
  91. b46d539 Applied Yingyi's review comments by Vinayak Borkar · 11 years ago
  92. f6b5195 Throws HyracksDataException with appropriate error message when a tuple larger than frame size is appended by Vinayak Borkar · 11 years ago
  93. 1f18bfa Added exceptions to method signatures by Vinayak Borkar · 11 years ago
  94. cb04672 LSM indexes now operatos in a single IODevice (the device id is passed from asterix). by salsubaiee · 11 years ago
  95. 263ddb0 Merge branch 'master' into vinayakb/resource_management by Vinayak Borkar · 11 years ago
  96. 7797477 using apache commons to safely remove directory; previous version was unsafe by zheilbron · 11 years ago
  97. 2416543 added file remove operator by zheilbron · 11 years ago
  98. 40cc046 Added memory manager by Vinayak Borkar · 11 years ago
  99. ccfbf41 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
  100. bdd3648 [maven-release-plugin] prepare release fullstack-0.2.5 by Vinayak Borkar · 11 years ago