summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/qe/UnionQueryAnalyzer.java
AgeCommit message (Expand)Author
2007-10-14Added support for "where exists" in queries via new syntax.Brian S. O'Neill
2007-05-20Merged in covering index optimization.Brian S. O'Neill
2007-01-11Fixes for bugs found using FindBugs.Brian S. O'Neill
2006-10-11Resolved some warnings.Brian S. O'Neill
2006-10-10Removed broken (and useless) delegate merging optimization.Brian S. O'Neill
2006-09-20More tests and fixes.Brian S. O'Neill
2006-09-19More tests and fixes.Brian S. O'Neill
2006-09-17Finished replacing old query engine.Brian S. O'Neill
2006-09-11Completed new query engine implementation.Brian S. O'Neill
2006-09-08Use OrderingList class everywhere.Brian S. O'Neill
2006-09-07Initial tests and fixes for union query analysis.Brian S. O'Neill
2006-09-06Short-circuit if re-calc eliminates needs for union.Brian S. O'Neill
2006-09-06Resolve orderings with unspecified direction.Brian S. O'Neill
2006-09-05More progress on total ordering support.Brian S. O'Neill
2006-09-05comment typoBrian S. O'Neill
2006-09-04More progress on union analysis.Brian S. O'Neill
2006-09-04Removed extra constructors.Brian S. O'Neill
2006-09-03Manage ordering properties with lists.Brian S. O'Neill
2006-08-30Add new query engineBrian S. O'Neill