1. 1fda6bc ASTERIXDB-1120: Fix sub-project builds. by Chris Hillery · 9 years ago
  2. 9c569a2 ASTERIXDB-1002: Fix exception handling in EmptyTupleSourceRuntimeFactory by Murtadha Hubail · 9 years ago
  3. 9295be1 Let a run file reader have an option to delete the run file after it is read. by Yingyi Bu · 9 years ago
  4. 017fdfe Set the priority of the following threads to be Thread.MAX_PRIORITY: by Yingyi Bu · 9 years ago
  5. d4daeb4 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
  6. 2eb6e71 [maven-release-plugin] prepare release fullstack-0.2.16-incubating by Ian Maxon · 9 years ago fullstack-0.2.16-incubating
  7. d0d0504 Remove old Hadoop compat layer by Ian Maxon · 9 years ago
  8. d885779 Change license headers by Ian Maxon · 9 years ago
  9. b86e439 Revert "[maven-release-plugin] prepare release fullstack-0.2.16-incubating" by Ian Maxon · 9 years ago
  10. 4dc691a Revert "[maven-release-plugin] prepare for next development iteration" by Ian Maxon · 9 years ago
  11. c30fa93 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
  12. d858943 [maven-release-plugin] prepare release fullstack-0.2.16-incubating by Ian Maxon · 9 years ago
  13. ec57292 Fix source packaging, address misc. release issues by Ian Maxon · 9 years ago
  14. 1b4d08e Revert "[maven-release-plugin] prepare release fullstack-0.2.16-incubating" by Ian Maxon · 9 years ago
  15. 45cb1ce Revert "[maven-release-plugin] prepare for next development iteration" by Ian Maxon · 9 years ago
  16. 8b4b9d4 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
  17. 34b4854 [maven-release-plugin] prepare release fullstack-0.2.16-incubating by Ian Maxon · 9 years ago
  18. c09ee7e Remove release-plugin import, inherit insteaad. by Ian Maxon · 9 years ago
  19. 02d60aa Add DISCLAIMER file by Ian Maxon · 9 years ago
  20. a6b4b93 Add source-release assembly by Ian Maxon · 9 years ago
  21. 69caeb3 Remove errant <distributionManagement> tags by Ian Maxon · 9 years ago
  22. fb3a411 Update release plugin to Apache compatible version by Ian Maxon · 9 years ago
  23. c482127 Change Nexus repo, relax RAT checks by Ian Maxon · 9 years ago
  24. e915e8c Change Java package from edu.uci.ics to org.apache by Ian Maxon · 9 years ago
  25. 9939b48 Change folder structure for Java repackage by Ian Maxon · 9 years ago
  26. 4db4f57 Abstracting algebricks rules out of AsterixDB. by Preston Carman · 9 years ago
  27. baff4fa Optimized the binary tokenizer - get the total number of tokens by Taewoo Kim · 9 years ago
  28. c2cc117 This change includes: by Yingyi Bu · 9 years ago
  29. fd43426 improve the buffer cache perf. with 1) a better hash function for fileid-pageid, 2) reduce synchronization in clock page replacement policy. by Yingyi Bu · 9 years ago
  30. b5e88a2 Performance fix for BufferCache. by Yingyi Bu · 9 years ago
  31. d48d18f NKC fix for int64 by pouria.pirzadeh@gmail.com · 9 years ago
  32. da37cb2 Introducing data replication API to LSM indexes by Murtadha Hubail · 9 years ago
  33. 137fc3b Add Apache RAT License Auditor plugin, and fix missing licenses by Ian Maxon · 9 years ago
  34. 367756a Changes to support Feeds 2.0 (random partitioning of tuples) by ramangrover29 · 9 years ago
  35. 0d87a57 VariableSizeFrame(VSizeFrame) support for Hyracks. by JavierJia · 9 years ago
  36. 0e5d531 Algebricks fix for issue 873. by Yingyi Bu · 9 years ago
  37. 9a8ab49 Fix the HashFunction Bug in OptimizedHybridHashJoinOperatorDescriptor by JavierJia · 9 years ago
  38. fac0d34 1. Fix the "writerCount!=0 during component flushing" issue by Yingyi Bu · 9 years ago
  39. 3471c7b allow counter to reset from a start by Yingyi Bu · 9 years ago
  40. 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
  41. 9b9f7c5 Range connector update with order by hint. by Eldon Carman · 9 years ago
  42. ad0fd0a Fixing LSMHarness issue. by hubailmor@gmail.com · 9 years ago
  43. ec8d7a2 Issue 867: Handle delimited files using CR-only line separators by Chris Hillery · 9 years ago
  44. 12bab0d Allow retries on IPCSystem.getHandle(). by Chris Hillery · 9 years ago
  45. 4cc7018 Implementation of Union by kereno · 9 years ago
  46. 38dea13 Added abstract class for internal\external dataset scans. by Ildar Absalyamov · 9 years ago
  47. 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 · 9 years ago
  48. 9b3b546 - Fixed Type Casting issue by Taewoo Kim · 9 years ago
  49. e0f048d - Fixed Type Casting issue by Taewoo Kim · 9 years ago
  50. 97acfe5 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
  51. 0c62ede [maven-release-plugin] prepare release fullstack-0.2.15 by Ian Maxon · 9 years ago fullstack-0.2.15
  52. 0bad0f5 avoid duplication of Pointable code in SerializerDeserializer by Till Westmann · 9 years ago
  53. 5dc4d2e Adding hash join logging comments. by Eldon Carman · 9 years ago
  54. 82609d9 Fix issue849. by buyingyi · 9 years ago
  55. 8049073 Fix for issue 771 - removed FieldLengthIgnoring comparators and added field length check in Pointable comparator by Ildar Absalyamov · 9 years ago
  56. 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 · 9 years ago
  57. 4e9ea85 1. Tracks the variables coming from the outer branch of loj to later decide whether they are still nullable by buyingyi · 9 years ago
  58. d000771 Add ability to configure network ports for NCs and CC. by Chris Hillery · 9 years ago
  59. 3d990f0 Added a new method to switch LSM component state by hubailmor@gmail.com · 9 years ago
  60. e1413cc Fix issue 562. by buyingyi · 9 years ago
  61. 7527bbb Eliminate trivial subplan (e.g., a NTS only plan) in EliminateSubplanRule. by buyingyi · 9 years ago
  62. e82f811 Add license info so it is visible to maven by Ian · 10 years ago
  63. 8f33513 Changes in this CL include: by buyingyi · 10 years ago
  64. a4e52b0 Moved MaterializeOperator and NestedSubplanToJoinRule to Hyracks. by Eldon Carman · 10 years ago
  65. ddac3af Add ByteArrayPointable datatype. by JavierJia · 10 years ago
  66. 7855edc Fix issue 138 by Ian · 10 years ago
  67. 62b22d1 Added a method to check current LSM component status by hubailmor@gmail.com · 10 years ago
  68. ce8ee31 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 10 years ago
  69. db37e07 [maven-release-plugin] prepare release fullstack-0.2.14 by Ian Maxon · 10 years ago fullstack-0.2.14
  70. ffc967f Move Pregelix and Hivesterix codebase to new repositories: by buyingyi · 10 years ago
  71. 15a7d14 This change list includes several fixes: by buyingyi · 10 years ago
  72. 42542e2 Fix the data property inference: by buyingyi · 10 years ago
  73. b6e2352 Changes to fix issue 803 by Young-Seok · 10 years ago
  74. e35715f Changes to fix issue 802 by Young-Seok · 10 years ago
  75. eee859a Change default Hadoop version to 2.2.0 by Ian · 10 years ago
  76. 6cbcf01 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 10 years ago
  77. 1f30d4e [maven-release-plugin] prepare release fullstack-0.2.13 by Ian Maxon · 10 years ago fullstack-0.2.13
  78. 4a5d8ff Fixed CSV parser to recognize quote and delimiter inside a string. by Taewoo Kim · 10 years ago
  79. 486b792 - Added Tokenize Operator in addition to the bulkload operator changes that were made by Zachary Heilbron. by Taewoo Kim · 10 years ago
  80. f6596f2 Added replicate operator with materialization by icetindil · 10 years ago
  81. c818741 Consider opaqueParameters in AbstractFunctionCallExpression equals&hashcode methods to make casting operators with the same argument distinguishable by Ildar Absalyamov · 10 years ago
  82. 0b17175 Adding virtual pages to BufferCache for lsm-on-hdfs by Ian · 10 years ago
  83. a3da3e9 Changes to allow having the no-merge policy as an option in asterix. by salsubaiee · 10 years ago
  84. bf664f4 Adding plot of Algebricks plan by kereno · 10 years ago
  85. 46fee83 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 10 years ago
  86. ff2ef98 [maven-release-plugin] prepare release fullstack-0.2.12 by Ian Maxon · 10 years ago fullstack-0.2.12
  87. 7c48a95 Moving developerConnection in toplevel pom by Ian Maxon · 10 years ago
  88. 63e354a Several bug fixes in HHJ, NLJ, and tokenizer by icetindil · 10 years ago
  89. 09da56b Added LSM component-level filters for all indexes. by salsubaiee · 10 years ago
  90. fe9bf23 Add Shutdown via API to Hyracks by Ian · 10 years ago
  91. c6d9386 1. make limit operator work in nested plan by Yingyi Bu · 10 years ago
  92. 396c18b Support big vertex in Pregelix. by Yingyi Bu · 10 years ago
  93. 40508e8 Adding external indexes by Abdullah Alamoudi · 10 years ago
  94. 26c6bb6 1. fix asterixdb issue 782 by Yingyi Bu · 10 years ago
  95. 4191a5f The Hyracks issue #137 shows a hard coded value. The solution was to create a by Eldon Carman · 10 years ago
  96. 0622e8e Several major changes in hyracks: by Yingyi Bu · 10 years ago
  97. f53df34 reduced communication during result distribution by Till Westmann · 10 years ago
  98. 07e87bd start WorkQueue at the end of CC startup by Till Westmann · 10 years ago
  99. 699f8e8 fixed issue 731, 740, and more by Young-Seok · 10 years ago
  100. efab69f making edit-distance-contains() work with lists by icetindil · 10 years ago