summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/get_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24401 allow DISTINCT_SCAN plans over collator comparison keysDavid Storch2016-08-181-32/+83
* SERVER-24239 Allow use of names in index filter commands.David Hatch2016-08-041-13/+7
* SERVER-24239 Refactor QuerySettings to use values instead of unowned pointer.David Hatch2016-08-021-3/+3
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-3/+2
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-8/+5
* SERVER-23924 Make _id index inherit the collection's default collationTess Avitabile2016-07-081-3/+20
* SERVER-24415 Replace instances of shared_ptr<CollectionMetadata> with ScopedC...Leon Zaruvinsky2016-07-071-2/+1
* SERVER-24242 Stop applying the MatchExpression to OplogReplay queries after f...Mathias Stearn2016-06-231-0/+8
* SERVER-24644 $min/$max update operators respect collation.David Hatch2016-06-211-0/+7
* SERVER-23611 Distinct use collection default collation, if unspecifiedJ. Rassi2016-06-131-2/+12
* SERVER-23611 Queries use collection default collation, if unspecifiedJ. Rassi2016-06-131-0/+13
* SERVER-23611 Improve signature of prepareExecution()J. Rassi2016-06-061-117/+137
* SERVER-24175 Distinct command should respect the collationTess Avitabile2016-06-061-32/+28
* SERVER-23791 harden integration testing for commands that accept a collationDavid Storch2016-06-031-0/+1
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-29/+28
* SERVER-24122 make SORT_KEY_GENERATOR convert strings in sort keys to ICU comp...David Storch2016-05-311-1/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+7
* SERVER-23968 Fixes for end-to-end query with collation using indexTess Avitabile2016-05-231-2/+5
* SERVER-23933 Remove OpDebug from ops/update.cpp::update()James Wahlin2016-05-191-1/+3
* SERVER-23613 StageBuilder::build() should propagate collator from CanonicalQu...Tess Avitabile2016-05-161-2/+2
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-30/+27
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-081-0/+2
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-5/+7
* SERVER-23680 make $elemMatch projection respect the collationDavid Storch2016-04-271-0/+2
* SERVER-23551 $isolated writes should use WRITE_CONFLICT_RETRY_ONLYMathias Stearn2016-04-211-4/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+4
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-4/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+4
* SERVER-23297 consolidate namespace validationRobert Guo2016-04-121-3/+3
* SERVER-22178 Always retry sorted findAndModify upon write conflict.Charlie Swanson2016-03-251-0/+1
* SERVER-22359 Move ensureShardVersionOkOrThrow to CollectionShardingStateKaloian Manassiev2016-03-101-4/+4
* SERVER-22093 Aggregation uses a COUNT plan when no fields are needed from inp...Benjamin Murphy2016-03-041-4/+3
* SERVER-22344 Error if OplogReplay cursor requested on non-capped collectionTess Avitabile2016-02-171-0/+5
* SERVER-20536 Ignore comment field when planning counts.Charlie Swanson2016-02-041-42/+41
* SERVER-22133 generate COUNT_SCAN plans properly from the plan cacheDavid Storch2016-01-291-10/+10
* SERVER-21510 trip invariant on attempt to create PlanStages with a no-op exte...David Storch2016-01-041-6/+8
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-1/+3
* SERVER-19510 Move ExtensionsCallback out of MatchExpressionParserJason Rassi2015-11-121-1/+1
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-061-0/+2
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-051-5/+5
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-12/+13
* SERVER-21166 don't leak DistinctNodeDavid Storch2015-10-291-3/+3
* SERVER-20117 Allow queries with meta sortkey to be covered in mongosYunhe (John) Wang2015-10-121-1/+0
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-20641 Equality query on _id with sort now works on mongosYunhe (John) Wang2015-10-011-48/+19
* SERVER-18084 Remove usages of ShardingState::get(globalOperationContext())Kaloian Manassiev2015-09-221-13/+12
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-13/+19
* SERVER-18767 fix bug preventing mongod from using the ShardFilterStage for th...David Storch2015-08-311-2/+1
* Revert "Revert "SERVER-19946 support the tailable option for unsharded capped...David Storch2015-08-211-10/+0
* Revert "SERVER-19946 support the tailable option for unsharded capped collect...David Storch2015-08-201-0/+10