1. ad5b22a Revise the data model document. by Yingyi Bu · 8 years ago
  2. fdcf055 HTTP API++, NCService Termination After Dead NCService by Michael Blow · 8 years ago
  3. 635d703 ASTERIXDB-1539: add function mapping for AQL. by Yingyi Bu · 8 years ago
  4. 63fdfae Timeout NC thread dump requests after 60 seconds by Michael Blow · 8 years ago
  5. 25c43f1 JIT Logger Instantiation For AsterixHyracksIntegrationUtil by Michael Blow · 8 years ago
  6. 0ff3d09 Fix perf test queries to use 'array_' instead of 'coll_'. by Yingyi Bu · 8 years ago
  7. d79d96e Print non-numeric floating point values as strings by Till Westmann · 8 years ago
  8. 35487c0 Fix Thread Dump Hang on Newly Dead NC by Michael Blow · 8 years ago
  9. 0608bf5 Add upsert option for feed by Michael Blow · 8 years ago
  10. a1eb753 Reduced logging by Till Westmann · 8 years ago
  11. 6762f03 add support for JSON encoded requests by Till Westmann · 8 years ago
  12. 8bef7a3 Add SQL++ 101 doc. by Yingyi Bu · 8 years ago
  13. 9c2992e Minor edits to LET, UNION ALL, and SQL++ vs. SQL table. by Mike Carey · 8 years ago
  14. 9182b6d ASTERIXDB-1487: fix the wrong plan when we prune the selective branch. by Michael · 8 years ago
  15. 3b063f0 ASTERIXDB-1539: add aliases for several builtin types and builtin functions. by Yingyi Bu · 8 years ago
  16. 473fc18 Add Record To Map Methods by Abdullah Alamoudi · 8 years ago
  17. d2fc11d Add JUnit Rule Implementation To Trace Test Methods by Michael Blow · 8 years ago
  18. 8310837 ASTERIXDB-1652: fix dataverse.function(...) to check the existence of the dataverse. by Yingyi Bu · 8 years ago
  19. 2816885 ASTERIXDB-1631: let TypeComputeUtils handle input type ANY properly. by Yingyi Bu · 8 years ago
  20. bc3f9b2 Add "select *" perf test case by Chris Hillery · 8 years ago
  21. e89ad03 ASTERIXDB-1081, ASTERIXDB-1086, ASTERIXDB-1246: proper multiple plan paths handling by Taewoo Kim · 8 years ago
  22. e6bb4aa Handle Unquoted %JAVA_HOME% Containing Spaces by Michael Blow · 8 years ago
  23. 2f410f4 pull common code into AbstractPreclusteredGroupByPOperator by Till Westmann · 8 years ago
  24. e4b318f Add Default Dataverse and AnyObject Datatype by Abdullah Alamoudi · 8 years ago
  25. 4b30d79 ASTERIXDB-1626: performance improvement for multiple global aggregates. by Yingyi Bu · 8 years ago
  26. 3cb0b78 Fix indentation and fonts for the SQL++ doc. by Yingyi Bu · 8 years ago
  27. 6927bfb avoid some exception wrapping by Till Westmann · 8 years ago
  28. 7199a56 Easier to read parser errors for SQL++ by Till Westmann · 8 years ago
  29. 1d5412d Separate static cluster properties from runtime state by Murtadha Hubail · 8 years ago
  30. f5efea5 simplify error message by Till Westmann · 8 years ago
  31. 4a4b896 Add <> as a synonym to !=. by Yingyi Bu · 8 years ago
  32. 8c3da6f Log ResultStateSweeper As Finer, Test Default Level->INFO by Michael Blow · 8 years ago
  33. 5375eaf Remove Dup FieldAccessByNameDescriptor.FACTORY Reference by Michael Blow · 8 years ago
  34. be706d5 Parameter To Shutdown API to Terminate NC Services by Michael Blow · 8 years ago
  35. 8aac724 Add ANY as a synonym to SOME for existential quantifiers. by Yingyi Bu · 8 years ago
  36. d873f03 Tests For HTTP APIs With Variable Results by Michael Blow · 8 years ago
  37. 06370fe ASTERIXDB-1630: fix ATypeHierarchy to handle ANY. by Yingyi Bu · 8 years ago
  38. 93846a7 Add "--" and "#" for SQL++ comments. by Yingyi Bu · 8 years ago
  39. f798175 ASTERIXDB-1629: fix the open record constructor type computer. by Yingyi Bu · 8 years ago
  40. 93a67de ASTERIXDB-1334 and ASTERIXDB-1616: Add a regression test. by Yingyi Bu · 8 years ago
  41. a001e46 HTTP API++: Threaddumps / CC / INI, Misc by Michael Blow · 8 years ago
  42. 534d589 ASTERIXDB-1451: Remove Record Casting for insert/delete/upsert by Abdullah Alamoudi · 8 years ago
  43. 11a0294 Small Cleanup Towards Fixing LifeCycle Issues by Abdullah Alamoudi · 8 years ago
  44. dd36605 ASTERIXDB-1334 and ASTERIXDB-1616: Fix null bitmap size. by Wail Alkowaileet · 8 years ago
  45. 7477a58 ASTERIXDB-1602: fix the reset of lastUsedClusterId in ExtractCommonOperatorsRule. by Yingyi Bu · 8 years ago
  46. 834e173 ASTERIXDB-1572 and ASTERIXDB-1591: fix and regression tests. by Yingyi Bu · 8 years ago
  47. b4a9a89 Rename class: PushAggregateIntoGroupbyRule -> PushAggregateIntoNestedSubplanRule. by Yingyi Bu · 8 years ago
  48. 2a73f41 ASTERIXDB-1635 Fix for overlap-bins start for dates. by Preston Carman · 8 years ago
  49. b0dc27e ASTERIXDB-1628: Fixed an issue in External Hash Group by by Taewoo Kim · 8 years ago
  50. f902d66 Extend Cluster API Servlet, += Config / Stats by Michael Blow · 8 years ago
  51. 78c6115 Code clean up and sonar fixes. by Preston Carman · 8 years ago
  52. 0ae44e3 add SQL++ docs by Till Westmann · 8 years ago
  53. d5b0afa Expose Asterix Configuration on Cluster Servlet by Michael Blow · 8 years ago
  54. 13ae9a3 Only Configure Logging Level For AsterixDB Loggers by Michael Blow · 8 years ago
  55. e044571 Depend on asterix-opt-bom with same version as AsterixDB itself by Chris Hillery · 8 years ago
  56. c89d668 ASTERIXDB-1581: fix subquery decorrelation. by Yingyi Bu · 8 years ago
  57. ae2fbc6 Small Cleanup by Abdullah Alamoudi · 8 years ago
  58. 2b95d9a Refactor Messaging by Abdullah Alamoudi · 8 years ago
  59. b975100 fix NPE in ValidateUtil by Till Westmann · 8 years ago
  60. 6c63834 Add the BETWEEN operator. by Yingyi Bu · 8 years ago
  61. b64b169 Add functions: atan2, power, trunc, and uuid. by Yingyi Bu · 8 years ago
  62. d9f4eab improve display of end-time for jobs in Hyracks console by Till Westmann · 8 years ago
  63. f39ccd0 Add string function repeat and split. by Yingyi Bu · 8 years ago
  64. 8ed6256 Start/Stop Sample Scripts for Windows by Michael Blow · 8 years ago
  65. 55a558f ASTERIXDB-1238: Refactor AqlMetadataProvider by Murtadha Hubail · 8 years ago
  66. a9ac670 set HTTP status code before writing the result by Till Westmann · 8 years ago
  67. 4ba0bf3 Output From ShutdownAPIServlet; status 405 on GET by Michael Blow · 8 years ago
  68. 9b5405a Extensibility, Cleanup For Client Helper by Michael Blow · 8 years ago
  69. 6214f6f Add Helper Client To Interface With Cluster HTTP APIs by Michael Blow · 8 years ago
  70. d148581 restore extension point by Till Westmann · 8 years ago
  71. 8e4198bbb return an error if not statement is provided by Till Westmann · 8 years ago
  72. ee3ec00 ASTERIXDB-1611: reasonable names for threads by Till Westmann · 8 years ago
  73. 3954de1 Fix Hang At CC Shutdown When NC Has Exited by Michael Blow · 8 years ago
  74. 85a2e39 minor console changes by Till Westmann · 8 years ago
  75. 4256027 Update SQL++ test harness to use new HTTP API by Till Westmann · 8 years ago
  76. 43bae55 Refactor Active Listeners by Abdullah Alamoudi · 8 years ago
  77. f3c7a87 Remove Unused Duplicated Class by Michael Blow · 8 years ago
  78. f53fc66 Fix Numeric Overflow For Units > GB by Michael Blow · 8 years ago
  79. 2302d87 Workaround ASTERIXDB-1614 by Michael Blow · 8 years ago
  80. 8130bfb ASTERIXDB-1088: fixed a secondary index compact issue by Taewoo Kim · 8 years ago
  81. 8fec331 ASTERIXDB-1577: fix error handling for field access over a dataset. by Yingyi Bu · 8 years ago
  82. 25a8424 Add Flag To ExecutionTest To Enable Test Repeats by Michael Blow · 8 years ago
  83. 018ba9d Misc Cleanup, SonarQube Fixes by Michael Blow · 8 years ago
  84. f4d0984 Support count(*). by Yingyi Bu · 8 years ago
  85. af8e19d Fix open field CREATE INDEX syntax (AQL and SQLPP). by Mike Carey · 8 years ago
  86. 82ac2f0 Fixes related to ASTERIXDB-1534 by Ian Maxon · 8 years ago
  87. fb7f4d3 Introduce MessagingNetworkManager for NC2NC AppMessaging by Murtadha Hubail · 8 years ago
  88. 9747c4b Improve Test Classes by Abdullah Alamoudi · 8 years ago
  89. e6a6cc3 ASTERIXDB-1597: fix and add a regression test. by Yingyi Bu · 8 years ago
  90. 4e33cd9 fix NPE in SqlppAstPrintVisitor by Till Westmann · 8 years ago
  91. 52a9d99 ASTERIXDB-1186: fixed a composite primary index search issue. by Taewoo Kim · 8 years ago
  92. fdc71eb Add several builtin functions. by Yingyi Bu · 8 years ago
  93. 437d819 ASTERIXDB-1592: fix and regression tests. by Yingyi Bu · 8 years ago
  94. 10e3380 Enable ExecutionTestUtil to Handle Different IntegrationUtil Implementations by Abdullah Alamoudi · 8 years ago
  95. e565264 Avoid NPE in AsterixHyracksIntegrationUtil.deinit by Till Westmann · 8 years ago
  96. 3b2acdc TweetParser Extension by Xikui Wang · 8 years ago
  97. de9ade6 small refactoring by Till Westmann · 8 years ago
  98. 98526fe Include JavaScript Files For SonarQube Scan by Michael Blow · 8 years ago
  99. 15d2954 indent main.js by Till Westmann · 8 years ago
  100. 94cef27 Improve Schemaless Record Serializer Deserializer. by Abdullah Alamoudi · 8 years ago