1. a5af4e0 Added filters to AsterixDB's primary and secondary indexes. by salsubaiee · 10 years ago
  2. d905773 Add external indexes by Abdullah Alamoudi · 10 years ago
  3. 5860fb9 added a tets case, addressed Raman's code review comment by icetindil · 10 years ago
  4. a611ac7 Adding support for accessing an item in list using non constant index by icetindil · 10 years ago
  5. ca2cba2 Merge branch 'master' into westmann/issue748 by Till Westmann · 10 years ago
  6. eb78b8a [maven-release-plugin] prepare for next development iteration by Zachary Heilbron · 10 years ago
  7. f3268e9 [maven-release-plugin] prepare release asterix-0.8.5 by Zachary Heilbron · 10 years ago asterix-0.8.5 documentation-13
  8. e0cc01c introduce escape sequence '\\' for '\' in AQL by Till Westmann · 10 years ago
  9. 762470b [maven-release-plugin] prepare for next development iteration by Zachary Heilbron · 10 years ago
  10. 8350912 [maven-release-plugin] prepare release asterix-0.8.4 by Zachary Heilbron · 10 years ago asterix-0.8.4
  11. e2542dc Consolidate JUnit configuration to top-level POM by Chris Hillery · 11 years ago
  12. 6313d24 remove useless gitignores that Eclipse generates by zheilbron · 11 years ago
  13. 9e00d47 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
  14. 84fc7cc [maven-release-plugin] prepare release asterix-0.8.3 by Vinayak Borkar · 11 years ago asterix-0.8.3
  15. df89fbc Moved the skip secondary index search hint closer to the predicates. by salsubaiee · 11 years ago
  16. bb16791 Added a hint to AQL to exclude secondary indexes from the query plan. by salsubaiee · 11 years ago
  17. 4c35023 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
  18. b633831 [maven-release-plugin] prepare release asterix-0.8.2 by Vinayak Borkar · 11 years ago asterix-0.8.2
  19. 229b80c [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
  20. 9cca81b [maven-release-plugin] prepare release asterix-0.8.1 by Vinayak Borkar · 11 years ago asterix-0.8.1
  21. 72574eb Merge branch 'master' into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
  22. 3f026c5 modified test case to use adaptor alias instead of class name by ramangrover29 · 11 years ago
  23. 7696def added test for installation and use of an external adaptor by Raman Grover · 11 years ago
  24. 28e026f rename LoadFromFileStatement to LoadStatement by zheilbron · 11 years ago
  25. 9082e6c Merge remote-tracking branch 'origin/raman/master_feeds_merge' into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
  26. b6b7308 cosmetic changes by Raman Grover · 11 years ago
  27. 25a2b2e minor cosmetic changes by Raman Grover · 11 years ago
  28. d678090 merge from master, resolved all conflicts, compilation succesful by Raman Grover · 11 years ago
  29. b95a3b2 checkpoint by Raman Grover · 11 years ago
  30. f6b4b29 merge from master by Raman Grover · 11 years ago
  31. 801bffe Allowed user to specify the merging policy by salsubaiee · 11 years ago
  32. 0b423fa Support for full compaction command. by salsubaiee · 11 years ago
  33. 4f96fc9 Revert "Merge external indexes into master" by Abdullah Alamoudi · 11 years ago
  34. 195318a Merge remote-tracking branch 'origin/raman/master_feeds' into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
  35. 5922592 expose whether function is functional or not by zheilbron · 11 years ago
  36. 2467f2e added UUID type; added autogenerate syntax and AST info by zheilbron · 11 years ago
  37. a419c4d Merge branch 'dev/asterix_msr' of https://code.google.com/p/asterixdb into dev/asterix_msr by zheilbron · 11 years ago
  38. 555dc9d Merge branch 'master' into dev/asterix_msr by zheilbron · 11 years ago
  39. e67365c fixed an issue related to correct evaluation of type associated with the output from feed adaptor by ramangrover29 · 11 years ago
  40. 2d3f6dd 1) minor fix in feed console 2) fixed bug incorrect evaluation of feed adapter output type by ramangrover29 · 11 years ago
  41. 679a7be Introduced changes needed for external data indexing by Abdullah Alamoudi · 11 years ago
  42. cc5135d added missing xerces dependency from latest parser changes by zheilbron · 11 years ago
  43. 5df7b45 address review comments by Till Westmann · 11 years ago
  44. 20f2583 merge from zheilbron/asterix_msr (checkpoint 1) by ramangrover29 · 11 years ago
  45. 96c1f17 add lexer state to dintinguish between '}}' and 2 '}'s by Till Westmann · 11 years ago
  46. af0551c s/INTEGER/DIGITS/ simplify rules for IDENTIFIER and VARIABLE by Till Westmann · 11 years ago
  47. a774ef2 merge from master by ramangrover29 · 11 years ago
  48. 77cb2f4 enable use of field names with quotes for type creation some refactoring by Till Westmann · 11 years ago
  49. a5e4231 merge from master by ramangrover29 · 11 years ago
  50. 93dd823 checkpoint by ramangrover29 · 11 years ago
  51. 35a0f70 issue 542: remove write into dataset statement by Till Westmann · 11 years ago
  52. e6b4b24 merge up-to-date master to jimahn/master_invix_internal_renaming by JIMAHN · 11 years ago
  53. fef378d merged raman/asterix_lsm_stabilization_udfs by ramangrover29 · 11 years ago
  54. bdba1a8 fixed integration tests for external library/UDFs by ramangrover29 · 11 years ago
  55. 84d82ef checkpoint by ramangrover29 · 11 years ago
  56. 9f76a5e checkpoint by ramangrover29 · 11 years ago
  57. 5b12de1 checkpoint by ramangrover29 · 11 years ago
  58. 8be29bd merge from master by ramangrover29 · 11 years ago
  59. 7491566 merge from master by ramangrover29 · 11 years ago
  60. b27deb2 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
  61. 2dfb91b [maven-release-plugin] prepare release asterix-0.8.0 by Vinayak Borkar · 11 years ago asterix-0.8.0
  62. 9310134 Updated all pom.xml versions to 0.8.0-SNAPSHOT by Vinayak Borkar · 11 years ago
  63. ea8ab39 add/update license headers by Till Westmann · 11 years ago
  64. b9b1864 Merge branch 'master' into jarodwen/hotfix/function-issues by JArod · 11 years ago
  65. b75446d Internal renaming for inverted index to have prefix SINGLE_PARTITOIN and LENGTH_PARTITOINED by JIMAHN · 11 years ago
  66. ad69809 merge from master by ramangrover29 · 11 years ago
  67. 5bf607f Merge branch 'master' into jarodwen/hotfix/function-issues by JArod · 11 years ago
  68. f4b2f75 fixing issue 277 by icetindil · 11 years ago
  69. 95932a3 Merge branch 'master' into jimahn/master_expose_only_two_invix by JIMAHN · 11 years ago
  70. 9104e60 1) fixed issue 475 and 476 2) Added tiny social queries to test suite by ramangrover29 · 11 years ago
  71. 9c66b1c Merge branch 'master' into westmann/one_dataset_arg by Till Westmann · 11 years ago
  72. 62e66c0 Fixed scoping issue with variables by Vinayak Borkar · 11 years ago
  73. 566b3a9 checkpoit by ramangrover29 · 11 years ago
  74. 39cd370 expose only two kinds of inverted index(ngram and keyword) which internally use length-partitioned ngram/keyword inverted index by JIMAHN · 11 years ago
  75. 1f7a236 remove second argument from dataset access as it's not supported at runtime by Till Westmann · 11 years ago
  76. 889ef58 addressed review comments for issue 178 by JArod · 11 years ago
  77. 0ef4a30 Merge branch 'master' into westmann/aql_update by Till Westmann · 11 years ago
  78. 5360052 Merge branch 'master' into westmann/aql_update by Till Westmann · 11 years ago
  79. 4f58e1a disallow '-' and '$' in variable names by Till Westmann · 11 years ago
  80. c6c4a74 remove variables from scope at the end of a function declaration by Till Westmann · 11 years ago
  81. 2bf3074 merge from master by ramangrover29 · 11 years ago
  82. 77e3c7b Merge branch 'master' into raman/master_issue_455 by ramangrover29 · 11 years ago
  83. a321120 revised the list of private functions as per the recent changes to the google doc by ramangrover29 · 11 years ago
  84. 2c5e06a checkpoint: added test cases for order-by queries using sub-duration types; added printers for sub-duration types by JArod · 11 years ago
  85. 4befced removing reference to AQL UDFs after they have been inlined. (Issue 455) by ramangrover29 · 11 years ago
  86. d7dcb12 factor function parameters out of function declaration and function definition by Till Westmann · 11 years ago
  87. 9807bd1 merge from master by ramangrover29 · 11 years ago
  88. 72db644 merge from master by ramangrover29 · 11 years ago
  89. 5e6d21f fixed issue 376 Need to classify and properly treat all built-in functions in AQL by ramangrover29 · 11 years ago
  90. 04478e7 remove FieldOrIndexAccessor by Till Westmann · 11 years ago
  91. 68d9965 allow StringLiteral() as one alternative in Identifier() by Till Westmann · 11 years ago
  92. 7d53532 introduce StringLiteral() by Till Westmann · 11 years ago
  93. 14a20a7 change return type of Identifier() from Identifier to String by Till Westmann · 11 years ago
  94. a4242bc introduce Identifier() remove getToken(0) calls remove Token.toString() calls by Till Westmann · 11 years ago
  95. 31c21f9 refactor Statement productions by Till Westmann · 11 years ago
  96. 91949ed fix for issue 376: Need to classify and properly treat all built-in functions in AQL by ramangrover29 · 11 years ago
  97. 8bdea78 changes to 1) fix Issue 379: DDL transaction model broken and 2) cleanup and deliver all thrown exception to the caller(reviewed by Raman) by Young-Seok · 11 years ago
  98. 1042b1a Merge branch 'asterix_lsm_stabilization' into salsubaiee/asterix_lsm_stabilization_issue_367. by salsubaiee · 11 years ago
  99. 29c2f83 Removed the Die statement footprint and the corresponding test cases. by salsubaiee · 11 years ago
  100. 33d5c8d merge asterix_lsm_stabilization by buyingyi · 11 years ago