1. 2317165 Found an error with the local average function. Just called the wrong processing function. by Eldon Carman · 11 years ago
  2. 22d3483 Merge branch 'master' into ecarm002/aggregate_sql_functions by Eldon Carman · 11 years ago
  3. 5c7053d Merge branch 'master' of https://code.google.com/p/asterixdb into icetindil/issue_703 by icetindil · 11 years ago
  4. 6313d24 remove useless gitignores that Eclipse generates by zheilbron · 11 years ago
  5. d3cf680 modified snapshot version of fuzzy join, fixed issue 703 by icetindil · 11 years ago
  6. 82838a2 adding fuzzyjoin code to git by icetindil · 11 years ago
  7. dbfdb87 Restructured the aggregate functions to simplify average and make all abstract classes more consistent. by Eldon Carman · 11 years ago
  8. ceb6ccd Restructured the aggregate functions to simplify average and make all abstract classes more consistent. by Eldon Carman · 11 years ago
  9. 59b8a22 Updated the serializable aggregate functions to include sql aggregate functions. Includes changes to make sure only one copy of the base aggregate function is being used. by Eldon Carman · 11 years ago
  10. 789eee2 Updated the serializable aggregate functions to include sql aggregate functions. Includes changes to make sure only one copy of the base aggregate function is being used. by Eldon Carman · 11 years ago
  11. adceccc Removed temporary files for conversion. by Eldon Carman · 11 years ago
  12. 51ce32d Finished SQL-AVG for aggregate and scalar cases. by Eldon Carman · 11 years ago
  13. f023ca0 Finished the AVG abstraction. by Eldon Carman · 11 years ago
  14. e7c25ea The first phase of refactoring the average aggregate function. by Eldon Carman · 11 years ago
  15. 06108ad Adding the SQL aggregate function update for count, min, max, and sum. The code if functional for scalar and aggregate implementations. Still working on avg and all serializable implementations. by Eldon Carman · 11 years ago
  16. 9e00d47 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
  17. 84fc7cc [maven-release-plugin] prepare release asterix-0.8.3 by Vinayak Borkar · 11 years ago asterix-0.8.3
  18. 4c35023 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
  19. b633831 [maven-release-plugin] prepare release asterix-0.8.2 by Vinayak Borkar · 11 years ago asterix-0.8.2
  20. 229b80c [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
  21. 9cca81b [maven-release-plugin] prepare release asterix-0.8.1 by Vinayak Borkar · 11 years ago asterix-0.8.1
  22. c598318 Merge branch 'zheilbron/asterix_msr_demo' of https://code.google.com/p/asterixdb into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
  23. 91e0b23 use the typeheirarchy for type checking in the admdataparser by zheilbron · 11 years ago
  24. f974bf5 Merge branch 'zheilbron/asterix_msr_demo' of https://code.google.com/p/asterixdb into zheilbron/asterix_msr_demo by salsubaiee · 11 years ago
  25. 0e19648 Changed create-polygon to accept a list of doubles. by salsubaiee · 11 years ago
  26. 5381ddc partially fix issue 602 by zheilbron · 11 years ago
  27. b514c25 give each record merge evaluator a copy of the record type since it's stateful by zheilbron · 11 years ago
  28. f50ea78 Merge branch 'master' into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
  29. b54ecb7 Merge branch 'diego/hotfix/issue610' by Diego Giorgini · 11 years ago
  30. 9082e6c Merge remote-tracking branch 'origin/raman/master_feeds_merge' into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
  31. 58ced8a Merge branch 'master' into jarodwen/features/type_promotion by JArod · 11 years ago
  32. 6cd1845 fix issue 653: reduce UUID object generation by zheilbron · 11 years ago
  33. b9d2cf8 Fix issue 610: handle correctly end_record and end_unordered_list tokens in adm format. by ogeidix · 11 years ago
  34. b6b7308 cosmetic changes by Raman Grover · 11 years ago
  35. 2343b87 review branch for feeds by ramangrover29 · 11 years ago
  36. 4a6f412 Merge branch 'master' into jarodwen/features/positionvar by JArod · 11 years ago
  37. f6b4b29 merge from master by Raman Grover · 11 years ago
  38. cf8f054 merged from master to master_abort_recovery_fix2 by Young-Seok · 11 years ago
  39. c8bb8ee fixing issue #628 by icetindil · 11 years ago
  40. f56d96c fixed bugs related to rollback and primary key length by Young-Seok · 11 years ago
  41. 4f96fc9 Revert "Merge external indexes into master" by Abdullah Alamoudi · 11 years ago
  42. 31b144f Merge branch 'master' into jarodwen/features/positionvar by JArod · 11 years ago
  43. 1a0d2b4 Merge external indexes into master by Abdullah Alamoudi · 11 years ago
  44. 692ac0a add not-null function to the output of autoidgeneration; allow record merge to handle null/union types by zheilbron · 11 years ago
  45. 71c575b Merge branch 'master' into jarodwen/features/positionvar by JArod · 11 years ago
  46. 9ab18c0 reset arraybackedvaluestorage before using by zheilbron · 11 years ago
  47. 840015d use aqlserdeprovider when serializing uuids in create-uuid by zheilbron · 11 years ago
  48. 4013f27 add create-uuid function and record-merge function by zheilbron · 11 years ago
  49. 803fce5 added fix for type promotion during insertion by JArod · 11 years ago
  50. bf064e5 Merge branch 'master' into dev/asterix_msr by zheilbron · 11 years ago
  51. 6bf5b09 addressed code review comments and reverted the way that the logFlusher is stopped. by Young-Seok · 11 years ago
  52. 80f951b let create-point accept nulls and produce nulls by zheilbron · 11 years ago
  53. 9fb4017 fixed error message to match the name of the function for ParseDateTime by zheilbron · 11 years ago
  54. 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
  55. f8c6cc6 Merge branch 'master' into jarodwen/features/positionvar by JArod · 11 years ago
  56. 555dc9d Merge branch 'master' into dev/asterix_msr by zheilbron · 11 years ago
  57. 343cb4b Merge branch 'master' into jarodwen/features/positionvar by JArod · 11 years ago
  58. ee7e1b2 Addressed Till's comments on incorrect comment. by JArod · 11 years ago
  59. b0e116a added support for optional types for delimited data parser; fixed an issue on temporal constructors on incorrect string parsing if the string is empty by JArod · 11 years ago
  60. 89f4334 checkpoint: Updated the format-based temporal parsers to support by JArod · 11 years ago
  61. 6e4efd63 checkpoint: added format-based printers for temporal types. by JArod · 11 years ago
  62. 66f5da1 checkpoint: added format-based parser; updated the internal by JArod · 11 years ago
  63. 679a7be Introduced changes needed for external data indexing by Abdullah Alamoudi · 11 years ago
  64. a277e35 Fixed an bug introduced by the last commit on nullable field when by JArod · 11 years ago
  65. 1097e49 added fix for issue 604 and 605 by JArod · 11 years ago
  66. f35620c added day-of-week function by JArod · 11 years ago
  67. fe580f6 Merge branch 'master' into jarodwen/features/positionvar by JArod · 11 years ago
  68. c15b843 addressed Raman's comments by JArod · 11 years ago
  69. 47b0d27 merge master to jarodwen/hotfix/postbeta by JArod · 11 years ago
  70. ebfab59 checkpoint #2: passed all tests for offset-based-indexing unnest. by JArod · 11 years ago
  71. a5e4231 merge from master by ramangrover29 · 11 years ago
  72. bd25ee7 Merged master by Vinayak Borkar · 11 years ago
  73. d3e5d97 addressed Sattam's review comments by JArod · 11 years ago
  74. 93dd823 checkpoint by ramangrover29 · 11 years ago
  75. e58f89a added interval-bin function with test cases for issue 546 by JArod · 11 years ago
  76. 003089a checkpoint 513#1: fixed temporal arthmetic operations to use symobl-based operations instead of functions. by JArod · 11 years ago
  77. 8be29bd merge from master by ramangrover29 · 11 years ago
  78. baa0dcb Merge branch 'master' into jarodwen/hotfix/issue511 by JArod · 11 years ago
  79. b27deb2 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
  80. 2dfb91b [maven-release-plugin] prepare release asterix-0.8.0 by Vinayak Borkar · 11 years ago asterix-0.8.0
  81. 9310134 Updated all pom.xml versions to 0.8.0-SNAPSHOT by Vinayak Borkar · 11 years ago
  82. 7555b7a added a fix for issue 511 by JArod · 11 years ago
  83. 0ee5ab9 merge master by Till Westmann · 11 years ago
  84. ea8ab39 add/update license headers by Till Westmann · 11 years ago
  85. db6582c minor fix for local average aggregate by JArod · 11 years ago
  86. b558e67 Merge branch 'master' into jarodwen/hotfix/issue425 by JArod · 11 years ago
  87. 4b69f58 merged back master to jarodwen/hotfix/issue461 by JArod · 11 years ago
  88. 0cd5e7f Merge branch 'master' into vinayakb/asterix_resource_management by Vinayak Borkar · 11 years ago
  89. 46bafc8 Merge branch 'master' into jarodwen/hotfix/issue425 by JArod · 11 years ago
  90. eaab72d issue 423 by pouria.pirzadeh · 11 years ago
  91. d3e190c addressed Sattam's comments, and fixed bugs introduced by the previous fix by JArod · 11 years ago
  92. 3f6006f checkpoint: added more aggregate test cases by JArod · 11 years ago
  93. 9fe84e2 added type promotion code; updated min/max computer to support type promotion by JArod · 11 years ago
  94. ed6b1fb Merge branch 'master' into jarodwen/hotfix/issue425 by JArod · 11 years ago
  95. 16f1773 checkpoint: added type hierarchy support; updated sum to support heterogeneous list by JArod · 11 years ago
  96. 5bf607f Merge branch 'master' into jarodwen/hotfix/function-issues by JArod · 11 years ago
  97. e174045 fixing format issues by icetindil · 11 years ago
  98. b9d7e41 Merge branch 'master' of https://code.google.com/p/asterixdb into icetindil/issue_378 by icetindil · 11 years ago
  99. c2fe001 Merge branch 'master' into jarodwen/hotfix/issue473 by JArod · 11 years ago
  100. 4321020 Merge branch 'master' into vinayakb/asterix_resource_management by Vinayak Borkar · 11 years ago