| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-15225 CachedPlanStage can replan poorly performing queries after a tri... | David Storch | 2015-04-13 | 1 | -19/+3 |
* | SERVER-14096 explain find() at queryPlanner verbosity | David Storch | 2014-06-11 | 1 | -0/+3 |
* | SERVER-13256: Remove pch - qualify std in headers | Mark Benvenuto | 2014-05-19 | 1 | -2/+2 |
* | SERVER-13084: remove many cc() calls from query/exec world | Eliot Horowitz | 2014-04-17 | 1 | -0/+1 |
* | SERVER-12282 fixed memory leak in get_runner. fixed planFromCache signature t... | Benety Goh | 2014-01-21 | 1 | -2/+2 |
* | SERVER-12296 cache a backup plan for blocking sort solutions | David Storch | 2014-01-12 | 1 | -1/+29 |
* | SERVER-5470 extended plan cache to hold all solutons from planning process | Benety Goh | 2014-01-08 | 1 | -1/+1 |
* | SERVER-10564 plan cache data storage mechanism | David Storch | 2013-12-31 | 1 | -0/+40 |
* | SERVER-10142: Eliminate Compiler Warnings on Windows Builders | Mark Benvenuto | 2013-12-18 | 1 | -1/+1 |
* | SERVER-10026 skeleton of cache for query plans | Hari Khalsa | 2013-12-16 | 1 | -0/+7 |
* | SERVER-12005 reject queries with bad hints, invalid min/max specs and missing... | Benety Goh | 2013-12-12 | 1 | -3/+3 |
* | SERVER-10026 break planner into four pieces | Hari Khalsa | 2013-11-21 | 1 | -245/+1 |
* | SERVER-10026 fix qlog to be faster | Hari Khalsa | 2013-11-18 | 1 | -1/+1 |
* | SERVER-10026 add NO_BLOCKING_SORT as planner option for agg | Hari Khalsa | 2013-11-18 | 1 | -0/+6 |
* | SERVER-10026 fix shard filter comments | Hari Khalsa | 2013-11-13 | 1 | -0/+4 |
* | SERVER-10026 perform shard filtering as a data access stage | Hari Khalsa | 2013-11-09 | 1 | -12/+31 |
* | SERVER-10026 when pulling sort out of the idx consider reverse sort as well | Hari Khalsa | 2013-11-07 | 1 | -1/+2 |
* | SERVER-10026 sort queries now go through new system | Hari Khalsa | 2013-11-01 | 1 | -18/+23 |
* | SERVER-10026 sort with improved sort analysis | Hari Khalsa | 2013-10-30 | 1 | -1/+31 |
* | SERVER-10471 merge index bounds, enumerate based on indices, bug fixes | Hari Khalsa | 2013-10-07 | 1 | -4/+5 |
* | SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries... | Hari Khalsa | 2013-10-04 | 1 | -6/+20 |
* | SERVER-10471 fix build, always output collscans in test | Hari Khalsa | 2013-10-02 | 1 | -0/+3 |
* | SERVER-10471 multikey correctness, fix compound idxs, a few bug fixes | Hari Khalsa | 2013-10-01 | 1 | -13/+24 |
* | SERVER-10471 enumerate indices w/array operators correctly, clean up and comm... | Hari Khalsa | 2013-09-30 | 1 | -0/+151 |
* | SERVER-8886 Add OpenSSL exception to files in src/mongo/db | Ian Whalen | 2013-09-06 | 1 | -0/+12 |
* | SERVER-10026 SERVER-10471 begin more sustainable planning approach | Hari Khalsa | 2013-08-29 | 1 | -12/+1 |
* | SERVER-10471 lt(e) gt(e) | Hari Khalsa | 2013-08-14 | 1 | -11/+3 |
* | SERVER-10026 SERVER-10471 unittestable query planner | Hari Khalsa | 2013-08-12 | 1 | -0/+10 |
* | SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queries | Hari Khalsa | 2013-08-05 | 1 | -2/+13 |
* | SERVER-10026 skeleton of query parsing & planning, cache | Hari Khalsa | 2013-07-30 | 1 | -0/+39 |