- 121e1d9 Improve Error Handling in Local Directory Feeds by Abdullah Alamoudi · 9 years ago
- 33db5af ASTERIXDB-1359 Removed Project from IntroduceSecondaryIndex Rule by Steven Jacobs · 9 years ago
- 5326658 - Reapplied fix for ASTERIXDB-1109 on merged master by Ildar Absalyamov · 9 years ago
- 3da9d06 Merge branch 'release-0.8.8' into master by Ian Maxon · 9 years ago
- 601efea Revert "ASTERIXDB-1109: Fixed deletion of records from open secondary index" by Ian Maxon · 9 years ago release-0.8.8
- 22ad8e7 ASTERIXDB-865: fix query compilation for if-else expression. by Yingyi Bu · 9 years ago
- 8aa0b51 ASTERIXDB-1343: support queries over nodegroup-based datasets. by Yingyi Bu · 9 years ago
- d3338f6 Support Change Feeds and Ingestion of Records with MetaData by Abdullah Alamoudi · 9 years ago
- f707c0e ASTERIXDB-1333 Fix Feed Ingestion for Dataset with Filters by Abdullah Alamoudi · 9 years ago
- ae555ba ASTERIXDB-1168: use either primary key or generated id for decorrelation. by Yingyi Bu · 9 years ago
- 4b96348 Added LeftOuterUnnestMap operator. by Taewoo Kim · 9 years ago
- 8f6301f ASTERIXDB-1127: regression tests. by Yingyi Bu · 9 years ago
- cc17a18 Supprt querying meta record with meta(). by Yingyi Bu · 9 years ago
- c9bfe25 Add an integer ordered list to dataset "Dataset" and "Index" optinally. by Yingyi Bu · 9 years ago
- 06e06b0 ASTERIXDB-1325, ASTERIXDB-1326: fixed leftouterjoin on an external dataset by Taewoo Kim · 9 years ago
- b9169b6 Add DDL support for optionally associating meta record with dataset record. by Yingyi Bu · 9 years ago
- 5f7b496 Add the filesize parameter to estimate a better partition number for ExternalHashGroupby by Jianfeng Jia · 9 years ago
- 1e7760c ASTERIXDB-1205: fix union queries. by Yingyi Bu · 9 years ago
- 478d60e ASTERIXDB-1304: remove interfaces and consolidate by Till Westmann · 9 years ago
- 1384319 Remove Trailing Whitespace by Michael Blow · 9 years ago
- 98d38e6 Asterix NCs Failback Support by Murtadha Hubail · 9 years ago
- c318249 Support Sending Messages Alongside Frame Data by Abdullah Alamoudi · 9 years ago
- 0c8e22d ASTERIXDB-1231, ASTERIXDB-636: fixed Self-join by Taewoo Kim · 9 years ago
- d33d3d1 ASTERIXDB-1272 Remove ExternalLookupOperator by Abdullah Alamoudi · 9 years ago
- 5a2698d Intersect the secondary indexes before primary search by Jianfeng Jia · 9 years ago
- 0ae3083 Move to non-copy-based evaluator interfaces for all function implementations, including: by Yingyi Bu · 9 years ago
- f93405c Fix ASTERIXDB-1298 by Yingyi Bu · 9 years ago
- 760ce90 ASTERIXDB-1157: Pushdown Limit by Taewoo Kim · 9 years ago
- c1889c0 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
- a2389dd [maven-release-plugin] prepare release apache-asterixdb-0.8.8-incubating-rc1 by Ian Maxon · 9 years ago apache-asterixdb-0.8.8-incubating apache-asterixdb-0.8.8-incubating-rc1
- 6084e3b Fix for ASTERIXDB-1291: added regression tests. by Yingyi Bu · 9 years ago
- d185e8ea Fixed ASTERIXDB-1249 and ASTERIXDB-1250: self index-nested-loop join correctly identifies the outer and the inner branch. by Taewoo Kim · 9 years ago
- ab556d1 Address RC0 Comments by Ian Maxon · 9 years ago
- 15e46b0 Revert "[maven-release-plugin] prepare release asterix-0.8.8-incubating-rc0" by Ian Maxon · 9 years ago
- 4a46ab8 Revert "[maven-release-plugin] prepare for next development iteration" by Ian Maxon · 9 years ago
- 9dcba3c Some exception cleanup by Till Westmann · 9 years ago
- 5dc958c Add Support for Upsert Operation by Abdullah Alamoudi · 9 years ago
- ee387c1 Add flush() to IFrameWriter by Abdullah Alamoudi · 9 years ago
- e2439b4 remove end-of-line whitespace by Till Westmann · 9 years ago
- 947fc3c ASTERIXDB-1005, ASTERIXDB-1263: Clean up subplan flattening: by Yingyi Bu · 9 years ago
- 1b18e77 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
- 753b423 [maven-release-plugin] prepare release asterix-0.8.8-incubating-rc0 by Ian Maxon · 9 years ago asterix-0.8.8-incubating-rc0
- e800e6d Feed Fixes and Cleanup by Abdullah Alamoudi · 9 years ago
- dace5f2 Enabled Datasets to use Datatypes from foreign Dataverses by Your Name · 9 years ago
- 07c9962 some cleanup by Till Westmann · 9 years ago
- 09b2ad7 ASTERIXDB-1229: by Ildar Absalyamov · 9 years ago
- 284590e First stage of external data cleanup by Abdullah Alamoudi · 9 years ago
- e3e1373 Fix for ASTERIXDB-1018, ASTERIXDB-1017, ASTERIXDB-1019, by Yingyi Bu · 9 years ago
- 486e47a Refactored External Data by Abdullah Alamoudi · 9 years ago
- 6e5f18e ASTERIXDB-1105 - LICENSE per submodule by Ian Maxon · 9 years ago
- 9a554a7 ASTERIXDB-1198: make ISerializerDeserializer implementations in AsterixDB stateless. by Yingyi Bu · 9 years ago
- 18a9dca Clean up compilation warnings. by Yingyi Bu · 9 years ago
- a05f718 ASTERIXDB-1109: Fixed deletion of records from open secondary index by Ildar Absalyamov · 9 years ago
- 7545396 ASTERIXDB-1159: make ARecordType read-only and separate its mutable state to RuntimeRecordTypeInfo. by Yingyi Bu · 9 years ago
- caea8f0 SQL++ support in AsterixDB: by Yingyi Bu · 9 years ago
- 209f390 Introducing Data Replication To AsterixDB by Murtadha Hubail · 9 years ago
- 391f09e SQL++ parser: by Yingyi Bu · 9 years ago
- 742aba8 ASTERIXDB-1102: VarSize Encoding to store length of String and ByteArray by JavierJia · 9 years ago
- 5b79000 Convert comparisons with current-datetime, current-date, and current-time to applicable index searches as though they were constants by Steven Jacobs · 9 years ago
- 40b0969 Merge branch 'release-0.8.7' by Ian Maxon · 9 years ago
- ba7b55f ASTERIXDB-1136: Make Java compiler target configurable via profile by Ian Maxon · 9 years ago
- 2574f43 Move ADM-specific printers and related classes into .adm packages. by Chris Hillery · 9 years ago
- f758b48 ASTERIXDB-920: Fixed consecutive index-nested-loop joins failure by Taewoo Kim · 9 years ago
- 4e6a923 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago release-0.8.7
- d2e1e89 [maven-release-plugin] prepare release asterix-0.8.7-incubating by Ian Maxon · 9 years ago asterix-0.8.7-incubating
- fdcafe0 Revert "[maven-release-plugin] prepare release asterix-0.8.7-incubating" by Ian Maxon · 9 years ago
- 7681d8a Revert "[maven-release-plugin] prepare for next development iteration" by Ian Maxon · 9 years ago
- d7e7eb9 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
- 6c5af8a [maven-release-plugin] prepare release asterix-0.8.7-incubating by Ian Maxon · 9 years ago
- 1472b31 Revert "[maven-release-plugin] prepare release asterix-0.8.7-incubating" by Ian Maxon · 9 years ago
- da49a55 Revert "[maven-release-plugin] prepare for next development iteration" by Ian Maxon · 9 years ago
- 400ba49 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
- 73e0936 [maven-release-plugin] prepare release asterix-0.8.7-incubating by Ian Maxon · 9 years ago
- 5b431ca Fix .jj and Markdown Licenses by Till Westmann · 9 years ago
- a6ec923 Revert "[maven-release-plugin] prepare release asterix-0.8.7-incubating" by Ian Maxon · 9 years ago
- 1e3fac2 Revert "[maven-release-plugin] prepare for next development iteration" by Ian Maxon · 9 years ago
- 63dcf57 [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
- 5d98f03 [maven-release-plugin] prepare release asterix-0.8.7-incubating by Ian Maxon · 9 years ago
- 49c5053 Revert "[maven-release-plugin] prepare release asterix-0.8.7-incubating" by Ian Maxon · 9 years ago
- 1993112 Revert "[maven-release-plugin] prepare for next development iteration" by Ian Maxon · 9 years ago
- 12ab22c [maven-release-plugin] prepare for next development iteration by Ian Maxon · 9 years ago
- 44ae40a [maven-release-plugin] prepare release asterix-0.8.7-incubating by Ian Maxon · 9 years ago
- 928bbd1 Change License Headers by Ian Maxon · 9 years ago
- f18bba2 Change Java package from edu.uci.ics to org.apache by Ian Maxon · 9 years ago
- 34d8163 Change folder structure for Java repackage by Ian Maxon · 9 years ago
- a589530 Changed metadata storage format for nullable field types. by Ildar Absalyamov · 9 years ago
- bb24f4b Abstracting algebricks rules out of AsterixDB. by Preston Carman · 9 years ago
- 032a178 Add Apache RAT License Auditor plugin, and fix missing licenses by Ian Maxon · 9 years ago
- ae85a1d Introduces Feeds 2.0 by ramangrover29 · 9 years ago
- 6510072 VariableSizeFrame(VSizeFrame) support for Asterix (Runtime Only) by JavierJia · 9 years ago
- e05df7b AsterixDB changes for fixing issue873. by Yingyi Bu · 9 years ago
- 7de6f4e fix multi-delete statement issue by Yingyi Bu · 9 years ago
- ccd67fe Temp dataset support: by buyingyi · 9 years ago
- f61bdb8 Make index selection deterministic when multiple avaialbe indexes are available. by Yingyi Bu · 10 years ago
- d2d78ad Range connector update with order by hint. by Eldon Carman · 10 years ago
- 4a9a7d9 Temporal update based on a merge from an old branch. by Eldon Carman · 10 years ago
- a5c92b3 Implementation of Union by kereno · 10 years ago
- 04b2b77 Added support of typed indexes over open fields & indexes over nested fields by Ildar Absalyamov · 10 years ago
- 3035ede This change covers three points: by Abdullah Alamoudi · 10 years ago
- a12d8cd - Fixed Type Casting issue by Taewoo Kim · 10 years ago