1. f9f918a SQL++ support in Algebricks: by Yingyi Bu · 9 years ago
  2. 8af1963 ASTERIXDB-1145: Fix error propagating in operators/connectors: by Yingyi Bu · 9 years ago
  3. 4c31457 ASTERIXDB-1145: Fix error reporting in AlgebricksMetaOperatorDescriptor to avoid undeterministic behaviors. by Yingyi Bu · 9 years ago
  4. 26c3b53 ASTERIXDB-1102: VarSize Encoding to store length of String and ByteArray by JavierJia · 9 years ago
  5. 492b6fe Adapted Inline Variable rules to allow functions that are treated as constant at runtime to be inlineable by Steven Jacobs · 9 years ago
  6. 5ae0df8 ASTERIXDB-1136: Make Java compiler target configurable via profile by Ian Maxon · 9 years ago
  7. 87428ba ASTERIXDB-1002: Fix exception handling in EmptyTupleSourceRuntimeFactory by Ildar Absalyamov · 9 years ago
  8. c4118bd ASTERIXDB-221: reduce unneceesary partitioning for hash joins. by Yingyi Bu · 9 years ago
  9. 9c569a2 ASTERIXDB-1002: Fix exception handling in EmptyTupleSourceRuntimeFactory by Murtadha Hubail · 9 years ago
  10. d4daeb4 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
  11. 2eb6e71 [maven-release-plugin] prepare release fullstack-0.2.16-incubating by Ian Maxon · 9 years ago fullstack-0.2.16-incubating
  12. d885779 Change license headers by Ian Maxon · 9 years ago
  13. b86e439 Revert "[maven-release-plugin] prepare release fullstack-0.2.16-incubating" by Ian Maxon · 9 years ago
  14. 4dc691a Revert "[maven-release-plugin] prepare for next development iteration" by Ian Maxon · 9 years ago
  15. c30fa93 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
  16. d858943 [maven-release-plugin] prepare release fullstack-0.2.16-incubating by Ian Maxon · 9 years ago
  17. 1b4d08e Revert "[maven-release-plugin] prepare release fullstack-0.2.16-incubating" by Ian Maxon · 9 years ago
  18. 45cb1ce Revert "[maven-release-plugin] prepare for next development iteration" by Ian Maxon · 9 years ago
  19. 8b4b9d4 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
  20. 34b4854 [maven-release-plugin] prepare release fullstack-0.2.16-incubating by Ian Maxon · 9 years ago
  21. 69caeb3 Remove errant <distributionManagement> tags by Ian Maxon · 9 years ago
  22. e915e8c Change Java package from edu.uci.ics to org.apache by Ian Maxon · 9 years ago
  23. 9939b48 Change folder structure for Java repackage by Ian Maxon · 9 years ago
  24. 4db4f57 Abstracting algebricks rules out of AsterixDB. by Preston Carman · 9 years ago
  25. 137fc3b Add Apache RAT License Auditor plugin, and fix missing licenses by Ian Maxon · 9 years ago
  26. 367756a Changes to support Feeds 2.0 (random partitioning of tuples) by ramangrover29 · 9 years ago
  27. 0d87a57 VariableSizeFrame(VSizeFrame) support for Hyracks. by JavierJia · 9 years ago
  28. 0e5d531 Algebricks fix for issue 873. by Yingyi Bu · 9 years ago
  29. 3471c7b allow counter to reset from a start by Yingyi Bu · 9 years ago
  30. 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
  31. 9b9f7c5 Range connector update with order by hint. by Eldon Carman · 9 years ago
  32. 4cc7018 Implementation of Union by kereno · 10 years ago
  33. 38dea13 Added abstract class for internal\external dataset scans. by Ildar Absalyamov · 10 years ago
  34. 81b1501 This change allows setting a local ordering property for assign operators. it is needed when variables that are created in the assign operator are sorted by Abdullah Alamoudi · 10 years ago
  35. e0f048d - Fixed Type Casting issue by Taewoo Kim · 10 years ago
  36. 97acfe5 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 10 years ago
  37. 0c62ede [maven-release-plugin] prepare release fullstack-0.2.15 by Ian Maxon · 10 years ago fullstack-0.2.15
  38. 0bad0f5 avoid duplication of Pointable code in SerializerDeserializer by Till Westmann · 10 years ago
  39. 5dc4d2e Adding hash join logging comments. by Eldon Carman · 10 years ago
  40. 82609d9 Fix issue849. by buyingyi · 10 years ago
  41. 97a52d1 Hyracks fix for issue 838. This commit adds a rule that takes assigns out of subplans when the assigns only involve free variables by Steven Jacobs · 10 years ago
  42. 4e9ea85 1. Tracks the variables coming from the outer branch of loj to later decide whether they are still nullable by buyingyi · 10 years ago
  43. d000771 Add ability to configure network ports for NCs and CC. by Chris Hillery · 10 years ago
  44. e1413cc Fix issue 562. by buyingyi · 10 years ago
  45. 7527bbb Eliminate trivial subplan (e.g., a NTS only plan) in EliminateSubplanRule. by buyingyi · 10 years ago
  46. e82f811 Add license info so it is visible to maven by Ian · 10 years ago
  47. 8f33513 Changes in this CL include: by buyingyi · 10 years ago
  48. a4e52b0 Moved MaterializeOperator and NestedSubplanToJoinRule to Hyracks. by Eldon Carman · 10 years ago
  49. ce8ee31 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 10 years ago
  50. db37e07 [maven-release-plugin] prepare release fullstack-0.2.14 by Ian Maxon · 10 years ago fullstack-0.2.14
  51. 15a7d14 This change list includes several fixes: by buyingyi · 10 years ago
  52. 42542e2 Fix the data property inference: by buyingyi · 10 years ago
  53. e35715f Changes to fix issue 802 by Young-Seok · 10 years ago
  54. 6cbcf01 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 10 years ago
  55. 1f30d4e [maven-release-plugin] prepare release fullstack-0.2.13 by Ian Maxon · 10 years ago fullstack-0.2.13
  56. 486b792 - Added Tokenize Operator in addition to the bulkload operator changes that were made by Zachary Heilbron. by Taewoo Kim · 10 years ago
  57. f6596f2 Added replicate operator with materialization by icetindil · 10 years ago
  58. c818741 Consider opaqueParameters in AbstractFunctionCallExpression equals&hashcode methods to make casting operators with the same argument distinguishable by Ildar Absalyamov · 10 years ago
  59. bf664f4 Adding plot of Algebricks plan by kereno · 10 years ago
  60. 46fee83 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 10 years ago
  61. ff2ef98 [maven-release-plugin] prepare release fullstack-0.2.12 by Ian Maxon · 10 years ago fullstack-0.2.12
  62. 09da56b Added LSM component-level filters for all indexes. by salsubaiee · 10 years ago
  63. c6d9386 1. make limit operator work in nested plan by Yingyi Bu · 10 years ago
  64. 40508e8 Adding external indexes by Abdullah Alamoudi · 10 years ago
  65. 26c6bb6 1. fix asterixdb issue 782 by Yingyi Bu · 10 years ago
  66. 4191a5f The Hyracks issue #137 shows a hard coded value. The solution was to create a by Eldon Carman · 10 years ago
  67. 0622e8e Several major changes in hyracks: by Yingyi Bu · 10 years ago
  68. 699f8e8 fixed issue 731, 740, and more by Young-Seok · 10 years ago
  69. 79b4c82 [maven-release-plugin] prepare for next development iteration by Zachary Heilbron · 10 years ago
  70. 423f4c6 [maven-release-plugin] prepare release fullstack-0.2.11 by Zachary Heilbron · 10 years ago
  71. e5f5676 Merge branch 'ceej/tiered-tests' - consolidated surefire configuration, by Chris Hillery · 11 years ago
  72. 41de8d1 Merge branch 'master' of https://code.google.com/p/hyracks into icetindil/frame_size by icetindil · 11 years ago
  73. 7ca932f fix for issue #732 by icetindil · 11 years ago
  74. aa9879d better pretty printing by Till Westmann · 11 years ago
  75. 6237e7a Merge branch 'master' into ceej/tiered-tests by Chris Hillery · 11 years ago
  76. b531ce3 Explicit dependency on JUnit 4.8.1 where necessary to build by Chris Hillery · 11 years ago
  77. dd3096e Merge branch 'master' of https://code.google.com/p/hyracks into ceej/tiered-tests by Chris Hillery · 11 years ago
  78. 4fc647c Consolidate surefire config into top-level pom by Chris Hillery · 11 years ago
  79. 21a3711 fixing issue #352 by icetindil · 11 years ago
  80. 87a9555 re-create a constructor for AlgebricksOptimizationContext that takes the "old" parameters by Till Westmann · 11 years ago
  81. c47e5b3 pretty print more expressions by Till Westmann · 11 years ago
  82. 500b25b add visitor to pretty-print expressions by Till Westmann · 11 years ago
  83. b779e71 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
  84. 9c83200 [maven-release-plugin] prepare release fullstack-0.2.10 by Vinayak Borkar · 11 years ago
  85. 92de360 Merge branch 'master' into zheilbron/hyracks_msr_demo by zheilbron · 11 years ago
  86. 6a30f60 removed repetitive comment by ramangrover29 · 11 years ago
  87. f4e8743 formatting by Raman Grover · 11 years ago
  88. 8108472 reformatting by Raman Grover · 11 years ago
  89. d020cea ensure proper partitioning strategy for operators beneath datasourcescan by zheilbron · 11 years ago
  90. cbf79d8 Merge branch 'master' into zheilbron/hyracks_msr_demo by zheilbron · 11 years ago
  91. 249f480 Merge branch 'master' into raman/master_feeds by Raman Grover · 11 years ago
  92. df9830b reverted the change of removing adjacent exchange operators by JArod · 11 years ago
  93. 2f1f1df Fixed a bug on unclosed running aggregation runtime; fixed an issue on by JArod · 11 years ago
  94. 7d85059 Fixed the incorrect exchange merging introduced by the previous commit; by JArod · 11 years ago
  95. 486adf9 Fixed a bug on omitted order by columns when added an exchange operator by JArod · 11 years ago
  96. af6f94c Fixed a bug on unclosed running aggregation runtime; fixed an issue on by JArod · 11 years ago
  97. 6f95cab do not apply PullSelectOutOfEqJoin for LOJ by icetindil · 11 years ago
  98. 71267de Merge branch 'master' into zheilbron/hyracks_msr_demo by zheilbron · 11 years ago
  99. c7389ac ensure limits are copied down as far as possible and not through select operators by zheilbron · 11 years ago
  100. fa70521 don't inline non-functional functions by zheilbron · 11 years ago