summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/qe
AgeCommit message (Expand)Author
2008-04-15Revert to original "after" filter construction, but ensure property filters a...Brian S. O'Neill
2008-04-14Renamed overloaded slice fetch method to fetchSlice for clarity.Brian S. O'Neill
2008-04-14Added "after" method and removed fetchAfter slice method.Brian S. O'Neill
2008-04-14Use constants in after filter.Brian S. O'Neill
2008-04-14Support query fetch limits.Brian S. O'Neill
2008-04-07Clean up use of MergeSortBuffer.Brian S. O'Neill
2008-04-06Added support for internal query hints.Brian S. O'Neill
2008-04-06Remove use of BeanPropertyAccessor.Brian S. O'Neill
2008-03-25Fixes for bugs as reported by FindBugs.Brian S. O'Neill
2008-01-22OrderingList is now Serializable.Brian S. O'Neill
2008-01-21Move StorableIndexSet to qe package.Brian S. O'Neill
2008-01-08Support ExistsFilter.Brian S. O'Neill
2007-10-26Added support for outer joins.Brian S. O'Neill
2007-10-14Support ordering by derived properties.Brian S. O'Neill
2007-10-14Added support for "where exists" in queries via new syntax.Brian S. O'Neill
2007-08-19Fixed query descending sort order bug which produced ascending results.Brian S. O'Neill
2007-08-06Support filters as joined and not joined from one-to-many properties.Brian S. O'Neill
2007-08-04Added convenience method, Query.exists()Brian S. O'Neill
2007-08-03Make sure partial comparator does not use full comparator rules.Brian S. O'Neill
2007-08-03Fixed query engine rule which sometimes favored index with incorrect ordering.Brian S. O'Neill
2007-06-29Fixed IllegalArgumentException with optimized join queries of the form "a.b =...Brian S. O'Neill
2007-05-20Comment updates.Brian S. O'Neill
2007-05-20Merged in covering index optimization.Brian S. O'Neill
2007-04-29Added @since tags.Brian S. O'Neill
2007-04-29Merged in support for derived properties.Brian S. O'Neill
2007-04-02Weak matches changed to extra matches.Brian S. O'Neill
2007-04-01Move Storable code generation support to separate package.Brian S. O'Neill
2007-03-31Disable weak match check for now.Brian S. O'Neill
2007-03-31Fix score comparison to favor index with fewer remainders.Brian S. O'Neill
2007-03-31Consider weak matches in filtering score.Brian S. O'Neill
2007-01-19Added additional index selection tie-breaker if index is most likely defined ...Brian S. O'Neill
2007-01-11Fixes for bugs found using FindBugs.Brian S. O'Neill
2006-11-23Fixed bug when passing constants with 'and' or 'or' query ops.Brian S. O'Neill
2006-11-04Fixed exception when printing join plan with blank parameters.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-13Pass the internal query executor along when "with" is called, as an optimizat...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-10-09Add rule to check user preferences as index selection tie-breaker.Brian S. O'Neill
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