1. d44bf2b change datasource scans to retain input (aka propagate all vars); add test case for hoisted let that avoids var inlining by zheilbron · 11 years ago
  2. f50ea78 Merge branch 'master' into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
  3. 81a28a7 fix computation of type traits when variables other than scan vars are present by zheilbron · 11 years ago
  4. a58d273 fix for hyracks master changes by buyingyi · 11 years ago
  5. 9082e6c Merge remote-tracking branch 'origin/raman/master_feeds_merge' into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
  6. b6b7308 cosmetic changes by Raman Grover · 11 years ago
  7. 6791ec2 null check when installing adapters contained in an external library by Raman Grover · 11 years ago
  8. 47c92e7 miscellaneous/minor changes + support for installing adapters by Raman Grover · 11 years ago
  9. 25a2b2e minor cosmetic changes by Raman Grover · 11 years ago
  10. e5cdb78 merged master, resolved conflicts by ramangrover29 · 11 years ago
  11. 5b0e352 Merge branch 'raman/master_feeds_ext' of https://code.google.com/p/asterixdb into raman/master_feeds_ext by ramangrover29 · 11 years ago
  12. b95a3b2 checkpoint by Raman Grover · 11 years ago
  13. ebcff8a checkpoint by Raman Grover · 11 years ago
  14. f6b4b29 merge from master by Raman Grover · 11 years ago
  15. 2436b22 Merged master into salsubaiee/master_change_lsm_merge_policy by salsubaiee · 11 years ago
  16. 48e13b7 1) modified tweet schema to have tweet ids as int64. 2) Added GUID (Long) generator for generating cluster wide unique Ids by ramangrover29 · 11 years ago
  17. 801bffe Allowed user to specify the merging policy by salsubaiee · 11 years ago
  18. d40ec80 checkpoint by ramangrover29 · 11 years ago
  19. 49accfe checkpoint towards fixing diskComponents' LSN by Young-Seok · 11 years ago
  20. f56d96c fixed bugs related to rollback and primary key length by Young-Seok · 11 years ago
  21. 4f96fc9 Revert "Merge external indexes into master" by Abdullah Alamoudi · 11 years ago
  22. eb2723a Revert "fix merge issues" by Abdullah Alamoudi · 11 years ago
  23. d9702ac modified strategy to choose a substitute node in event of failure by ramangrover29 · 11 years ago
  24. a41d418 1) minor fixes to feed management console 2) added provision for specifying (min,max) tps to the twitter firehose adaptor by ramangrover29 · 11 years ago
  25. 9ab9b10 checkpoint towards fixing LSN related issues(issue 591, 609, and 614) and more by Young-Seok · 11 years ago
  26. 6557a3c change metadata indexes to not pin their indexes, allowing them to be evicted in place of other datasets by zheilbron · 11 years ago
  27. 7f18e1d disabled feed exception logging which causes the logflusher to die, resulting in a distributed deadlock by zheilbron · 11 years ago
  28. 6440e89 fix merge issues by Abdullah Alamoudi · 11 years ago
  29. 1a0d2b4 Merge external indexes into master by Abdullah Alamoudi · 11 years ago
  30. 863d5d2 Correct behaviour of drop dataverse and drop dataset to drop external data indexes by Abdullah Alamoudi · 11 years ago
  31. 073b0c4 add feed ingestion for posting metadata by zheilbron · 11 years ago
  32. 195318a Merge remote-tracking branch 'origin/raman/master_feeds' into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
  33. 9ee649f fixed bug in translating partition constraints for a feed jobspec during alteration by ramangrover29 · 11 years ago
  34. 5922592 expose whether function is functional or not by zheilbron · 11 years ago
  35. 91ee2bd add R-Tree support for external indexes and indexes optimizations by Abdullah Alamoudi · 11 years ago
  36. 2467f2e added UUID type; added autogenerate syntax and AST info by zheilbron · 11 years ago
  37. bf064e5 Merge branch 'master' into dev/asterix_msr by zheilbron · 11 years ago
  38. 6bf5b09 addressed code review comments and reverted the way that the logFlusher is stopped. by Young-Seok · 11 years ago
  39. c5346f41 another change to stop the LogFlusher thread by Young-Seok · 11 years ago
  40. 3be2580 log stacktrace when feedframewriter fails to write a frame by zheilbron · 11 years ago
  41. eea6555 removed the information of the numOfPartitions and refined synchronization blocks in transaction related classes. by Young-Seok · 11 years ago
  42. 53c2b10 added debug info by Young-Seok · 11 years ago
  43. 0e5dacb 1) corrected the way that the logFlusher thread is stopped, 2) fixed the issue of multiple job-level commits, and 3) cleaned up the TransactionContext class by Young-Seok · 11 years ago
  44. 67fa3e0 Change metadata to use forceInsert and forceDelete to insert/delete records to avoid a possible deadlock scenario. by salsubaiee · 11 years ago
  45. 85b89ef Merged kisskys/master_serialized_log_appender into kisskys_salsubaiee/storage_log_manager_fixes. by salsubaiee · 11 years ago
  46. 206f407 fixed: incorrect logging of feed activity details by ramangrover29 · 11 years ago
  47. 5264c79 configure an adapter before asking for the output type by zheilbron · 11 years ago
  48. 4d6241d ensure that feed alteration maintains ordering of location constraints and partitions by zheilbron · 11 years ago
  49. 3873e90 Fix compilation errors. by salsubaiee · 11 years ago
  50. 2522504 Added many fixes. Checkpointpoing. by salsubaiee · 11 years ago
  51. 1585798 Checkpoint, the code does not compile. by salsubaiee · 11 years ago
  52. d50e0a2 Fix for issue 587. by salsubaiee · 11 years ago
  53. a419c4d Merge branch 'dev/asterix_msr' of https://code.google.com/p/asterixdb into dev/asterix_msr by zheilbron · 11 years ago
  54. 555dc9d Merge branch 'master' into dev/asterix_msr by zheilbron · 11 years ago
  55. e67365c fixed an issue related to correct evaluation of type associated with the output from feed adaptor by ramangrover29 · 11 years ago
  56. cb98388 syncing azure adapter by zheilbron · 11 years ago
  57. 2d3f6dd 1) minor fix in feed console 2) fixed bug incorrect evaluation of feed adapter output type by ramangrover29 · 11 years ago
  58. 679a7be Introduced changes needed for external data indexing by Abdullah Alamoudi · 11 years ago
  59. ff74550 ensuring proper shutdown of feed (checkpoint 1) by ramangrover29 · 11 years ago
  60. 20afdc3 minor changes to feed console by ramangrover29 · 11 years ago
  61. 75b7355 built a basic feed console by ramangrover29 · 11 years ago
  62. 40636ee mechanism for collection of feed statistics (checkpoint 1) by ramangrover29 · 11 years ago
  63. c996e28 1) removed printing of stack trace from interupted exceptions 2) added feed datasource properties by ramangrover29 · 11 years ago
  64. 38ff45c update for latest yingyi/fullstack_fix by buyingyi · 11 years ago
  65. 5aa5d5f fixed log messages by ramangrover29 · 11 years ago
  66. cbe0e82 adding missing file by ramangrover29 · 11 years ago
  67. df04b7e introduced feed runtime factory for managing feeds by ramangrover29 · 11 years ago
  68. f4ffed1 merge from zheilbron/asterix_msr (checkpoint 3) by ramangrover29 · 11 years ago
  69. 56e3caf merge from zheilbron/asterix_msr (checkpoint 2) by ramangrover29 · 11 years ago
  70. 20f2583 merge from zheilbron/asterix_msr (checkpoint 1) by ramangrover29 · 11 years ago
  71. a04696c 1) fixed bug in super feed manager (de) initialization 2) experimneting with feed manager by ramangrover29 · 11 years ago
  72. 94a1bda ensure that index is closed after use by zheilbron · 12 years ago
  73. 3663ac1 fixed issue related to election of super feed manager by ramangrover29 · 11 years ago
  74. 05cc84b fixed issue related to retrieval of information for active feeds post cluster shutdown by ramangrover29 · 11 years ago
  75. 6fb5e92 fault-tolerance checkpoint by ramangrover29 · 11 years ago
  76. f607e64 checkpoint by ramangrover29 · 11 years ago
  77. 013842b added support for cloning a feed job spec, wrapping operators with meta versions by ramangrover29 · 12 years ago
  78. 064c69b checkpoint by ramangrover29 · 12 years ago
  79. 022532f checkpoint by ramangrover29 · 12 years ago
  80. 4f94c1e added feed meta operator descriptot by ramangrover29 · 12 years ago
  81. a774ef2 merge from master by ramangrover29 · 12 years ago
  82. 5602446 corresponding changes for fixing operator execution mode by buyingyi · 12 years ago
  83. 2dc3355 minor changes by ramangrover29 · 12 years ago
  84. 9253569 added basic feeds robustness test; testing behavior upon a cluster restart by ramangrover29 · 12 years ago
  85. a5e4231 merge from master by ramangrover29 · 12 years ago
  86. fb8ee3f checkpoint by ramangrover29 · 12 years ago
  87. 9970d5f checkpoint by ramangrover29 · 12 years ago
  88. c04ac3c added FeedUtil class by ramangrover29 · 12 years ago
  89. 7b807ff checkpoint by ramangrover29 · 12 years ago
  90. 5f97391 added test case for fault-tolerance by ramangrover29 · 12 years ago
  91. 42f2b7b Fix for issue 554. by salsubaiee · 12 years ago
  92. d7fa966 added managix commands for starting/stopping a node by ramangrover29 · 12 years ago
  93. 28b1dad added managix commands for starting/stopping a node by ramangrover29 · 12 years ago
  94. 93dd823 checkpoint by ramangrover29 · 12 years ago
  95. e6b4b24 merge up-to-date master to jimahn/master_invix_internal_renaming by JIMAHN · 12 years ago
  96. 644bd02 Pass absolute directoey info to the lsm indexes. by salsubaiee · 12 years ago
  97. 2682065 Merge branch 'master' into salsubaiee/master_fix_issue_500 by salsubaiee · 12 years ago
  98. 047cdc7 Addressed code review comments. by salsubaiee · 12 years ago
  99. 0e64ec5 added push based Twitter firehose adapter by ramangrover29 · 12 years ago
  100. a6a2484 Changes to prevent loading a dataset more than once by salsubaiee · 12 years ago