summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41222 TransactionHistoryIterator should not yield PBWM lockJustin Seyster2019-05-242-4/+9
* SERVER-41238 Allow $$NOW and $$CLUSTER_TIME to be used in the find commandBernard Gorman2019-05-246-40/+128
* SERVER-40407 Add support for $$NOW and $$CLUSTER_TIME in the findAndModify co...Bernard Gorman2019-05-193-0/+64
* SERVER-40239 New alias: $replaceWith => $replaceRootCharlie Swanson2019-05-151-4/+4
* SERVER-40134 fix bug in distinct() against viewsIan Boros2019-05-142-10/+129
* SERVER-40005 Fix FindAndModifeRequest::bypassDocumentValidation/writeConcernPawel Terlecki2019-05-133-44/+118
* SERVER-40405 Add support for 'sort' option in combination with a pipeline-sty...James Wahlin2019-05-081-8/+3
* SERVER-40404 Add support for 'fields' option in combination with a pipeline-s...James Wahlin2019-05-081-4/+0
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-074-8/+8
* SERVER-40399 Test support for 'collation' option in combination with a pipeli...James Wahlin2019-05-071-4/+0
* SERVER-40465 $group will not distinct scan multikey indexIan Boros2019-05-033-0/+98
* SERVER-40397 Add pipeline updates to findAndModifyCharlie Swanson2019-04-304-39/+123
* SERVER-40005 Add translation for FindAndModify for FLEPawel Terlecki2019-04-263-59/+93
* SERVER-38478 Remove UninterruptibleLockGuard in query yieldEric Milkie2019-04-265-181/+79
* Revert "SERVER-40005 Add translation for FindAndModify for FLE"Benety Goh2019-04-253-93/+59
* SERVER-40005 Add translation for FindAndModify for FLEPawel Terlecki2019-04-253-59/+93
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-2510-711/+689
* SERVER-40510 Distinct command can create an invalid BSON projection spec if k...Martin Neupauer2019-04-121-0/+4
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-1110-128/+113
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-113-4/+4
* SERVER-40463 String utils output StringData instead of std::stringHenrik Edin2019-04-103-13/+10
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-0929-115/+111
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-087-32/+30
* SERVER-40005 Added setters for query and update to FindAndModifyRequestPawel Terlecki2019-04-052-2/+22
* SERVER-39514 Move CollectionCatalogEntry ownership to UUIDCatalogXiangyu Yao2019-04-051-0/+3
* SERVER-13298 distinct now uses index for multikey dotted fieldsIan Boros2019-04-041-5/+0
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-035-4/+35
* SERVER-40089 $group optimized with DISTINCT_SCAN cannot use $$ROOTJustin Seyster2019-03-284-251/+244
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-2811-25/+32
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-2210-27/+28
* SERVER-40295 Add details to stage_builder.cpp invariant messageJames Wahlin2019-03-221-1/+5
* SERVER-39256 Add a method for serializing a parsed distinct commandNick Zolnierz2019-03-204-56/+167
* SERVER-39507 Transfer Collection ownership to UUIDCatalogDivjot Arora2019-03-201-2/+2
* SERVER-39764 fix bug where $in is planned from cache incorrectlyIan Boros2019-03-184-4/+123
* SERVER-15221 Planner sort analysis should not add FETCH stage if sort key inc...James Wahlin2019-03-154-20/+297
* SERVER-40062 Add skipWriteConflictRetries failpoint.Max Hirschhorn2019-03-131-1/+1
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-121-0/+3
* Revert "SERVER-39171 Implement encrypt.bsonType validation"David Storch2019-03-121-3/+0
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-121-0/+3
* SERVER-39302 Remove all high-water-mark code necessary to support default col...Bernard Gorman2019-03-111-1/+1
* SERVER-40056 Remove partial implementation of streaming $group.David Storch2019-03-113-32/+0
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-1/+1
* SERVER-39505 Make ViewCatalog a decoration on Database.Divjot Arora2019-03-071-1/+2
* SERVER-39903 notablescan parameter should be ignored for internally usedMartin Neupauer2019-03-051-3/+3
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-035-5/+0
* SERVER-39523 Run validity checking before allowing Stitch lib projectionJacob Evans2019-03-011-1/+1
* SERVER-39863 remove std using namespace directivesBilly Donahue2019-02-281-180/+178
* SERVER-39495 Only return versioned filtering metadata for cases that actually...Kaloian Manassiev2019-02-282-9/+8
* SERVER-39495 Move ShardingState::needCollectionMetadata under OperationShardi...Kaloian Manassiev2019-02-274-18/+12
* SERVER-39537 Migrate expression_index_knobs to IDLSara Golemon2019-02-226-116/+73