summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/qe/IndexedQueryAnalyzer.java
AgeCommit message (Expand)Author
2008-04-06Added support for internal query hints.Brian S. O'Neill
2007-10-26Added support for outer joins.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-11-01Use internal join property correctly (undos and fixes change from 180)Brian S. O'Neill
2006-10-19Use proper side of join.Brian S. O'Neill
2006-10-10Removed broken (and useless) delegate merging optimization.Brian S. O'Neill
2006-09-30Finished join optimization.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-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