1. b6209b2 merge from master by ramangrover29 · 11 years ago
  2. ad69809 merge from master by ramangrover29 · 11 years ago
  3. 9104e60 1) fixed issue 475 and 476 2) Added tiny social queries to test suite by ramangrover29 · 11 years ago
  4. bbe1618 1. fix the partitioning key ordering in AqlDataSource; 2. use murmur hash for all types by buyingyi · 11 years ago
  5. a8f1f53 fix hash function factory to not read out-of-bound byte and add order-by into test cases by buyingyi · 11 years ago
  6. 51c565e fix issue442 by buyingyi · 11 years ago
  7. a559065 add runtime type check for the evaluatation results of boolean expressions by buyingyi · 11 years ago
  8. 8c0e37a Merge branch 'master' into yingyi/asterix_beta_fix by buyingyi · 11 years ago
  9. b4b2184 fix issue258 by buyingyi · 11 years ago
  10. 5eb24db fix for issue 172: string-length function does not return string length for a concatenated string by ramangrover29 · 11 years ago
  11. 4d9b5dc removed redundant function for sub-duration type from merging by JArod · 11 years ago
  12. f5e5140 remove the method addPrivateFunction by ramangrover29 · 11 years ago
  13. 2bf3074 merge from master by ramangrover29 · 11 years ago
  14. a321120 revised the list of private functions as per the recent changes to the google doc by ramangrover29 · 11 years ago
  15. 2c5e06a checkpoint: added test cases for order-by queries using sub-duration types; added printers for sub-duration types by JArod · 11 years ago
  16. e2228bd fix issue453 by buyingyi · 11 years ago
  17. a2c6fc1 checkpoint: updated murmur hash function to use hyracks-data by JArod · 11 years ago
  18. bcacd9c merged master back to jarodwen/hotfix/issue363 by JArod · 11 years ago
  19. 72db644 merge from master by ramangrover29 · 11 years ago
  20. ccac134 addressed Sattam's comments; added code to enable loading year-month-duration and day-time-duration through external data by JArod · 11 years ago
  21. d7c3748 fix issue51 by buyingyi · 11 years ago
  22. 7bc0261 Merge branch 'master' into yingyi/asterix_beta_fix by buyingyi · 11 years ago
  23. 7af3ece fix issue377 by buyingyi · 11 years ago
  24. a90e7e5 checkpoint: removed unused comparators by JArod · 11 years ago
  25. 580cf35 checkpoint: enable generic binary hashing for all types by JArod · 11 years ago
  26. ba75a0b Merge branch 'master' into jarodwen/hotfix/issue363: 1f82dcc by JArod · 11 years ago
  27. 2563f70 checkpoint for adding partial comparator: equality test passed by JArod · 11 years ago
  28. ab94322 merged back master e4baf34 by JArod · 11 years ago
  29. 31173e0 checkpoint for adding partial comparators by JArod · 11 years ago
  30. 6682898 Merge branch 'yingyi/asterix_beta_fix' by buyingyi · 11 years ago
  31. 91949ed fix for issue 376: Need to classify and properly treat all built-in functions in AQL by ramangrover29 · 11 years ago
  32. e2eb6ef addressed raman's review comments by zheilbron · 11 years ago
  33. 05eb1c3 fix issue400 by buyingyi · 11 years ago
  34. bbdfde1 Merge branch 'asterix_lsm_stabilization' into jarodwen/hotfix363 by JArod · 11 years ago
  35. 70f0435 addressed Sattam's review comments by JArod · 11 years ago
  36. 58beafb add more comments by buyingyi · 11 years ago
  37. 7f6d5b7 Merge branch 'asterix_lsm_stabilization' of https://code.google.com/p/asterixdb into yingyi/asterix_beta_fix by buyingyi · 11 years ago
  38. 204190c added test cases for issue 412 by JArod · 11 years ago
  39. 929aeea added get functions for day-time-duration and year-month-duration by JArod · 11 years ago
  40. 89a89b5 fix issue343 by buyingyi · 11 years ago
  41. ad6da69 added code to enable temporal instance key on date, time, datetime, year-month-duration and day-time-duration; metadata test should be double checked as it cannot pass now by JArod · 11 years ago
  42. edbd9c4 added year-month-duration and day-time-duration types by JArod · 11 years ago
  43. 726f392 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
  44. 52a5978 [maven-release-plugin] prepare release asterix-0.0.5 by Vinayak Borkar · 11 years ago asterix-0.0.5
  45. 5eb71fe Re-enabling creating indexes on nullable fields. by salsubaiee · 11 years ago
  46. ffb78d8 Merge branch 'salsubaiee/asterix_lsm_stabilization_issue_384' into asterix_lsm_stabilization (Reviewed by Raman). by salsubaiee · 11 years ago
  47. 9f698ff Addressed code review comments. by salsubaiee · 11 years ago
  48. e816109 Merge branch 'salsubaiee/asterix_lsm_stabilization_issue_266' into asterix_lsm_stabilization (Reviewed by Raman.) by salsubaiee · 11 years ago
  49. ded644d Fix for issue 384. by salsubaiee · 11 years ago
  50. b92490c Merge branch 'asterix_lsm_stabilization' of https://code.google.com/p/asterixdb into jarodwen/hotfix363 by JArod · 11 years ago
  51. 460b752 addressed Sattam's review comments; added the entry for the test case in by JArod · 11 years ago
  52. a0d53d9 Fix for issue 266. by salsubaiee · 11 years ago
  53. ab85130 Merge branch 'salsubaiee/asterix_lsm_stabilization_issue_255' into asterix_lsm_stabilization (Reviewed by Raman). by salsubaiee · 11 years ago
  54. c50b771 Minor optimization, added comments, and fixed typos. by salsubaiee · 11 years ago
  55. f5af277 Addressed code review comments. by salsubaiee · 11 years ago
  56. e80edb9 added functions to support duration comparison by JArod · 11 years ago
  57. dab20ac * Fix for issue 360. * Modified a test case that is not doing what is supposed to do. * Changed the layout of the printed rectangle to be consistent with other spatial data types. by salsubaiee · 11 years ago
  58. d0d3aca Fix for issue 255. by salsubaiee · 11 years ago
  59. e6d4433 Added interval start and end time accessors, with test cases; minor fix for the other temporal accessors. by jarodwen · 11 years ago
  60. 8c7ffcd [maven-release-plugin] prepare for next development iteration by vinayakb · 11 years ago vault/asterix_lsm_stabilization@1654
  61. 8a1a718 [maven-release-plugin] prepare release asterix-0.0.4 by vinayakb · 11 years ago asterix-0.0.4@1646
  62. 45547d7 [maven-release-plugin] rollback the release of asterix-0.0.4 by vinayakb · 11 years ago
  63. 5b3b3a3 [maven-release-plugin] prepare release asterix-0.0.4 by vinayakb · 11 years ago
  64. 67c655f [maven-release-plugin] rollback the release of asterix-0.0.4 by vinayakb · 11 years ago
  65. 634d9e3 [maven-release-plugin] prepare release asterix-0.0.4 by vinayakb · 11 years ago
  66. 5ee049d Merged asterix_lsm_stabilization upto r1547 by vinayakb · 11 years ago
  67. a13f242 This check-in is a clean up of the asterix code. by ramangrover29 · 13 years ago vault/asterix_stabilization@58
  68. f249f49 Fixed asterix to depend on the latest hyracks release by vinayakb · 13 years ago
  69. 38b7ca4 Added asterix project by vinayakb · 13 years ago