- 91949ed fix for issue 376: Need to classify and properly treat all built-in functions in AQL by ramangrover29 · 12 years ago
- e2eb6ef addressed raman's review comments by zheilbron · 12 years ago
- 18e3138 resolving dependency between asterix-common and asterix-transactions by ramangrover29 · 12 years ago
- 05eb1c3 fix issue400 by buyingyi · 12 years ago
- bbdfde1 Merge branch 'asterix_lsm_stabilization' into jarodwen/hotfix363 by JArod · 12 years ago
- 70f0435 addressed Sattam's review comments by JArod · 12 years ago
- 58beafb add more comments by buyingyi · 12 years ago
- 7f6d5b7 Merge branch 'asterix_lsm_stabilization' of https://code.google.com/p/asterixdb into yingyi/asterix_beta_fix by buyingyi · 12 years ago
- 204190c added test cases for issue 412 by JArod · 12 years ago
- 929aeea added get functions for day-time-duration and year-month-duration by JArod · 12 years ago
- 89a89b5 fix issue343 by buyingyi · 12 years ago
- 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 · 12 years ago
- edbd9c4 added year-month-duration and day-time-duration types by JArod · 12 years ago
- 5eb71fe Re-enabling creating indexes on nullable fields. by salsubaiee · 12 years ago
- ffb78d8 Merge branch 'salsubaiee/asterix_lsm_stabilization_issue_384' into asterix_lsm_stabilization (Reviewed by Raman). by salsubaiee · 12 years ago
- 9f698ff Addressed code review comments. by salsubaiee · 12 years ago
- e816109 Merge branch 'salsubaiee/asterix_lsm_stabilization_issue_266' into asterix_lsm_stabilization (Reviewed by Raman.) by salsubaiee · 12 years ago
- ded644d Fix for issue 384. by salsubaiee · 12 years ago
- b92490c Merge branch 'asterix_lsm_stabilization' of https://code.google.com/p/asterixdb into jarodwen/hotfix363 by JArod · 12 years ago
- 460b752 addressed Sattam's review comments; added the entry for the test case in by JArod · 12 years ago
- a0d53d9 Fix for issue 266. by salsubaiee · 12 years ago
- ab85130 Merge branch 'salsubaiee/asterix_lsm_stabilization_issue_255' into asterix_lsm_stabilization (Reviewed by Raman). by salsubaiee · 12 years ago
- c50b771 Minor optimization, added comments, and fixed typos. by salsubaiee · 12 years ago
- f5af277 Addressed code review comments. by salsubaiee · 12 years ago
- e80edb9 added functions to support duration comparison by JArod · 12 years ago
- 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 · 12 years ago
- d0d3aca Fix for issue 255. by salsubaiee · 12 years ago
- e6d4433 Added interval start and end time accessors, with test cases; minor fix for the other temporal accessors. by jarodwen · 12 years ago
- e36d2c7 addressed Raman's review comment. by jarodwen · 12 years ago
- 65c9174 commit the fix from Raman for the function identification strategy in issue 293. Now ASTERIX supports functions with same name but different arity. by jarodwen · 12 years ago
- ca5eb73 Enabled inverted index insert and delete operations. Added Tests cases for all the 4 index types. by salsubaiee · 12 years ago
- 37498c5 merged asterix_stabilization -r1373:1393 --> asterix_lsm_stabilization by zheilbron · 12 years ago
- c15bd7e merged -r1282:1373 from asterix_stabilization to asterix_lsm_stabilization by kisskys · 12 years ago
- 2338e02 Merge asterix_stabilization into asterix_stabilization_result_distribution. by madhusudancs@gmail.com · 12 years ago
- ee0a23d merged asterix_stabilization_temp_missing_tests branches back to stabilization by jarodwen · 12 years ago
- e0d6f91 addressed Sattam's comments on eliminating object creation and copy-and-paste code in the interval parser. by jarodwen · 12 years ago vault/asterix_stabilization_temp_missing_tests
- 637faed addressed Sattam's comments to eliminate object creation (introduced some copy-and-paste code, but have not found a better solution for this; could be revised later if better solution can be found) by jarodwen · 12 years ago
- f4c3324 merge -r1055:1282 (merging from asterix_stabilization to asterix_lsm_stabilization) by kisskys · 12 years ago
- b27a488 Remove the classes which now have a default implementation in Hyracks. by madhusudancs@gmail.com · 12 years ago
- d3eef7d re-enabled all existing temporal test cases. by jarodwen · 12 years ago
- 4e6c471 bug fixing and more test cases for date type. by jarodwen · 12 years ago
- 153992b Reverting the merge of asterix_stabilization_result_distribution until the tests in the corresponding hyracks branch pass. by madhusudancs@gmail.com · 12 years ago
- 70731d5 Add a stub JSON method to AInterval. by madhusudancs@gmail.com · 12 years ago
- 534cb39 Merge asterix_stabilization_result_distribution back to asterix_stabilization. by madhusudancs@gmail.com · 12 years ago
- af55c73 Use the JSON printers in the JSON nullbable factory. by madhusudancs@gmail.com · 12 years ago
- 2643042 Initialize the printers by calling the IAWriter init method in the serializer. by madhusudancs@gmail.com · 12 years ago
- 0551964 Merge asterix_stabilization into asterix_stabilization_result_distribution. by madhusudancs@gmail.com · 12 years ago
- e836fb9 added proper error message when trying to partition a dataset by non-existent key; added test case and some documentation by zheilbron · 12 years ago
- bad1aea Implement the code to read the results which are already serialized. by madhusudancs@gmail.com · 12 years ago
- 84d4e4c Add the support to switch between result output formats (JSON/ADM). by madhusudancs@gmail.com · 12 years ago
- 474b800 Implement a printer factory provider for JSON. by madhusudancs@gmail.com · 12 years ago
- 6020e34 Add JSON pointable printers for pointables like list and record types. by madhusudancs@gmail.com · 12 years ago
- 22ce395 Add JSON printer classes for each Asterix type. by madhusudancs@gmail.com · 12 years ago
- 48d90e7 Added one more missing toJSON stub implementation. by madhusudancs@gmail.com · 12 years ago
- 5852889 Implement a stub toJSON method for the new type AInterval, we will remove this stub when visitor pattern based JSON printer is implemented. by madhusudancs@gmail.com · 12 years ago
- f9e53e1 Merge asterix_stabilization into asterix_stabilization_result_distribution. by madhusudancs@gmail.com · 12 years ago
- f2660a2 addressed yingyi's comments by zheilbron · 12 years ago vault/asterix_stabilization_issue_173
- 6b15af7 fixed bug in open-closed fieldname conflict check; added test cases for open-open, open-closed, and closed-closed conflicts by zheilbron · 12 years ago
- da55d12 added checks for field name conflicts between two closed fields and open-closed fields by zheilbron · 12 years ago
- b5f09ca changed recordbuilder to check for conflicting open field names when it writes a built record; fixed test cases that use duplicate open fields by zheilbron · 12 years ago
- 7b75a18 Implement the toJSON method in all the JSONSerializable implementing classes that were missed in the previous iteration. by madhusudancs@gmail.com · 12 years ago
- ff774b8 Implement a toJSON method for each asterix type to return the JSON serialized version of the type. by madhusudancs@gmail.com · 12 years ago
- 1c0fa2a merged from asterix_stabilization for r1113:1117 by jarodwen · 12 years ago
- a5d02e2 merge changes from asterix_stabilization_yfix by buyingyi · 12 years ago
- cbbab14 merged asterix_stabilization r620:1109 by jarodwen · 12 years ago
- fbaba5f Reviewer:Yingyi by ramangrover29 · 12 years ago
- 9595bcd updated functions to replace hyphen with underscore in all temporal function names. by jarodwen · 12 years ago
- 0135a88 added current time/date/datetime functions; added duration support for all temporal accessors. by jarodwen · 12 years ago
- 805ca2d merged r1017:1055 asterix_stabilization by zheilbron · 12 years ago
- a08c34d fix issue236 by buyingyi · 12 years ago
- 11f3faa fix issue241 by buyingyi · 12 years ago
- c1ef23c fixed importing temporal data to use construction-notation. by jarodwen · 12 years ago
- 0508294 refactor normalized key computer factory to be decorators, and support normalized key computer factory for int64, double and float by buyingyi · 12 years ago
- 2910be5 merge r997:1029 from asterix_stabilization to asterix_stabilization_yfix by buyingyi · 12 years ago
- 58ebd6b let String comparator/hash function be raw bytes based. by buyingyi · 12 years ago
- 0039136 merge 965:1021 from asterix_stabilization to asterix_stabilization_printerfix_staging by buyingyi · 12 years ago vault/asterix_stabilization_printerfix_staging
- 1e4fbad address Pouria's review comments by buyingyi · 12 years ago
- 9a9c690 merge r997:1019 from asterix_stabilization to asterix_stabilization_yfix by buyingyi · 12 years ago
- 62f2045 Merged asterix_stabilization r997:r1017. by alexander.behm · 12 years ago
- e0ffa4c Implemented fixes, including tests. by alexander.behm · 12 years ago
- d793da8 merge asterix_stabilization 965:996 to asterix_stabilization_yfix by buyingyi · 12 years ago
- 1ba4baa Merged asterix_stabilization r915:r995. by alexander.behm · 12 years ago
- 33d58a2 Took care of Vinayak's review comments. Cleaned up Asterix list builders. by alexander.behm · 12 years ago vault/asterix_tokenizer_opt
- c685a46 add hash function family, using MurmurHash3BinaryHashFunctionFamily by buyingyi · 12 years ago
- f8f74a7 code review: print visitor for issue 29,55,134,166,201,205,208 by buyingyi · 12 years ago
- b2d1694 Improved tokenizer performance by reducing data copies. by alexander.behm · 12 years ago
- a76f531 Fixed issue 54 in branch asterix_stabilization_temporal_functionality: added support for importing date, time, datetime and duration from a delimited text file. by jarodwen · 12 years ago
- a499706 Fixed compilation issue. by alexander.behm · 12 years ago
- e1c8e2b merged asterix_stabilization -r 860:906 to asterix_lsm_stabilization by kisskys · 12 years ago
- 85e97dc merged asterix_stabilization -r755:860 to asterix_lsm_stabilization by kisskys · 12 years ago
- 2a0d817 Fixed issue 214 (allowing r-trees to be created for rectangle data type). Added test cases for all other spatial data types. by salsubaiee@gmail.com · 12 years ago
- 6615719 updated char and byte array accessors to prepare for interval importing code. by jarodwen · 12 years ago
- 58cf330 Merged asterix_statement_model_fix into asterix_stabilization by RamanGrover29@gmail.com · 12 years ago
- 4ce7d1e Added interval functions for Allen's interval relation. by jarodwen · 12 years ago
- c13b0af Added interval type implemented. by jarodwen · 12 years ago
- 4cdacb0 Implemented accessors for spatial data types. by salsubaiee@gmail.com · 12 years ago
- ef42ffb Added calendar-duration functions and timezone related function; fixed a small bug on printing timezone string. by jarodwen · 12 years ago
- 170f0d6 Fixed issue 190. Bottom left and upper right points can be either the first or the second arguments when creating a rectangle. by salsubaiee · 12 years ago
- caff182 Added arithmetic functions for date, time and datetime over duration. by jarodwen · 12 years ago
- 7cc1b58 checkpointing LSM integration: missing LSM RTree linearizer fix and jaccard computation fixes by zheilbron · 12 years ago