1. 20a074d moved to Asterix project classes related to PersistentLocalResourceRepository by kisskys · 12 years ago
  2. 6ccde41 merged fullstack_asterix_stabilization -r3171:3236 --> fullstack_lsm_staging by zheilbron · 12 years ago
  3. a7ee757 merge -r3173:3188 https://hyracks.googlecode.com/svn/branches/fullstack_release_candidate@3234; merge -r 3209:3233 from trunk by buyingyi · 12 years ago
  4. 48632b4 Merge fullstack_hyracks_result_distribution to fullstack_asterix_stabilization. by madhusudancs@gmail.com · 12 years ago
  5. 88f4804 merged from fullstack_asterix_stabilization to fullstack_lsm_staging -r3100:3171 by kisskys · 12 years ago
  6. ccd9938 Merge fullstack_asterix_stabilization with fullstack_hyracks_result_distribution. by madhusudancs@gmail.com · 12 years ago
  7. 9506d18 Merged fullstack_asterix_stabilization -r 2933:3157 by vinayakb · 12 years ago
  8. 5f6e942 Fixed the optimizer test case failures in the result distribution branch by modifying the ExtractCommonOperatorsRule to consider the distribute_result operator. by salsubaiee · 12 years ago
  9. ee6a52c Merge fullstack_hyracks_result_distribution again to fullstack_asterix_stabilization. by madhusudancs@gmail.com · 12 years ago
  10. caf0833 Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution. by madhusudancs@gmail.com · 12 years ago
  11. f86be1c changes for merging from asterix_stabilization to asterix_lsm_stabilization (-r1055:1282) by kisskys · 12 years ago
  12. 1373c07 Move print newline back to PrinterBasedWriter because not all writers need this functionality. by madhusudancs@gmail.com · 12 years ago
  13. d6066cb Add the additional datasetIPAddress parameter required for the NCConfig in all the tests and implement the basic infrastructure required to run hyracks integration tests using ResultWriterOperatorDescriptor. by madhusudancs@gmail.com · 12 years ago
  14. 248afcb Style/Formatting fixes. by madhusudancs@gmail.com · 12 years ago
  15. 994601e Add DistributeResultOperator implementation that was missed. by madhusudancs@gmail.com · 12 years ago
  16. 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
  17. 16c7c77 Separate out WriteOperator and create a new DistributeResultOperator for result distribution. by madhusudancs@gmail.com · 12 years ago
  18. 1617d6c Implement a default result serializer factory provider in Algebricks. by madhusudancs@gmail.com · 12 years ago
  19. 4df32f6 merged fullstack_asterix_stabilization r3023:3038 to fullstack_lsm_staging by zheilbron · 12 years ago
  20. 8c6dcbc Bring back Java 1.7 source target config changes that got reverted with my branch commits. by madhusudancs@gmail.com · 12 years ago
  21. 86038a9 merge fullstack_asterix_stabilization r3022:3033 by buyingyi · 12 years ago
  22. 0dd4a06 Reverting the merge of fullstack_hyracks_result_distribution branch until all the tests pass. by madhusudancs@gmail.com · 12 years ago
  23. 5728a70 merged hyracks_lsm_tree and fullstack_asterix_stabilization by zheilbron · 12 years ago
  24. c03fb43 Merge fullstack_hyracks_result_distribution back to fullstack_asterix_stabilization. by madhusudancs@gmail.com · 12 years ago
  25. 1765c4e merge fullstack_asterix_stabilization r2964:3018 by buyingyi · 12 years ago
  26. bc168c8 clean up poms with fork=true by buyingyi · 12 years ago
  27. a9b0c5b Merged fullstack_asterix_stabilization -r 2813:2933 by vinayakb · 12 years ago
  28. f6e0a80 Merged fullstack_staging -r 2808:2812 by vinayakb · 12 years ago
  29. a5ed515 Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution. by madhusudancs@gmail.com · 12 years ago
  30. 454e850 Update Java version to 1.7 in all the pom.xml files. by madhusudancs@gmail.com · 12 years ago
  31. ca27294 Fix the tests and code to support server side serialization. by madhusudancs@gmail.com · 12 years ago
  32. 76c0791 The tuple printer should not print newline, the caller can do it by itself. by madhusudancs@gmail.com · 12 years ago
  33. e4551ab Remove the usage of "Appender" from result serializer interfaces because we do not want those implementations to ByteBuffer frames anymore. by madhusudancs@gmail.com · 12 years ago
  34. 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
  35. e5b8fab Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution. by madhusudancs@gmail.com · 12 years ago
  36. 5472b8c disable activity cluster plannign by buyingyi · 12 years ago
  37. ee7b3c5 fix introduce group-by combiner rule by buyingyi · 12 years ago
  38. 58f5056 Merge fullstack_asterix_stabilization into fullstack_hyracks_result_distribution branch. by madhusudancs@gmail.com · 12 years ago
  39. 7990356 Implement the support in Algebricks to instantiate a result writer operator. by madhusudancs@gmail.com · 12 years ago
  40. 6d90e3e Style and documentation fixes. by madhusudancs@gmail.com · 12 years ago
  41. 1b2f548 Improved common subexpression elimination to speed up rares-style fuzzy joins. Fixed a bug. Code reviewed by Yingyi. by alexander.behm · 12 years ago
  42. d5bdffa Merged fullstack_staging -r 2426:2786 by vinayakb · 12 years ago
  43. 0e30aed Merged hyracks_asterix_stabilization_left_outer_join by vinayakb · 12 years ago
  44. 5d8a2f2 Merged hyracks_asterix_stabilization_yfix r2529, r2551, r2564, r2575, r2576, r2577, r2584, and r2597 by vinayakb · 12 years ago
  45. 5bbba12 Merged hyracks_asterix_stabilization -r 2355:2733 by vinayakb · 12 years ago
  46. 7cf2405 change optimization config by buyingyi · 12 years ago
  47. 9e7ab37 Fixed Algebricks and Hivesterix to be consistent with Hyracks changes by vinayakb · 12 years ago
  48. 70c821c [maven-release-plugin] prepare for next development iteration by vinayakb · 12 years ago
  49. 4a6309b [maven-release-plugin] prepare release fullstack-0.2.2 by vinayakb · 12 years ago
  50. e3288f4 Added distribution management to all POMs by vinayakb · 12 years ago
  51. 6390e6b [maven-release-plugin] rollback the release of fullstack-0.2.2 by vinayakb · 12 years ago
  52. 7a8cb26 [maven-release-plugin] prepare for next development iteration by vinayakb · 12 years ago
  53. 671f31b [maven-release-plugin] prepare release fullstack-0.2.2 by vinayakb · 12 years ago
  54. 5570ea3 [maven-release-plugin] rollback the release of fullstack-0.2.2 by vinayakb · 12 years ago
  55. 5d149c3 [maven-release-plugin] prepare for next development iteration by vinayakb · 12 years ago
  56. 551fd7d [maven-release-plugin] prepare release fullstack-0.2.2 by vinayakb · 12 years ago
  57. 8d79d16 add a name to all hyracks subprojects by buyingyi · 12 years ago
  58. 36016dc Hoisted algebricks as a top-level project in fullstack by vinayakb · 12 years ago