summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24997 create CannotIndexParallelArrays error codeJudah Schvimer2016-07-121-1/+1
* SERVER-23924 Make _id index inherit the collection's default collationTess Avitabile2016-07-082-6/+8
* SERVER-24415 Replace instances of shared_ptr<CollectionMetadata> with ScopedC...Leon Zaruvinsky2016-07-073-9/+7
* SERVER-24182 Add collation-related information to explain outputTess Avitabile2016-07-054-0/+21
* SERVER-24242 Stop applying the MatchExpression to OplogReplay queries after f...Mathias Stearn2016-06-232-7/+11
* SERVER-24664 Get rid of calls to ShardingState::getCollectionMetadataLeon Zaruvinsky2016-06-222-9/+25
* SERVER-23103 Remove the ntservice mockAndrew Morrow2016-06-161-3/+0
* SERVER-23103 Remove the unit test crutchAndrew Morrow2016-06-161-3/+0
* SERVER-24508 move collation serialization into the CollationSpecDavid Storch2016-06-151-2/+1
* SERVER-23064 COUNT_SCAN query execution stage does not report index bounds in...David Hatch2016-06-102-0/+43
* SERVER-23265 Make aggregation diagnostics consistentJames Wahlin2016-06-072-1/+14
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-037-31/+31
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-035-4/+17
* SERVER-24122 make SORT_KEY_GENERATOR convert strings in sort keys to ICU comp...David Storch2016-05-318-53/+58
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2826-46/+57
* SERVER-23905 Remove getNS() from OperationContext.Andy Schwerin2016-05-271-2/+0
* SERVER-23968 Make GEO_NEAR_2DSPHERE stage respect the collationTess Avitabile2016-05-261-1/+5
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-2510-127/+200
* SERVER-23968 Ban idhack for queries with collationTess Avitabile2016-05-241-1/+1
* SERVER-23968 Fixes for end-to-end query with collation using indexTess Avitabile2016-05-231-1/+2
* SERVER-23933 Remove OpDebug from ops/update.cpp::update()James Wahlin2016-05-191-0/+1
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer...Waley Chen2016-05-1810-199/+126
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-1710-126/+199
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-23115 Include path-level multikey information in explain output.Max Hirschhorn2016-05-174-0/+19
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-2/+4
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-082-3/+13
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-053-8/+16
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-0411-20/+20
* SERVER-23925 Make BSONObj underlying WSM outlive cursor on refetch.Max Hirschhorn2016-05-021-0/+4
* SERVER-23092 Collation-aware index key generationTess Avitabile2016-05-021-1/+3
* SERVER-23680 make $elemMatch projection respect the collationDavid Storch2016-04-276-15/+50
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-263-3/+6
* SERVER-23099 DocumentSourceCursor always retrieves output sort from PlanExecu...Benjamin Murphy2016-04-261-0/+8
* SERVER-23243 Replace the easy-to-remove usages of Listener::getElapsedTimeMil...Waley Chen2016-04-251-1/+0
* SERVER-21612 Reorder lookup and match.Benjamin Murphy2016-04-251-1/+1
* SERVER-23272 Remove 'keyUpdates', 'fastmod' and 'moved' metricsJames Wahlin2016-04-252-8/+0
* SERVER-23473 Add collation parameter to the group commandTess Avitabile2016-04-221-0/+4
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-214-3/+10
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-214-10/+3
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-214-3/+10
* SERVER-23257 Report keysExamined/docsExamined/hasSortStage where validJames Wahlin2016-04-202-14/+3
* SERVER-23612 Make the ENSURE_SORTED PlanStage respect the query's collationTess Avitabile2016-04-182-3/+15
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+3
* SERVER-23350 Make the SORT_MERGE PlanStage respect the query's collationTess Avitabile2016-04-112-4/+17
* SERVER-23095 Make the in-memory SORT PlanStage respect the query's collationTess Avitabile2016-04-064-11/+66
* SERVER-23494 Remove link dependency of mongod on coreshardKaloian Manassiev2016-04-051-1/+1
* SERVER-23191 group should pass an owned BSONObj to the reduce functionJonathan Reams2016-03-281-1/+2
* SERVER-22178 Move calls that cannot throw out of try/catch block.Charlie Swanson2016-03-252-2/+2
* SERVER-22178 Always retry sorted findAndModify upon write conflict.Charlie Swanson2016-03-257-112/+280