You are viewing a plain text version of this content. The canonical link for it is here.
- git commit: [OPTIQ-394] Add RexUtil.toCnf, to convert expressions to conjunctive normal form (CNF) - posted by jh...@apache.org on 2014/09/02 21:27:57 UTC, 0 replies.
- git commit: In Planner, query de-correlation no longer requires state in a SqlToRelConverter. - posted by jh...@apache.org on 2014/09/02 21:57:14 UTC, 0 replies.
- git commit: Upgrade Janino - posted by jh...@apache.org on 2014/09/03 00:18:22 UTC, 0 replies.
- git commit: [OPTIQ-395] Make FieldTrimmer.trimFields(SetOp) generate ProjectRel instead of CalcRel - posted by jh...@apache.org on 2014/09/03 03:56:44 UTC, 0 replies.
- [1/3] git commit: HOWTO: modify Optiq web site - posted by jh...@apache.org on 2014/09/03 21:48:04 UTC, 0 replies.
- [2/3] git commit: [OPTIQ-396] Change return type of JoinFactory.createJoin(); add SemiJoinFactory - posted by jh...@apache.org on 2014/09/03 21:48:05 UTC, 0 replies.
- [3/3] git commit: [OPTIQ-398] Move CalcRel.createProject methods to RelOptUtil - posted by jh...@apache.org on 2014/09/03 21:48:06 UTC, 0 replies.
- svn commit: r6387 - in /release/incubator/optiq: ./ apache-optiq-0.9.0-incubating/ - posted by jh...@apache.org on 2014/09/04 22:59:58 UTC, 0 replies.
- git commit: Freeze hive fmpp > freemarker plugin dependency. - posted by jh...@apache.org on 2014/09/05 01:46:30 UTC, 0 replies.
- [1/2] [OPTIQ-402] Lattice should create materializations on demand - posted by jh...@apache.org on 2014/09/05 03:39:39 UTC, 0 replies.
- [2/2] git commit: [OPTIQ-402] Lattice should create materializations on demand - posted by jh...@apache.org on 2014/09/05 03:39:40 UTC, 0 replies.
- git commit: [OPTIQ-384] Add "apache-" prefix to tarball and directory within tarball - posted by jh...@apache.org on 2014/09/05 09:18:49 UTC, 0 replies.
- [1/4] git commit: Enable connection pooling in test suite. - posted by jh...@apache.org on 2014/09/06 01:56:41 UTC, 0 replies.
- [2/4] git commit: Fix connection leak in SqlRun - posted by jh...@apache.org on 2014/09/06 01:56:42 UTC, 0 replies.
- [3/4] git commit: Don't load FoodMartQuerySet unless we have to. It's big. - posted by jh...@apache.org on 2014/09/06 01:56:43 UTC, 0 replies.
- [4/4] git commit: [OPTIQ-404] MergeProjectRule should not construct RexPrograms for simple mappings - posted by jh...@apache.org on 2014/09/06 01:56:44 UTC, 0 replies.
- git commit: [OPTIQ-399] Factorize common AND factors out of OR predicates - posted by jh...@apache.org on 2014/09/11 02:54:05 UTC, 0 replies.
- git commit: Fix tests on Windows. - posted by jh...@apache.org on 2014/09/11 21:09:16 UTC, 0 replies.
- [1/2] git commit: Modify release instructions in HOWTO - posted by jh...@apache.org on 2014/09/12 10:06:43 UTC, 0 replies.
- [2/2] git commit: Now, a lattice can materialize an aggregate-join and use it in a subsequent query. - posted by jh...@apache.org on 2014/09/12 10:06:44 UTC, 0 replies.
- git commit: [OPTIQ-408] Make FieldTrimmer work with RelNode base classes - posted by jh...@apache.org on 2014/09/13 07:24:19 UTC, 0 replies.
- git commit: [OPTIQ-406] Add tile and measure elements to lattice model element - posted by jh...@apache.org on 2014/09/13 09:29:16 UTC, 0 replies.
- git commit: [OPTIQ-409] PushFilterPastProjectRule should not push filters past windowed aggregates - posted by jh...@apache.org on 2014/09/16 00:14:33 UTC, 0 replies.
- git commit: [OPTIQ-407] RemoveTrivialProjectRule drops child node's traits - posted by jh...@apache.org on 2014/09/16 01:07:17 UTC, 0 replies.
- git commit: [OPTIQ-410] Allow lattice tiles to satisfy a query by rolling up - posted by jh...@apache.org on 2014/09/16 08:22:10 UTC, 0 replies.
- [1/3] git commit: Document how to build from git, and how to get jars from maven repo. - posted by jh...@apache.org on 2014/09/17 20:14:21 UTC, 0 replies.
- [2/3] git commit: Add test case for [OPTIQ-411] duplicate column aliases - posted by jh...@apache.org on 2014/09/17 20:14:22 UTC, 0 replies.
- [3/3] git commit: [OPTIQ-412] RelFieldTrimmer: when trimming SortRel, the collation and trait set don't match - posted by jh...@apache.org on 2014/09/17 20:14:23 UTC, 0 replies.
- git commit: Bad package name in package-info was causing errors in Eclipse. - posted by jh...@apache.org on 2014/09/18 10:10:58 UTC, 0 replies.
- git commit: [OPTIQ-414] Bad class name in sqlline shell script - posted by jh...@apache.org on 2014/09/18 10:36:00 UTC, 0 replies.
- [1/2] [OPTIQ-413] Add RelDataTypeSystem plugin, allowing different max precision of a DECIMAL - posted by jh...@apache.org on 2014/09/19 03:03:02 UTC, 0 replies.
- [2/2] git commit: [OPTIQ-413] Add RelDataTypeSystem plugin, allowing different max precision of a DECIMAL - posted by jh...@apache.org on 2014/09/19 03:03:03 UTC, 0 replies.
- git commit: Fix javadoc error. - posted by jh...@apache.org on 2014/09/19 03:55:18 UTC, 0 replies.
- git commit: [OPTIQ-416] Execute logical RelNodes using an interpreter - posted by jh...@apache.org on 2014/09/20 01:33:22 UTC, 0 replies.
- git commit: [OPTIQ-376] Move SqlRun into its own artifact - posted by jh...@apache.org on 2014/09/22 00:06:46 UTC, 0 replies.
- git commit: [OPTIQ-421] Add COVAR_POP and COVAR_SAMP aggregate functions - posted by jh...@apache.org on 2014/09/24 03:12:01 UTC, 0 replies.
- git commit: [OPTIQ-425] Add FilterAggregateTransposeRule, that pushes a filter through an aggregate. - posted by jh...@apache.org on 2014/09/26 23:07:28 UTC, 0 replies.
- [1/2] git commit: [OPTIQ-426] Pool JDBC data sources, to make it easier to pool connections - posted by jh...@apache.org on 2014/09/27 00:29:28 UTC, 0 replies.
- [2/2] git commit: [OPTIQ-427] Off-by-one issues in RemoveDistinctAggregateRule, AggregateFilterTransposeRule - posted by jh...@apache.org on 2014/09/27 00:29:29 UTC, 0 replies.
- git commit: [OPTIQ-427] Off-by-one issues in RemoveDistinctAggregateRule, AggregateFilterTransposeRule - posted by jh...@apache.org on 2014/09/30 23:18:32 UTC, 0 replies.