summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/cursor
AgeCommit message (Expand)Author
2008-05-14Moved utility comparators to util package.Brian S. O'Neill
2008-05-11Simplify and fix count calculation.Brian S. O'Neill
2008-05-06Code cleanup: add @Override annotations, remove unused imports, remove dead c...Brian S. O'Neill
2008-04-19Use Javadoc literals.Brian S. O'Neill
2008-04-18Support renamed properties in indexes and keys.Brian S. O'Neill
2008-04-07MergeSortBuffer optionally accepts a Storage now.Brian S. O'Neill
2008-04-06Added since tags.Brian S. O'Neill
2008-04-06Added javadoc links.Brian S. O'Neill
2008-04-06Replace SliceCursor with simpler SkipCursor and LimitCursor classes.Brian S. O'Neill
2008-04-06Simplified slice API.Brian S. O'Neill
2008-03-28Prevent duplicate field generation.Brian S. O'Neill
2008-02-16Remove obsolete StorableSerializer class.Brian S. O'Neill
2008-01-27Replace ViewCursor with SliceCursor.Brian S. O'Neill
2007-10-26Added support for outer joins.Brian S. O'Neill
2007-10-21Allow open exists filter to operate on many-to-one join.Brian S. O'Neill
2007-10-14Added support for "where exists" in queries via new syntax.Brian S. O'Neill
2007-10-11Support sorting of arrays.Brian S. O'Neill
2007-09-02Disable short-circuit optimizer until fixed.Brian S. O'Neill
2007-08-26Yanked out support for filtering against one-to-many join properties. It need...Brian S. O'Neill
2007-08-20Fixed bug in GroupedCursor which discarded last group if it had one element.Brian S. O'Neill
2007-08-04Add filtering short-circuit optimization.Brian S. O'Neill
2007-08-04Support query filters against one-to-many join properties.Brian S. O'Neill
2007-05-21Added ViewCursor class.Brian S. O'Neill
2007-04-29Added @since tags.Brian S. O'Neill
2007-04-19Comment fix.Brian S. O'Neill
2007-04-01Move Storable code generation support to separate package.Brian S. O'Neill
2007-03-28Merged 1.2-dev to trunk.Brian S. O'Neill
2007-03-20Actually use default temp dir config.Brian S. O'Neill
2007-02-12Added system properties to control performance characteristics of MergeSortBu...Brian S. O'Neill
2007-01-29Fixed multiple cursor implementations to be extra paranoid and close the curs...Brian S. O'Neill
2007-01-28Fixed bug when filtering against negative floating point values.Brian S. O'Neill
2007-01-13MergeSortBuffer detects misconfiguration early.Brian S. O'Neill
2007-01-11Fixes for bugs found using FindBugs.Brian S. O'Neill
2006-12-22Doc clarification.Brian S. O'Neill
2006-10-11Resolved some warnings.Brian S. O'Neill
2006-09-30Finished join optimization.Brian S. O'Neill
2006-09-20Comments and label changes.Brian S. O'Neill
2006-09-19Added SingletonCursor.Brian S. O'Neill
2006-09-19Removed all cursor synchronization. It just adds overhead and no real (or nee...Brian S. O'Neill
2006-09-19Restored synchronization and added comment for doing so.Brian S. O'Neill
2006-09-19Renamed empty cursor access method to "the".Brian S. O'Neill
2006-09-19Removed unnecessary synchronization.Brian S. O'Neill
2006-09-03More work on query engine.Brian S. O'Neill
2006-08-30Add cursor implementationsBrian S. O'Neill