summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/cursor
AgeCommit message (Expand)Author
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