1. 742aba8 ASTERIXDB-1102: VarSize Encoding to store length of String and ByteArray by JavierJia · 9 years ago
  2. a48f56b ASTERIXDB-1112: hash-lookup type inferers by Till Westmann · 9 years ago
  3. 40b0969 Merge branch 'release-0.8.7' by Ian Maxon · 9 years ago
  4. ba7b55f ASTERIXDB-1136: Make Java compiler target configurable via profile by Ian Maxon · 9 years ago
  5. 7230d63 Almost full support for clean JSON, plus some lossless JSON fixes by Chris Hillery · 9 years ago
  6. f4a1c3c Adding 'cleanjson' output format, along with implementation of lists. by Chris Hillery · 9 years ago
  7. 2574f43 Move ADM-specific printers and related classes into .adm packages. by Chris Hillery · 9 years ago
  8. 4e6a923 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago release-0.8.7
  9. d2e1e89 [maven-release-plugin] prepare release asterix-0.8.7-incubating by Ian Maxon · 9 years ago asterix-0.8.7-incubating
  10. fdcafe0 Revert "[maven-release-plugin] prepare release asterix-0.8.7-incubating" by Ian Maxon · 9 years ago
  11. 7681d8a Revert "[maven-release-plugin] prepare for next development iteration" by Ian Maxon · 9 years ago
  12. d7e7eb9 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
  13. 6c5af8a [maven-release-plugin] prepare release asterix-0.8.7-incubating by Ian Maxon · 9 years ago
  14. 1472b31 Revert "[maven-release-plugin] prepare release asterix-0.8.7-incubating" by Ian Maxon · 9 years ago
  15. da49a55 Revert "[maven-release-plugin] prepare for next development iteration" by Ian Maxon · 9 years ago
  16. 400ba49 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
  17. 73e0936 [maven-release-plugin] prepare release asterix-0.8.7-incubating by Ian Maxon · 9 years ago
  18. 5b431ca Fix .jj and Markdown Licenses by Till Westmann · 9 years ago
  19. a6ec923 Revert "[maven-release-plugin] prepare release asterix-0.8.7-incubating" by Ian Maxon · 9 years ago
  20. 1e3fac2 Revert "[maven-release-plugin] prepare for next development iteration" by Ian Maxon · 9 years ago
  21. 63dcf57 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
  22. 5d98f03 [maven-release-plugin] prepare release asterix-0.8.7-incubating by Ian Maxon · 9 years ago
  23. 49c5053 Revert "[maven-release-plugin] prepare release asterix-0.8.7-incubating" by Ian Maxon · 9 years ago
  24. 1993112 Revert "[maven-release-plugin] prepare for next development iteration" by Ian Maxon · 9 years ago
  25. 12ab22c [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
  26. 44ae40a [maven-release-plugin] prepare release asterix-0.8.7-incubating by Ian Maxon · 9 years ago
  27. 928bbd1 Change License Headers by Ian Maxon · 9 years ago
  28. f18bba2 Change Java package from edu.uci.ics to org.apache by Ian Maxon · 9 years ago
  29. 34d8163 Change folder structure for Java repackage by Ian Maxon · 9 years ago
  30. a589530 Changed metadata storage format for nullable field types. by Ildar Absalyamov · 9 years ago
  31. 3073e9b Fixed ASTERIXDB-1072 issue - string-concat by Taewoo Kim · 9 years ago
  32. 28badf2 1. Fix the memory bloat issue introduced by https://github.com/apache/incubator-asterixdb/commit/c66d23a5ac65ec5218ee47134aea423fd62a32cc by Yingyi Bu · 9 years ago
  33. c6c507f New feed fixes: Updated the ExternalFunctionProvider to improve handling "setResult" by Heri Ramampiaro · 9 years ago
  34. f41b34b Added the UUID constructor and changed the relevant documentation by Taewoo Kim · 9 years ago
  35. c66d23a Adding introspection for getting record details. by Preston Carman · 9 years ago
  36. 032a178 Add Apache RAT License Auditor plugin, and fix missing licenses by Ian Maxon · 9 years ago
  37. ae85a1d Introduces Feeds 2.0 by ramangrover29 · 9 years ago
  38. 6510072 VariableSizeFrame(VSizeFrame) support for Asterix (Runtime Only) by JavierJia · 9 years ago
  39. d6f7828 Issue 867: Test cases for CSV with headers and various line separators. by Chris Hillery · 9 years ago
  40. 4a9a7d9 Temporal update based on a merge from an old branch. by Eldon Carman · 9 years ago
  41. 04b2b77 Added support of typed indexes over open fields & indexes over nested fields by Ildar Absalyamov · 10 years ago
  42. 3035ede This change covers three points: by Abdullah Alamoudi · 10 years ago
  43. a12d8cd - Fixed Type Casting issue by Taewoo Kim · 10 years ago
  44. e1a2ff8 Add test case and documentation for CSV parsing with headers. by Chris Hillery · 10 years ago
  45. b62c371 Add function for converting unix time in seconds by Ian · 10 years ago
  46. fda0725 Introduce ("header"="true") option for CSV parsing by Chris Hillery · 10 years ago
  47. 386721b use Pointable instead of SerializerDeserializer classes by Till Westmann · 10 years ago
  48. 52c568e This change integrates a run statement for running Pregelix jobs into the AQL. by Markus Holzemer · 10 years ago
  49. 6ffdc85 Issue 548: Initial implementation of CSV output method. by Chris Hillery · 10 years ago
  50. 4a816dc Add license info so it is visible to maven by Ian · 10 years ago
  51. 9d3c4a9 Add the Binary data type and corresponding helper functions to Asterix. by JavierJia · 10 years ago
  52. ec751d2 Fix for issue 715 - changed null value serialization policy in lists by Ildar Absalyamov · 10 years ago
  53. bd90411 Fix issue785 -- using the algebricks fixes for subplans. by buyingyi · 10 years ago
  54. 18997ce Change default Hadoop version to 2.2.0 by Ian · 10 years ago
  55. efb236d Fixed CSV parser to recognize quote and delimiter inside a string by Taewoo Kim · 10 years ago
  56. 8325946 Implement TokenizeOperator in addition to the changes made by Zachary Heilbron. by Taewoo Kim · 10 years ago
  57. 8694a86 Fixed framesize resetting issue during bulk-loading by Young-Seok · 10 years ago
  58. e3e8ffa support for JSON escapes in ADM and AQL parser by Till Westmann · 10 years ago
  59. 6212c90 fix build warnings by Till Westmann · 10 years ago
  60. 4cb685a Fixed a bug when creating an MBR over a circle. by salsubaiee · 10 years ago
  61. b9b5176 apply code conventions to files containing tabs by Till Westmann · 10 years ago
  62. a9c13e9 uppercase() function is implemented. - documentation added. by Taewoo Kim · 10 years ago
  63. f2ed8bc [maven-release-plugin] prepare for next development iteration by Ian Maxon · 10 years ago
  64. 25bed01 [maven-release-plugin] prepare release asterix-0.8.6 by Ian Maxon · 10 years ago asterix-0.8.6
  65. fd733ee improvements for demo by Till Westmann · 10 years ago
  66. a5af4e0 Added filters to AsterixDB's primary and secondary indexes. by salsubaiee · 10 years ago
  67. f74fe77 Fix ADM Parser Bug by Abdullah Alamoudi · 10 years ago
  68. d905773 Add external indexes by Abdullah Alamoudi · 10 years ago
  69. d5f0fc5 1. Add an asterix-specific IntroduceGroupByCombinerRule to deal with null-test in the nested plan in a group-by operator by Yingyi Bu · 10 years ago
  70. 362b884 Support sort-based group-by, add test coverage for out-of-core code paths, and adapt to the new buffer cache interface. by Yingyi Bu · 10 years ago
  71. be353dd fixed issue 731, 740, and more. by Young-Seok · 10 years ago
  72. 2b93676 Added recordType deep copying to avoid race condition by ildar.absalyamov · 10 years ago
  73. 2f7535c making edit-distance-contains() work with lists, null argument handling, handling assymetric arguments of contains() and edit-distance-contains() by icetindil · 10 years ago
  74. 9d0004a edit-distance-contains function implementation by icetindil · 10 years ago
  75. 3467f1e throw exception for unsupported escape sequences by Till Westmann · 10 years ago
  76. 8cdbd39 add escapes to ADM parser remove unused parameter from ADMDataParser.checkType by Till Westmann · 10 years ago
  77. eb78b8a [maven-release-plugin] prepare for next development iteration by Zachary Heilbron · 10 years ago
  78. f3268e9 [maven-release-plugin] prepare release asterix-0.8.5 by Zachary Heilbron · 10 years ago asterix-0.8.5 documentation-13
  79. a3af113 Merge branch 'master' into westmann/cleanup by Till Westmann · 10 years ago
  80. 762470b [maven-release-plugin] prepare for next development iteration by Zachary Heilbron · 10 years ago
  81. 8350912 [maven-release-plugin] prepare release asterix-0.8.4 by Zachary Heilbron · 10 years ago asterix-0.8.4
  82. ab40b09 add error locations to exceptions in the ADM parser by Till Westmann · 10 years ago
  83. e856149 exception wrapping only in the public methods by Till Westmann · 10 years ago
  84. 16b6978 fix promotion for constructor functions by Till Westmann · 10 years ago
  85. a5bdea6 fix parsing and promotion of int[8|16|32|64] literals by Till Westmann · 10 years ago
  86. 40c1c92 fix promotion of numeric literals by Till Westmann · 10 years ago
  87. 4c16c64 some small cleanup by Till Westmann · 11 years ago
  88. 2317165 Found an error with the local average function. Just called the wrong processing function. by Eldon Carman · 11 years ago
  89. 22d3483 Merge branch 'master' into ecarm002/aggregate_sql_functions by Eldon Carman · 11 years ago
  90. 5c7053d Merge branch 'master' of https://code.google.com/p/asterixdb into icetindil/issue_703 by icetindil · 11 years ago
  91. 6313d24 remove useless gitignores that Eclipse generates by zheilbron · 11 years ago
  92. d3cf680 modified snapshot version of fuzzy join, fixed issue 703 by icetindil · 11 years ago
  93. 82838a2 adding fuzzyjoin code to git by icetindil · 11 years ago
  94. dbfdb87 Restructured the aggregate functions to simplify average and make all abstract classes more consistent. by Eldon Carman · 11 years ago
  95. ceb6ccd Restructured the aggregate functions to simplify average and make all abstract classes more consistent. by Eldon Carman · 11 years ago
  96. 59b8a22 Updated the serializable aggregate functions to include sql aggregate functions. Includes changes to make sure only one copy of the base aggregate function is being used. by Eldon Carman · 11 years ago
  97. 789eee2 Updated the serializable aggregate functions to include sql aggregate functions. Includes changes to make sure only one copy of the base aggregate function is being used. by Eldon Carman · 11 years ago
  98. adceccc Removed temporary files for conversion. by Eldon Carman · 11 years ago
  99. 51ce32d Finished SQL-AVG for aggregate and scalar cases. by Eldon Carman · 11 years ago
  100. f023ca0 Finished the AVG abstraction. by Eldon Carman · 11 years ago