summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/qe
AgeCommit message (Expand)Author
2006-10-01Fix typoBrian S. O'Neill
2006-10-01Added FIXME comment for bug.Brian S. O'Neill
2006-09-30Finished join optimization.Brian S. O'Neill
2006-09-27Add support for faster full count.Brian S. O'Neill
2006-09-22Ordering property directions should be reversed if index is reversed.Brian S. O'Neill
2006-09-20Print plan shows multi-way joins.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-19Renamed empty cursor access method to "the".Brian S. O'Neill
2006-09-17Finished replacing old query engine.Brian S. O'Neill
2006-09-11Switch JDBC repository to use new query engine.Brian S. O'Neill
2006-09-11Completed new query engine implementation.Brian S. O'Neill
2006-09-08Add method to clear cached executor reference.Brian S. O'Neill
2006-09-08Renamed getStorage to getRootStorage.Brian S. O'Neill
2006-09-08Use OrderingList class everywhere.Brian S. O'Neill
2006-09-08Make better use of OrderingList class.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-05Added support to get free and unused orderings.Brian S. O'Neill
2006-09-04Rollback from revision 69.Brian S. O'Neill
2006-09-04Ensure remainder orderings have a specified direction.Brian S. O'Neill
2006-09-04OrderingScore supports automatic ordering direction when unspecified.Brian S. O'Neill
2006-09-04More progress on union analysis.Brian S. O'Neill
2006-09-04Test to ensure redundant orderings are eliminated.Brian S. O'Neill
2006-09-04Added FIXME.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-09-03More work on query engine.Brian S. O'Neill
2006-08-30Add new query engineBrian S. O'Neill