- 52c568e This change integrates a run statement for running Pregelix jobs into the AQL. by Markus Holzemer · 10 years ago
- 6ffdc85 Issue 548: Initial implementation of CSV output method. by Chris Hillery · 10 years ago
- 9d3c4a9 Add the Binary data type and corresponding helper functions to Asterix. by JavierJia · 10 years ago
- ec751d2 Fix for issue 715 - changed null value serialization policy in lists by Ildar Absalyamov · 10 years ago
- bd90411 Fix issue785 -- using the algebricks fixes for subplans. by buyingyi · 10 years ago
- efb236d Fixed CSV parser to recognize quote and delimiter inside a string by Taewoo Kim · 10 years ago
- 8325946 Implement TokenizeOperator in addition to the changes made by Zachary Heilbron. by Taewoo Kim · 10 years ago
- 8694a86 Fixed framesize resetting issue during bulk-loading by Young-Seok · 10 years ago
- e3e8ffa support for JSON escapes in ADM and AQL parser by Till Westmann · 10 years ago
- 4cb685a Fixed a bug when creating an MBR over a circle. by salsubaiee · 10 years ago
- b9b5176 apply code conventions to files containing tabs by Till Westmann · 10 years ago
- a9c13e9 uppercase() function is implemented. - documentation added. by Taewoo Kim · 10 years ago
- fd733ee improvements for demo by Till Westmann · 10 years ago
- a5af4e0 Added filters to AsterixDB's primary and secondary indexes. by salsubaiee · 10 years ago
- f74fe77 Fix ADM Parser Bug by Abdullah Alamoudi · 10 years ago
- d905773 Add external indexes by Abdullah Alamoudi · 10 years ago
- d5f0fc5 1. Add an asterix-specific IntroduceGroupByCombinerRule to deal with null-test in the nested plan in a group-by operator by Yingyi Bu · 10 years ago
- 362b884 Support sort-based group-by, add test coverage for out-of-core code paths, and adapt to the new buffer cache interface. by Yingyi Bu · 10 years ago
- be353dd fixed issue 731, 740, and more. by Young-Seok · 10 years ago
- 2b93676 Added recordType deep copying to avoid race condition by ildar.absalyamov · 10 years ago
- 2f7535c making edit-distance-contains() work with lists, null argument handling, handling assymetric arguments of contains() and edit-distance-contains() by icetindil · 11 years ago
- 9d0004a edit-distance-contains function implementation by icetindil · 11 years ago
- 3467f1e throw exception for unsupported escape sequences by Till Westmann · 11 years ago
- 8cdbd39 add escapes to ADM parser remove unused parameter from ADMDataParser.checkType by Till Westmann · 11 years ago
- a3af113 Merge branch 'master' into westmann/cleanup by Till Westmann · 11 years ago
- ab40b09 add error locations to exceptions in the ADM parser by Till Westmann · 11 years ago
- e856149 exception wrapping only in the public methods by Till Westmann · 11 years ago
- 16b6978 fix promotion for constructor functions by Till Westmann · 11 years ago
- a5bdea6 fix parsing and promotion of int[8|16|32|64] literals by Till Westmann · 11 years ago
- 40c1c92 fix promotion of numeric literals by Till Westmann · 11 years ago
- 4c16c64 some small cleanup by Till Westmann · 11 years ago
- 2317165 Found an error with the local average function. Just called the wrong processing function. by Eldon Carman · 11 years ago
- 22d3483 Merge branch 'master' into ecarm002/aggregate_sql_functions by Eldon Carman · 11 years ago
- 82838a2 adding fuzzyjoin code to git by icetindil · 11 years ago
- dbfdb87 Restructured the aggregate functions to simplify average and make all abstract classes more consistent. by Eldon Carman · 11 years ago
- ceb6ccd Restructured the aggregate functions to simplify average and make all abstract classes more consistent. by Eldon Carman · 11 years ago
- 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
- 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
- adceccc Removed temporary files for conversion. by Eldon Carman · 11 years ago
- 51ce32d Finished SQL-AVG for aggregate and scalar cases. by Eldon Carman · 11 years ago
- f023ca0 Finished the AVG abstraction. by Eldon Carman · 11 years ago
- e7c25ea The first phase of refactoring the average aggregate function. by Eldon Carman · 11 years ago
- 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
- c598318 Merge branch 'zheilbron/asterix_msr_demo' of https://code.google.com/p/asterixdb into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
- 91e0b23 use the typeheirarchy for type checking in the admdataparser by zheilbron · 11 years ago
- f974bf5 Merge branch 'zheilbron/asterix_msr_demo' of https://code.google.com/p/asterixdb into zheilbron/asterix_msr_demo by salsubaiee · 11 years ago
- 0e19648 Changed create-polygon to accept a list of doubles. by salsubaiee · 11 years ago
- 5381ddc partially fix issue 602 by zheilbron · 11 years ago
- b514c25 give each record merge evaluator a copy of the record type since it's stateful by zheilbron · 11 years ago
- f50ea78 Merge branch 'master' into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
- b54ecb7 Merge branch 'diego/hotfix/issue610' by Diego Giorgini · 11 years ago
- 9082e6c Merge remote-tracking branch 'origin/raman/master_feeds_merge' into zheilbron/asterix_msr_demo by zheilbron · 11 years ago
- 58ced8a Merge branch 'master' into jarodwen/features/type_promotion by JArod · 11 years ago
- 6cd1845 fix issue 653: reduce UUID object generation by zheilbron · 11 years ago
- b9d2cf8 Fix issue 610: handle correctly end_record and end_unordered_list tokens in adm format. by ogeidix · 11 years ago
- b6b7308 cosmetic changes by Raman Grover · 11 years ago
- 2343b87 review branch for feeds by ramangrover29 · 11 years ago
- 4a6f412 Merge branch 'master' into jarodwen/features/positionvar by JArod · 11 years ago
- f6b4b29 merge from master by Raman Grover · 11 years ago
- cf8f054 merged from master to master_abort_recovery_fix2 by Young-Seok · 11 years ago
- c8bb8ee fixing issue #628 by icetindil · 11 years ago
- f56d96c fixed bugs related to rollback and primary key length by Young-Seok · 11 years ago
- 4f96fc9 Revert "Merge external indexes into master" by Abdullah Alamoudi · 11 years ago
- 31b144f Merge branch 'master' into jarodwen/features/positionvar by JArod · 11 years ago
- 1a0d2b4 Merge external indexes into master by Abdullah Alamoudi · 11 years ago
- 692ac0a add not-null function to the output of autoidgeneration; allow record merge to handle null/union types by zheilbron · 11 years ago
- 71c575b Merge branch 'master' into jarodwen/features/positionvar by JArod · 11 years ago
- 9ab18c0 reset arraybackedvaluestorage before using by zheilbron · 11 years ago
- 840015d use aqlserdeprovider when serializing uuids in create-uuid by zheilbron · 11 years ago
- 4013f27 add create-uuid function and record-merge function by zheilbron · 11 years ago
- 803fce5 added fix for type promotion during insertion by JArod · 11 years ago
- bf064e5 Merge branch 'master' into dev/asterix_msr by zheilbron · 11 years ago
- 6bf5b09 addressed code review comments and reverted the way that the logFlusher is stopped. by Young-Seok · 11 years ago
- 80f951b let create-point accept nulls and produce nulls by zheilbron · 11 years ago
- 9fb4017 fixed error message to match the name of the function for ParseDateTime by zheilbron · 11 years ago
- 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
- f8c6cc6 Merge branch 'master' into jarodwen/features/positionvar by JArod · 11 years ago
- 555dc9d Merge branch 'master' into dev/asterix_msr by zheilbron · 11 years ago
- 343cb4b Merge branch 'master' into jarodwen/features/positionvar by JArod · 11 years ago
- ee7e1b2 Addressed Till's comments on incorrect comment. by JArod · 11 years ago
- 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
- 89f4334 checkpoint: Updated the format-based temporal parsers to support by JArod · 11 years ago
- 6e4efd63 checkpoint: added format-based printers for temporal types. by JArod · 11 years ago
- 66f5da1 checkpoint: added format-based parser; updated the internal by JArod · 11 years ago
- 679a7be Introduced changes needed for external data indexing by Abdullah Alamoudi · 11 years ago
- a277e35 Fixed an bug introduced by the last commit on nullable field when by JArod · 11 years ago
- 1097e49 added fix for issue 604 and 605 by JArod · 11 years ago
- f35620c added day-of-week function by JArod · 11 years ago
- fe580f6 Merge branch 'master' into jarodwen/features/positionvar by JArod · 11 years ago
- c15b843 addressed Raman's comments by JArod · 11 years ago
- 47b0d27 merge master to jarodwen/hotfix/postbeta by JArod · 11 years ago
- ebfab59 checkpoint #2: passed all tests for offset-based-indexing unnest. by JArod · 11 years ago
- a5e4231 merge from master by ramangrover29 · 11 years ago
- bd25ee7 Merged master by Vinayak Borkar · 11 years ago
- d3e5d97 addressed Sattam's review comments by JArod · 11 years ago
- 93dd823 checkpoint by ramangrover29 · 11 years ago
- e58f89a added interval-bin function with test cases for issue 546 by JArod · 11 years ago
- 003089a checkpoint 513#1: fixed temporal arthmetic operations to use symobl-based operations instead of functions. by JArod · 11 years ago
- 8be29bd merge from master by ramangrover29 · 11 years ago
- 7555b7a added a fix for issue 511 by JArod · 11 years ago