1. acc12a9 ASTERIXDB-1226: implement SQL++ core group-by semantics and syntatic sugars. by Yingyi Bu · 9 years ago
  2. 121e1d9 Improve Error Handling in Local Directory Feeds by Abdullah Alamoudi · 9 years ago
  3. 33db5af ASTERIXDB-1359 Removed Project from IntroduceSecondaryIndex Rule by Steven Jacobs · 9 years ago
  4. 5326658 - Reapplied fix for ASTERIXDB-1109 on merged master by Ildar Absalyamov · 9 years ago
  5. 3da9d06 Merge branch 'release-0.8.8' into master by Ian Maxon · 9 years ago
  6. 601efea Revert "ASTERIXDB-1109: Fixed deletion of records from open secondary index" by Ian Maxon · 9 years ago release-0.8.8
  7. 22ad8e7 ASTERIXDB-865: fix query compilation for if-else expression. by Yingyi Bu · 9 years ago
  8. 8aa0b51 ASTERIXDB-1343: support queries over nodegroup-based datasets. by Yingyi Bu · 9 years ago
  9. d3338f6 Support Change Feeds and Ingestion of Records with MetaData by Abdullah Alamoudi · 9 years ago
  10. f707c0e ASTERIXDB-1333 Fix Feed Ingestion for Dataset with Filters by Abdullah Alamoudi · 9 years ago
  11. ae555ba ASTERIXDB-1168: use either primary key or generated id for decorrelation. by Yingyi Bu · 9 years ago
  12. 4b96348 Added LeftOuterUnnestMap operator. by Taewoo Kim · 9 years ago
  13. 8f6301f ASTERIXDB-1127: regression tests. by Yingyi Bu · 9 years ago
  14. cc17a18 Supprt querying meta record with meta(). by Yingyi Bu · 9 years ago
  15. c9bfe25 Add an integer ordered list to dataset "Dataset" and "Index" optinally. by Yingyi Bu · 9 years ago
  16. 06e06b0 ASTERIXDB-1325, ASTERIXDB-1326: fixed leftouterjoin on an external dataset by Taewoo Kim · 9 years ago
  17. b9169b6 Add DDL support for optionally associating meta record with dataset record. by Yingyi Bu · 9 years ago
  18. 5f7b496 Add the filesize parameter to estimate a better partition number for ExternalHashGroupby by Jianfeng Jia · 9 years ago
  19. 1e7760c ASTERIXDB-1205: fix union queries. by Yingyi Bu · 9 years ago
  20. 478d60e ASTERIXDB-1304: remove interfaces and consolidate by Till Westmann · 9 years ago
  21. 1384319 Remove Trailing Whitespace by Michael Blow · 9 years ago
  22. 98d38e6 Asterix NCs Failback Support by Murtadha Hubail · 9 years ago
  23. c318249 Support Sending Messages Alongside Frame Data by Abdullah Alamoudi · 9 years ago
  24. 0c8e22d ASTERIXDB-1231, ASTERIXDB-636: fixed Self-join by Taewoo Kim · 9 years ago
  25. d33d3d1 ASTERIXDB-1272 Remove ExternalLookupOperator by Abdullah Alamoudi · 9 years ago
  26. 5a2698d Intersect the secondary indexes before primary search by Jianfeng Jia · 9 years ago
  27. 0ae3083 Move to non-copy-based evaluator interfaces for all function implementations, including: by Yingyi Bu · 9 years ago
  28. f93405c Fix ASTERIXDB-1298 by Yingyi Bu · 9 years ago
  29. 760ce90 ASTERIXDB-1157: Pushdown Limit by Taewoo Kim · 9 years ago
  30. c1889c0 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
  31. a2389dd [maven-release-plugin] prepare release apache-asterixdb-0.8.8-incubating-rc1 by Ian Maxon · 9 years ago apache-asterixdb-0.8.8-incubating apache-asterixdb-0.8.8-incubating-rc1
  32. 6084e3b Fix for ASTERIXDB-1291: added regression tests. by Yingyi Bu · 9 years ago
  33. d185e8ea Fixed ASTERIXDB-1249 and ASTERIXDB-1250: self index-nested-loop join correctly identifies the outer and the inner branch. by Taewoo Kim · 9 years ago
  34. ab556d1 Address RC0 Comments by Ian Maxon · 9 years ago
  35. 15e46b0 Revert "[maven-release-plugin] prepare release asterix-0.8.8-incubating-rc0" by Ian Maxon · 9 years ago
  36. 4a46ab8 Revert "[maven-release-plugin] prepare for next development iteration" by Ian Maxon · 9 years ago
  37. 9dcba3c Some exception cleanup by Till Westmann · 9 years ago
  38. 5dc958c Add Support for Upsert Operation by Abdullah Alamoudi · 9 years ago
  39. ee387c1 Add flush() to IFrameWriter by Abdullah Alamoudi · 9 years ago
  40. e2439b4 remove end-of-line whitespace by Till Westmann · 9 years ago
  41. 947fc3c ASTERIXDB-1005, ASTERIXDB-1263: Clean up subplan flattening: by Yingyi Bu · 9 years ago
  42. 1b18e77 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
  43. 753b423 [maven-release-plugin] prepare release asterix-0.8.8-incubating-rc0 by Ian Maxon · 9 years ago asterix-0.8.8-incubating-rc0
  44. e800e6d Feed Fixes and Cleanup by Abdullah Alamoudi · 9 years ago
  45. dace5f2 Enabled Datasets to use Datatypes from foreign Dataverses by Your Name · 9 years ago
  46. 07c9962 some cleanup by Till Westmann · 9 years ago
  47. 09b2ad7 ASTERIXDB-1229: by Ildar Absalyamov · 9 years ago
  48. 284590e First stage of external data cleanup by Abdullah Alamoudi · 9 years ago
  49. e3e1373 Fix for ASTERIXDB-1018, ASTERIXDB-1017, ASTERIXDB-1019, by Yingyi Bu · 9 years ago
  50. 486e47a Refactored External Data by Abdullah Alamoudi · 9 years ago
  51. 6e5f18e ASTERIXDB-1105 - LICENSE per submodule by Ian Maxon · 9 years ago
  52. 9a554a7 ASTERIXDB-1198: make ISerializerDeserializer implementations in AsterixDB stateless. by Yingyi Bu · 9 years ago
  53. 18a9dca Clean up compilation warnings. by Yingyi Bu · 9 years ago
  54. a05f718 ASTERIXDB-1109: Fixed deletion of records from open secondary index by Ildar Absalyamov · 9 years ago
  55. 7545396 ASTERIXDB-1159: make ARecordType read-only and separate its mutable state to RuntimeRecordTypeInfo. by Yingyi Bu · 9 years ago
  56. caea8f0 SQL++ support in AsterixDB: by Yingyi Bu · 9 years ago
  57. 209f390 Introducing Data Replication To AsterixDB by Murtadha Hubail · 9 years ago
  58. 391f09e SQL++ parser: by Yingyi Bu · 9 years ago
  59. 742aba8 ASTERIXDB-1102: VarSize Encoding to store length of String and ByteArray by JavierJia · 9 years ago
  60. 5b79000 Convert comparisons with current-datetime, current-date, and current-time to applicable index searches as though they were constants by Steven Jacobs · 9 years ago
  61. 40b0969 Merge branch 'release-0.8.7' by Ian Maxon · 9 years ago
  62. ba7b55f ASTERIXDB-1136: Make Java compiler target configurable via profile by Ian Maxon · 9 years ago
  63. 2574f43 Move ADM-specific printers and related classes into .adm packages. by Chris Hillery · 9 years ago
  64. f758b48 ASTERIXDB-920: Fixed consecutive index-nested-loop joins failure by Taewoo Kim · 9 years ago
  65. 4e6a923 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago release-0.8.7
  66. d2e1e89 [maven-release-plugin] prepare release asterix-0.8.7-incubating by Ian Maxon · 9 years ago asterix-0.8.7-incubating
  67. fdcafe0 Revert "[maven-release-plugin] prepare release asterix-0.8.7-incubating" by Ian Maxon · 9 years ago
  68. 7681d8a Revert "[maven-release-plugin] prepare for next development iteration" by Ian Maxon · 9 years ago
  69. d7e7eb9 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
  70. 6c5af8a [maven-release-plugin] prepare release asterix-0.8.7-incubating by Ian Maxon · 9 years ago
  71. 1472b31 Revert "[maven-release-plugin] prepare release asterix-0.8.7-incubating" by Ian Maxon · 9 years ago
  72. da49a55 Revert "[maven-release-plugin] prepare for next development iteration" by Ian Maxon · 9 years ago
  73. 400ba49 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
  74. 73e0936 [maven-release-plugin] prepare release asterix-0.8.7-incubating by Ian Maxon · 9 years ago
  75. 5b431ca Fix .jj and Markdown Licenses by Till Westmann · 9 years ago
  76. a6ec923 Revert "[maven-release-plugin] prepare release asterix-0.8.7-incubating" by Ian Maxon · 9 years ago
  77. 1e3fac2 Revert "[maven-release-plugin] prepare for next development iteration" by Ian Maxon · 9 years ago
  78. 63dcf57 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
  79. 5d98f03 [maven-release-plugin] prepare release asterix-0.8.7-incubating by Ian Maxon · 9 years ago
  80. 49c5053 Revert "[maven-release-plugin] prepare release asterix-0.8.7-incubating" by Ian Maxon · 9 years ago
  81. 1993112 Revert "[maven-release-plugin] prepare for next development iteration" by Ian Maxon · 9 years ago
  82. 12ab22c [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
  83. 44ae40a [maven-release-plugin] prepare release asterix-0.8.7-incubating by Ian Maxon · 9 years ago
  84. 928bbd1 Change License Headers by Ian Maxon · 9 years ago
  85. f18bba2 Change Java package from edu.uci.ics to org.apache by Ian Maxon · 9 years ago
  86. 34d8163 Change folder structure for Java repackage by Ian Maxon · 9 years ago
  87. a589530 Changed metadata storage format for nullable field types. by Ildar Absalyamov · 9 years ago
  88. bb24f4b Abstracting algebricks rules out of AsterixDB. by Preston Carman · 9 years ago
  89. 032a178 Add Apache RAT License Auditor plugin, and fix missing licenses by Ian Maxon · 9 years ago
  90. ae85a1d Introduces Feeds 2.0 by ramangrover29 · 9 years ago
  91. 6510072 VariableSizeFrame(VSizeFrame) support for Asterix (Runtime Only) by JavierJia · 9 years ago
  92. e05df7b AsterixDB changes for fixing issue873. by Yingyi Bu · 9 years ago
  93. 7de6f4e fix multi-delete statement issue by Yingyi Bu · 9 years ago
  94. ccd67fe Temp dataset support: by buyingyi · 9 years ago
  95. f61bdb8 Make index selection deterministic when multiple avaialbe indexes are available. by Yingyi Bu · 10 years ago
  96. d2d78ad Range connector update with order by hint. by Eldon Carman · 10 years ago
  97. 4a9a7d9 Temporal update based on a merge from an old branch. by Eldon Carman · 10 years ago
  98. a5c92b3 Implementation of Union by kereno · 10 years ago
  99. 04b2b77 Added support of typed indexes over open fields & indexes over nested fields by Ildar Absalyamov · 10 years ago
  100. 3035ede This change covers three points: by Abdullah Alamoudi · 10 years ago