- 7c7e856 ASTERIXDB-1164 Fix the racing condition in CodePointToStringDescriptor by JavierJia · 9 years ago
- 391f09e SQL++ parser: by Yingyi Bu · 9 years ago
- 6059af3 ASTERIXDB-1153: Determine build information at runtime by Ian Maxon · 9 years ago
- 742aba8 ASTERIXDB-1102: VarSize Encoding to store length of String and ByteArray by JavierJia · 9 years ago
- 5a465a0 ASTERIXDB-976: CSV support for all basic types by Chris Hillery · 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
- 0c0d9f4 Corrected JSON output of date/time/duration types. by Chris Hillery · 9 years ago
- 7230d63 Almost full support for clean JSON, plus some lossless JSON fixes by Chris Hillery · 9 years ago
- f4a1c3c Adding 'cleanjson' output format, along with implementation of lists. by Chris Hillery · 9 years ago
- 2574f43 Move ADM-specific printers and related classes into .adm packages. by Chris Hillery · 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
- 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
- ca8da10 Optimized the binary tokenizer - get the total number of tokens by Taewoo Kim · 9 years ago
- 28badf2 1. Fix the memory bloat issue introduced by https://github.com/apache/incubator-asterixdb/commit/c66d23a5ac65ec5218ee47134aea423fd62a32cc by Yingyi Bu · 9 years ago
- f41b34b Added the UUID constructor and changed the relevant documentation by Taewoo Kim · 9 years ago
- df6d42d Add record type and primary key in the response of connector servlet api. by Yingyi Bu · 9 years ago
- c66d23a Adding introspection for getting record details. 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
- c0c2c1b Remove erroneous casts of list item offsets by Ian Maxon · 9 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
- b62c371 Add function for converting unix time in seconds by Ian · 10 years ago
- fda0725 Introduce ("header"="true") option for CSV parsing by Chris Hillery · 10 years ago
- 386721b use Pointable instead of SerializerDeserializer classes by Till Westmann · 10 years ago
- 66d688c Fixed function documentation. Made some functions private that were previously public and should not have been by Steven Jacobs · 10 years ago
- ed7499d Tracks the variables coming from the outer branch of loj to later decide whether they are still nullable by buyingyi · 10 years ago
- 0a33660 Allow hostnames instead of IPs for CC/NC startup (Issue 747) by Ian Maxon · 10 years ago
- 6ffdc85 Issue 548: Initial implementation of CSV output method. by Chris Hillery · 10 years ago
- 4a816dc Add license info so it is visible to maven by Ian · 10 years ago
- 32cff16 Added writeTypeTag option to serialize function by Markus Holzemer · 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
- 50adda7 Changes to fix issue 802 by Young-Seok · 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
- d38122a Fix for issue 795 by Ian · 10 years ago
- e3e8ffa support for JSON escapes in ADM and AQL parser by Till Westmann · 10 years ago
- 6212c90 fix build warnings by Till Westmann · 10 years ago
- 6b889c7 cleanup by Till Westmann · 10 years ago
- 661b9c7 Added a new merge policy, called correlated-prefix. by salsubaiee · 10 years ago
- a9c13e9 uppercase() function is implemented. - documentation added. by Taewoo Kim · 10 years ago
- f2ed8bc [maven-release-plugin] prepare for next development iteration by Ian Maxon · 10 years ago
- 25bed01 [maven-release-plugin] prepare release asterix-0.8.6 by Ian Maxon · 10 years ago asterix-0.8.6
- a5af4e0 Added filters to AsterixDB's primary and secondary indexes. by salsubaiee · 10 years ago
- 0a8f00e Introduce support for JSON as a test result type, including sample test case. by Chris Hillery · 10 years ago
- 22bf375 Output correct JSON strings for object keys; base decision to return text/json from HTTP API on Accepts header rather than Content-type by Chris Hillery · 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
- b5785a9 Fixed issues 698 and 699. Also added JSON printers for UUIDs by zheilbron · 10 years ago
- 9d0004a edit-distance-contains function implementation by icetindil · 11 years ago
- eb78b8a [maven-release-plugin] prepare for next development iteration by Zachary Heilbron · 11 years ago
- f3268e9 [maven-release-plugin] prepare release asterix-0.8.5 by Zachary Heilbron · 11 years ago asterix-0.8.5 documentation-13
- a3af113 Merge branch 'master' into westmann/cleanup by Till Westmann · 11 years ago
- 762470b [maven-release-plugin] prepare for next development iteration by Zachary Heilbron · 11 years ago
- 8350912 [maven-release-plugin] prepare release asterix-0.8.4 by Zachary Heilbron · 11 years ago asterix-0.8.4
- a5bdea6 fix parsing and promotion of int[8|16|32|64] literals by Till Westmann · 11 years ago
- 4c16c64 some small cleanup by Till Westmann · 11 years ago
- 0023118 fix casting of lists by Till Westmann · 11 years ago
- 22d3483 Merge branch 'master' into ecarm002/aggregate_sql_functions by Eldon Carman · 11 years ago
- 6313d24 remove useless gitignores that Eclipse generates by zheilbron · 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
- 9e00d47 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
- 84fc7cc [maven-release-plugin] prepare release asterix-0.8.3 by Vinayak Borkar · 11 years ago asterix-0.8.3
- 4c35023 [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
- b633831 [maven-release-plugin] prepare release asterix-0.8.2 by Vinayak Borkar · 11 years ago asterix-0.8.2
- 229b80c [maven-release-plugin] prepare for next development iteration by Vinayak Borkar · 11 years ago
- 9cca81b [maven-release-plugin] prepare release asterix-0.8.1 by Vinayak Borkar · 11 years ago asterix-0.8.1
- 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
- 8c7bcf1 change spatial type constructors to return null if a null argument is passed in by zheilbron · 11 years ago
- 5381ddc partially fix issue 602 by zheilbron · 11 years ago
- 77076bc partial fix for issue 676 by zheilbron · 11 years ago
- 0dea0a5 change unary function type computer to support ANY type by zheilbron · 11 years ago
- f50ea78 Merge branch 'master' into zheilbron/asterix_msr_demo by zheilbron · 11 years ago