1. ccd67fe Temp dataset support: by buyingyi · 10 years ago
  2. d2d78ad Range connector update with order by hint. by Eldon Carman · 10 years ago
  3. 04b2b77 Added support of typed indexes over open fields & indexes over nested fields by Ildar Absalyamov · 10 years ago
  4. 52c568e This change integrates a run statement for running Pregelix jobs into the AQL. by Markus Holzemer · 10 years ago
  5. e64055d Issue 804: Spell "Adapter" consistently by Chris Hillery · 10 years ago
  6. e3e8ffa support for JSON escapes in ADM and AQL parser by Till Westmann · 10 years ago
  7. db37f66 remove global metadata lock by Abdullah Alamoudi · 11 years ago
  8. a5af4e0 Added filters to AsterixDB's primary and secondary indexes. by salsubaiee · 11 years ago
  9. d905773 Add external indexes by Abdullah Alamoudi · 11 years ago
  10. a611ac7 Adding support for accessing an item in list using non constant index by icetindil · 11 years ago
  11. e0cc01c introduce escape sequence '\\' for '\' in AQL by Till Westmann · 11 years ago
  12. df89fbc Moved the skip secondary index search hint closer to the predicates. by salsubaiee · 11 years ago
  13. bb16791 Added a hint to AQL to exclude secondary indexes from the query plan. by salsubaiee · 11 years ago
  14. 72574eb Merge branch 'master' into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
  15. 3f026c5 modified test case to use adaptor alias instead of class name by ramangrover29 · 11 years ago
  16. 7696def added test for installation and use of an external adaptor by Raman Grover · 11 years ago
  17. 28e026f rename LoadFromFileStatement to LoadStatement by zheilbron · 11 years ago
  18. 9082e6c Merge remote-tracking branch 'origin/raman/master_feeds_merge' into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
  19. b6b7308 cosmetic changes by Raman Grover · 11 years ago
  20. b95a3b2 checkpoint by Raman Grover · 11 years ago
  21. 801bffe Allowed user to specify the merging policy by salsubaiee · 11 years ago
  22. 0b423fa Support for full compaction command. by salsubaiee · 11 years ago
  23. 4f96fc9 Revert "Merge external indexes into master" by Abdullah Alamoudi · 11 years ago
  24. 195318a Merge remote-tracking branch 'origin/raman/master_feeds' into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
  25. 5922592 expose whether function is functional or not by zheilbron · 11 years ago
  26. 2467f2e added UUID type; added autogenerate syntax and AST info by zheilbron · 11 years ago
  27. e67365c fixed an issue related to correct evaluation of type associated with the output from feed adaptor by ramangrover29 · 11 years ago
  28. 2d3f6dd 1) minor fix in feed console 2) fixed bug incorrect evaluation of feed adapter output type by ramangrover29 · 11 years ago
  29. 679a7be Introduced changes needed for external data indexing by Abdullah Alamoudi · 11 years ago
  30. a774ef2 merge from master by ramangrover29 · 12 years ago
  31. a5e4231 merge from master by ramangrover29 · 12 years ago
  32. 93dd823 checkpoint by ramangrover29 · 12 years ago
  33. 35a0f70 issue 542: remove write into dataset statement by Till Westmann · 12 years ago
  34. fef378d merged raman/asterix_lsm_stabilization_udfs by ramangrover29 · 12 years ago
  35. 84d82ef checkpoint by ramangrover29 · 12 years ago
  36. 5b12de1 checkpoint by ramangrover29 · 12 years ago
  37. 8be29bd merge from master by ramangrover29 · 12 years ago
  38. 7491566 merge from master by ramangrover29 · 12 years ago
  39. ea8ab39 add/update license headers by Till Westmann · 12 years ago
  40. 9104e60 1) fixed issue 475 and 476 2) Added tiny social queries to test suite by ramangrover29 · 12 years ago
  41. 566b3a9 checkpoit by ramangrover29 · 12 years ago
  42. 2bf3074 merge from master by ramangrover29 · 12 years ago
  43. a321120 revised the list of private functions as per the recent changes to the google doc by ramangrover29 · 12 years ago
  44. 4befced removing reference to AQL UDFs after they have been inlined. (Issue 455) by ramangrover29 · 12 years ago
  45. 9807bd1 merge from master by ramangrover29 · 12 years ago
  46. 5e6d21f fixed issue 376 Need to classify and properly treat all built-in functions in AQL by ramangrover29 · 12 years ago
  47. 91949ed fix for issue 376: Need to classify and properly treat all built-in functions in AQL by ramangrover29 · 12 years ago
  48. 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 · 12 years ago
  49. 29c2f83 Removed the Die statement footprint and the corresponding test cases. by salsubaiee · 12 years ago
  50. 4369da8 pending deletes by ramangrover29 · 12 years ago
  51. 5f248e1 moved work related to external UDFs/libraries to descendant of asterix_lsm_stabilization from a descendant of asterix_stabilization by ramangrover29@gmail.com · 12 years ago
  52. 71e5c6a Support for hints in create dataset statement. by ramangrover29 · 12 years ago
  53. 58cf330 Merged asterix_statement_model_fix into asterix_stabilization by RamanGrover29@gmail.com · 12 years ago
  54. 07617fd Improved matching capability of Rares-style fuzzy-join rule that is more consistent with the index based matching. Added indexed-NL-join hint to resolve choice between Rares-style fuzzy joins (where applicable) and index based fuzzy joins. Enabled a few Rares-style fuzzyjoin tests that used to break. by alexander.behm · 12 years ago
  55. 80a6148 merge with r500 by ilovesoup · 13 years ago
  56. 1d1c230 done with removing all references from ASTERIX to the builtin flag inside FunctionIdentfier by RamanGrover29@gmail.com · 13 years ago
  57. 39167de FunctionIdentifier contains a boolean built-in flag that is currently being used non-unformly when defining function identifiers under ASTERIX_NS namespace. This check-in removes the usage of the flag from ASTERIX, as it is no where used and may introduce errors in future. This check-in will be followed by a change in algebricks that removes the correponding public constructor for FunctionIdentifier by RamanGrover29@gmail.com · 13 years ago
  58. c9fef1d merging by ilovesoup · 13 years ago
  59. c576c60 Reintegrated asterix-fuzzy. by alexander.behm · 13 years ago
  60. 3c29367 Fixed asterix to work with hyracks-algebricks refactoring by vinayakb · 13 years ago vault/asterix_stabilization_algebricks_cleanup
  61. a13f242 This check-in is a clean up of the asterix code. by ramangrover29 · 13 years ago vault/asterix_stabilization@58
  62. 38b7ca4 Added asterix project by vinayakb · 13 years ago