1. bbf3930 Changed partitioning field in length-partitioned inverted indexes from integer to short. by alexander.behm · 12 years ago
  2. d974a5b merged hyracks_asterix_stabilization -r1913:1947 to hyracks_lsm_tree by zheilbron · 12 years ago
  3. 6e0f3fd merged hyracks_asterix_stabilization r1761:1778 by zheilbron · 12 years ago
  4. 3b89343 added validate() method for IIndexes. Currently only supported for BTree/LSM-BTree by zheilbron · 12 years ago
  5. 53eec67 merged hyracks_asterix_stabilization r1702:1723 by zheilbron · 12 years ago
  6. 60f0aba merged hyracks_asterix_stabilization r1658:1659, r1660:1661, r1671:1672, r1673:1680 by zheilbron · 12 years ago
  7. 034209b merged hyracks_asterix_stabilization r1592:1594 by zheilbron · 12 years ago
  8. 2b5c3f7 Merged hyracks_asterix_stabilization r1491:r1544. by alexander.behm · 12 years ago
  9. 1db59ff merged r1380:1386 from hyracks_asterix_stabilization by zheilbron · 12 years ago
  10. e74da94 merged r1274:1322 from hyracks_dev_next by zheilbron · 12 years ago
  11. 95bd76e merged r1207:1266 from hyracks_dev_next by zheilbron · 12 years ago
  12. 8f5a769 Merged hyracks_dev_next -r 601:1246 by vinayakb · 13 years ago
  13. 6faa8c4 Created a test framework for the RTree and added the corresponding tests. by salsubaiee · 13 years ago
  14. 184f71f Added test for LSMBTree tuple writers and references. Found and fixed a bug where antimatter tuples used more space than necessary. by alexander.behm · 13 years ago
  15. ddeb394 Merged hyracks_dev_next r1064:r1078. by alexander.behm · 13 years ago
  16. bc852d8 Fixed delete for LSM-BTree. All LSM-BTree tests pass. by alexander.behm · 13 years ago
  17. b8212cf Merged hyracks_dev_next into this branch. by alexander.behm · 13 years ago
  18. 3ecb012 cleanup merge hyracks_dev_next r847:977 by buyingyi · 13 years ago
  19. 9dfda07 merge hyracks_dev_next r847:977 by buyingyi · 13 years ago
  20. 84ff168 Updated the aggregator interfaces to use ArrayTupleBuilder; removed the state length calculator. by jarodwen · 13 years ago
  21. eeb6879 Cleaned up some synchronization by vinayakb · 13 years ago
  22. 1ad8e58 Optimized hash-partitioning for 1 partition case. Reduces resolution of frame profiling by vinayakb · 13 years ago
  23. 5bb7164 Added getFieldCount() call to RecordDescriptor by vinayakb · 13 years ago
  24. af02e75 Moved LSM-Tree code from grape into this branch. Modified code to make it compile (ported to new hyracks version). by alexander.behm · 13 years ago
  25. 8ec0f61 Fixed NC memory leak. Fixed duplicate job cleanup. Cleaned up data treatment in Hyracks by vinayakb · 13 years ago
  26. 3c13dfc Cleaning up BTree tests. by alexander.behm · 13 years ago
  27. 8a6ad29 Added BTreeUpdateSearch operator for Yingyi. by alexander.behm · 13 years ago
  28. 72a4aa3 Classes for the implementation of External Sorting with Replacement Selection. Contains classes for Sorting (with and wout limit) and memory management by pouria.pirzadeh@gmail.com · 13 years ago
  29. f90fcef Added javadocs by vinayakb · 13 years ago
  30. 44050ae Merged -r598:599 from trunk by vinayakb · 13 years ago
  31. c476921 Ignored Eclipse metadata files by vinayakb · 13 years ago
  32. a934ea9 Adding new files to HHJ code by pouria.pirzadeh@gmail.com · 13 years ago
  33. 5508fa4 Making HHJ Code Available for review by pouria.pirzadeh@gmail.com · 13 years ago
  34. e8fc473 Merged hyracks_dev_next into this branch. Fixed a bug in the BTree interior node where deletion would happen incorrectly if that node was the root, and if was last existing key was deleted. by alexander.behm · 13 years ago
  35. f46fefa Updated version of branch to 0.2.0-SNAPSHOT by vinayakb · 13 years ago
  36. 9f5d994 Finished cleaning up the BTreeNSMInteriorNode. by alexander.behm · 13 years ago
  37. 2d31b3a Removed MultiComparator from more API calls in ITreeIndexFrame. by alexander.behm · 13 years ago
  38. ff74107 Made IPrimitiveValueProviders an RTree internal thing for better encapsulation. Also removed them from MultiComparator in my quest to clean up the MultiComparator. by alexander.behm · 13 years ago
  39. f0fcc53 Fixed RTree after cleaning up TreeIndex interfaces. Fixed bugs in the BTree while doing more cleaning. by alexander.behm · 13 years ago
  40. 39bfd65 Removing eclipse junk files. by alexander.behm · 13 years ago
  41. 63132f8 Enabling all tests. by alexander.behm · 13 years ago
  42. 923d356 Finished BTree update. Improved BTree tests. by alexander.behm · 13 years ago
  43. e7e16c9 Added a bunch of utility functions and classes related to serdes, comparators and tuples. Finished new BTree insert test while laying the groundwork for the other new tests. by alexander.behm · 13 years ago
  44. 6708454 Refactoring BTree tests to reduce duplicate code and improve readability. by alexander.behm · 13 years ago
  45. 27ac5dc Reverted a change to the constructor definition by salsubaiee · 13 years ago
  46. f787877 Added fail() call to IFrameWriter by vinayakb · 13 years ago
  47. 294bd9d Allowed the r-tree to have keys of type double, float, or integer. by salsubaiee · 13 years ago
  48. d0f1ffb Merged 500:541 from trunk by vinayakb · 13 years ago
  49. caf7405 Merged r497:500 from trunk by vinayakb · 13 years ago
  50. 42c7054 Merged r436:440 from trunk by vinayakb · 13 years ago
  51. 1774c50 Merged r432 from trunk by vinayakb · 13 years ago
  52. 9d475a8 Merged -r 402 from trunk by vinayakb · 13 years ago
  53. 646e1ef Merged -r 356:400 from trunk by vinayakb · 13 years ago
  54. ceb312d Added sort-merge collector. tests pass by vinayakb · 13 years ago
  55. e809eb0 Partial commit. Code compiles, but not complete by vinayakb · 13 years ago
  56. 759fb5f Merged -r 330:354 from trunk by vinayakb · 14 years ago
  57. 74c7207 Merged r289:290 from the hyracks_io_management branch by vinayakb · 14 years ago
  58. 8024c92 [maven-release-plugin] prepare for next development iteration by vinayakb · 14 years ago
  59. e7388ac [maven-release-plugin] prepare release hyracks-0.1.3 by vinayakb · 14 years ago
  60. b19569f [maven-release-plugin] rollback the release of hyracks-0.1.3 by vinayakb · 14 years ago
  61. b1aa280 [maven-release-plugin] prepare for next development iteration by vinayakb · 14 years ago
  62. 53275ce [maven-release-plugin] prepare release hyracks-0.1.3 by vinayakb · 14 years ago
  63. f75b793 Merged online_aggregation @186:220 by vinayakb · 14 years ago
  64. d6776ae Added IntegerNormalizedKeyComputer by vinayakb · 14 years ago
  65. 8134053 Changed WritableComparingComparatorFactory to use RawComparator. Changed FrameTupleAppender to accept IFrameTupleAccessor. by vinayakb · 14 years ago
  66. 21dcd60 Fixed bug in IntegerParserFactory by vinayakb · 14 years ago
  67. 424e1ae Optimized in-memory sorting. Added Eclipse project files by vinayakb · 14 years ago
  68. bfc33cf [maven-release-plugin] prepare for next development iteration by vinayakb · 14 years ago
  69. abd5142 [maven-release-plugin] prepare release hyracks-0.1.2 by vinayakb · 14 years ago
  70. 97ceca9 Refactored IOperatorNodePushable to be extended for multiple inputs by vinayakb · 14 years ago
  71. 6fe3943 changed btree api to use ITupleReference instead of byte[] but still assuming length is present in serialized fields (will fix next) by alexander.behm · 14 years ago
  72. 0027ad9b Added ITupleReference by vinayakb · 14 years ago
  73. 824a36d Added flush call to IFrameWriter by vinayakb · 14 years ago
  74. be6efa1 Moved repository to obelix. Added TupleReference classes by vinayakb · 14 years ago
  75. 7e5f1c2 Added reset call to ArrayBackedValueStorage by vinayakb · 14 years ago
  76. 0e1b1b0 [maven-release-plugin] prepare for next development iteration by vinayakb · 14 years ago
  77. 6d5bb82 [maven-release-plugin] prepare release hyracks-0.1.1 by vinayakb · 14 years ago
  78. 9de6fec Added data accessors to help with binary data handling by vinayakb · 14 years ago
  79. 72cc822 Moved to filescanners that do not need object construction by vinayakb · 14 years ago
  80. 28cc83e Added parent POM info by vinayakb · 14 years ago
  81. 2b1ef15 Added distribution management. Bumped version to 0.1.1-SNAPSHOT by vinayakb · 14 years ago
  82. 32c3869 Added application support. Added examples. Added CLI by vinayakb · 14 years ago
  83. 47c2f43 Renamed packages in dataflow-common by vinayakb · 14 years ago
  84. e3569a2 Fixed missing source folder by vinayakb · 14 years ago
  85. 847471c Refactored Hyracks into runtime/dataflow-common/dataflow-std/server by vinayakb · 14 years ago