- 599ef8f Cleanup AsterixDB Dependencies by Michael Blow · 8 years ago
- 8586cd4 Fix ASF license headers. by Yingyi Bu · 8 years ago
- 6a2708f Full-text implementation step 4 by Taewoo Kim · 8 years ago
- 024fafe Runtime ErrorCode fix in external data by Xikui Wang · 8 years ago
- c49405a Full-text implementation step 3 by Taewoo Kim · 8 years ago
- d49bc6e ASTERIXDB-1714: Eliminate dependency on org.json by Ian Maxon · 8 years ago
- 8a29c5f Use a file to store the map from error codes to error messages. by Yingyi Bu · 8 years ago
- 0294b31 ASTERIXDB-1711: remove more Aql-prefixes by Till Westmann · 8 years ago
- f76d9c3 ASTERIXDB-1711: remove more mentions of Asterix by Till Westmann · 8 years ago
- 44cef24 Full-text implementation step 1 by Taewoo Kim · 8 years ago
- d810df7 Removed some new byte[] creation and implemented explicit resource release by Taewoo Kim · 8 years ago
- 165121b Cleanup type exceptions and error messages in the compiler. by Yingyi Bu · 8 years ago
- 1170755 ASTERIXDB-1746: no excessive new byte[] allocation during a record build by Taewoo Kim · 8 years ago
- 8a742fd ASTERIXDB-1711: remove some more Aql-prefixes by Till Westmann · 8 years ago
- 2da225b remove more useless curly braces by Till Westmann · 8 years ago
- d5839b9 remove useless curly braces by Till Westmann · 8 years ago
- 4260059 ASTERIXDB-1711: remove some Aql-prefixes by Till Westmann · 8 years ago
- 52671a2 Unify runtime type exceptions by using error code and message template. by Yingyi Bu · 8 years ago
- 10351a7 Documentation cleanup. by Yingyi Bu · 8 years ago
- afa909a Enhanced Insert AQL by Steven Glenn Jacobs · 8 years ago
- 1a288e9 Adds a function: object_pairs. by Yingyi Bu · 8 years ago
- e65a57a ASTERIXDB-1673 and some small cleanups by Wail Alkowaileet · 8 years ago
- 6f1c559 ASTERIXDB-1689: fix type computers for type functions. by Yingyi Bu · 8 years ago
- 8fa8b7a Add type check functions and their docs, including: by Yingyi Bu · 8 years ago
- d79d96e Print non-numeric floating point values as strings by Till Westmann · 8 years ago
- 2816885 ASTERIXDB-1631: let TypeComputeUtils handle input type ANY properly. by Yingyi Bu · 8 years ago
- 6927bfb avoid some exception wrapping by Till Westmann · 8 years ago
- 06370fe ASTERIXDB-1630: fix ATypeHierarchy to handle ANY. by Yingyi Bu · 8 years ago
- f798175 ASTERIXDB-1629: fix the open record constructor type computer. by Yingyi Bu · 8 years ago
- 534d589 ASTERIXDB-1451: Remove Record Casting for insert/delete/upsert by Abdullah Alamoudi · 8 years ago
- dd36605 ASTERIXDB-1334 and ASTERIXDB-1616: Fix null bitmap size. by Wail Alkowaileet · 8 years ago
- 2a73f41 ASTERIXDB-1635 Fix for overlap-bins start for dates. by Preston Carman · 8 years ago
- ae2fbc6 Small Cleanup by Abdullah Alamoudi · 8 years ago
- 2b95d9a Refactor Messaging by Abdullah Alamoudi · 8 years ago
- b64b169 Add functions: atan2, power, trunc, and uuid. by Yingyi Bu · 8 years ago
- f39ccd0 Add string function repeat and split. by Yingyi Bu · 8 years ago
- 3954de1 Fix Hang At CC Shutdown When NC Has Exited by Michael Blow · 8 years ago
- 018ba9d Misc Cleanup, SonarQube Fixes by Michael Blow · 8 years ago
- fb7f4d3 Introduce MessagingNetworkManager for NC2NC AppMessaging by Murtadha Hubail · 8 years ago
- 9747c4b Improve Test Classes by Abdullah Alamoudi · 8 years ago
- fdc71eb Add several builtin functions. by Yingyi Bu · 8 years ago
- 3b2acdc TweetParser Extension by Xikui Wang · 8 years ago
- 94cef27 Improve Schemaless Record Serializer Deserializer. by Abdullah Alamoudi · 8 years ago
- ab81748 Add Asterix Extension Manager by Yingyi Bu · 8 years ago
- 7cb2f9a Add several unary numeric builtin functions. by Yingyi Bu · 8 years ago
- 0339b47 remove unused class RecordConstructorResultType by Till Westmann · 8 years ago
- 3338082 ConstantExpressionUtil improvements by Till Westmann · 8 years ago
- 74d3299 ASTERIXDB-1574: improve error message. by Yingyi Bu · 8 years ago
- 8671ddf Clean up GROUP BY and WITH clause. by Yingyi Bu · 8 years ago
- 7a67058 ASTERIXDB-1490: fix and a regression test. by Yingyi Bu · 8 years ago
- 58dfdc9 Fix ASTERIXDB-1566 fix UTF8 comparator and hash function. by Jianfeng Jia · 8 years ago
- b762457 Support UNION ALL. by Yingyi Bu · 8 years ago
- f8a882d Cleanup Versions In POM Files by Michael Blow · 8 years ago
- c8c067c Support CASE expression in SQL++. by Yingyi Bu · 9 years ago
- a3603ac Cast Record Before Insert for Open Indexes by Abdullah Alamoudi · 9 years ago
- 7575785 Add Test NodeController, Test Data Generator, and Marker Logs by Abdullah Alamoudi · 9 years ago
- bce1888 Sonar fixes and other clean up items. by Preston Carman · 9 years ago
- 8166898 Moved array list classes to hyracks-storage-common. by Preston Carman · 9 years ago
- f09607d ASTERIXDB-1494: refactor ExternalLibraryManager and make it non-static. by Yingyi Bu · 9 years ago
- 2da62dc Cleanup Test Dependencies by Michael Blow · 9 years ago
- ea36aa6 report missing variable type only for variables by Till Westmann · 9 years ago
- 9e3f9be Support implicit variable name and column name. by Yingyi Bu · 9 years ago
- d76a0c0 Update adm.grammar and printers for double/float by Ian Maxon · 9 years ago
- 2176038 Adding functions to return unit-time from date, datetime, and time. by Preston Carman · 9 years ago
- 273c7a5 ASTERIXDB-1212: fixes and test cases. by Yingyi Bu · 9 years ago
- b0fe0ac Supports Left Outer Join and Left Outer Unnest in SQL++. by Yingyi Bu · 9 years ago
- fd7fb5a ASTERIXDB-1220: print nested values using visitors by Till Westmann · 9 years ago
- bd1d98c ASTERIXDB-1419: Fix type checking for CollectionType by Murtadha Hubail · 9 years ago
- 35390c8 ASTERIXDB-1190, ASTERIXDB-1216, ASTERIXDB-1317: fixes and regression tests. by Yingyi Bu · 9 years ago
- 9269607 Let SQL-92 aggregate functions behave the same as SQL-92. by Yingyi Bu · 9 years ago
- 535d86b ASTERIXDB-1228: Add MISSING into the data model. by Yingyi Bu · 9 years ago
- 2348ca1 some finals + exception cleanup by Till Westmann · 9 years ago
- 5ba58de Overhaul of Hyracks configuration management. by Chris Hillery · 9 years ago
- b4c1fb0 Normalize XML Whitespace by Michael Blow · 9 years ago
- dbd8285 Bytecode generation for null-handling in SQL++ functions. by Yingyi Bu · 9 years ago
- eb2170e ASTERIXDB-1409: fix the type check for functions with two string arguments. by Yingyi Bu · 9 years ago
- f29b26f Refactored the AbstractComparisonEvaluator. by Preston Carman · 9 years ago
- 8516517 Merge branch 'master' into hyracks-merge2 by Ian Maxon · 9 years ago
- fa5ba0b Move AsterixDB to Subfolder by Ian Maxon · 9 years ago