summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-08-062-0/+17
* SERVER-48993 explodeForSort can produce incorrect query planMindaugas Malinauskas2020-08-042-0/+167
* SERVER-45233 Indexed array inequality fixed to use correct boundsTed Tuckman2020-07-151-46/+107
* SERVER-35921 Make IXSCAN use the proper MinKey/MaxKey bounds on LT and GTMisha Ivkov2020-07-154-11/+27
* SERVER-48614 Fix plan cache discriminators for partial wildcard indexesDavid Storch2020-06-164-28/+215
* SERVER-47773 Error consistently when tailable cursors and $near are used toge...Drew Paroski2020-05-272-1/+7
* SERVER-45508 Fix crash when planning collated sort within multi point intervalDavid Percy2020-03-312-8/+21
* SERVER-40805 Indicate reason for replanningDavid Percy2020-03-312-2/+2
* SERVER-39241 Apply noFetchBonus iff no FETCH stage; disregard PROJECTIONDavid Percy2020-03-312-7/+81
* SERVER-45137 Remove namespaces from Top when collections are renamedGregory Wlodarek2020-02-111-2/+2
* SERVER-41872 PlanEnumerator AndAssignment::choices ordering not stable and is...James Wahlin2020-02-072-2/+72
* SERVER-45152 Clean up git merge to unit testJacob Evans2020-01-151-1/+1
* SERVER-45152 Demote invariant to massert to prevent server crashesJacob Evans2020-01-142-4/+32
* SERVER-43349 Accommodate double $nots during serializationCharlie Swanson2019-12-191-1/+1
* SERVER-44869 Add query knobs for $push and $addToSet memory limitsCharlie Swanson2019-12-091-0/+22
* SERVER-43860 Always upsert exact source document for pipeline-insert $merger4.2.2-rc0Bernard Gorman2019-12-032-5/+14
* SERVER-44377 generate correct plan for indexed inequalities to nullIan Boros2019-11-133-54/+171
* SERVER-38691 Include serverInfo in explain output for aggregation and shardingDavid Percy2019-11-115-20/+101
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-015-21/+19
* SERVER-40546 Fix min/max boundary checkingIan Boros2019-10-291-2/+4
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-044-19/+28
* SERVER-40466 Unify checks for being in a multi-document transactionSamyukta Lanka2019-09-242-16/+7
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-09-175-4/+37
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-09-132-10/+3
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionArun Banala2019-08-266-83/+421
* SERVER-42518 Prevent paths with successive array indexes from using a wildcar...David Storch2019-08-222-50/+119
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-2651-925/+498
* SERVER-42291 generate correct bounds for $nin null queriesIan Boros2019-07-233-7/+55
* SERVER-41829 findAndModify ignores filter expressions that are not objectsArun Banala2019-07-122-3/+57
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-07-031-3/+1
* SERVER-1599 Fix lintBlake Oler2019-07-032-2/+2
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-07-039-43/+266
* SERVER-40383 Handle week, day edge cases in timelib_date_from_isodateJustin Seyster2019-07-011-0/+56
* SERVER-40810 give precedence index filter > hint > index on DISTINCT_SCANMisha Ivkov2019-07-011-12/+36
* SERVER-41589 OplogStartHack should use the requested yield policy.Justin Seyster2019-06-211-3/+5
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-201-2/+1
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-0/+8
* SERVER-23831 Remove fastmodinsertXin Hao Zhang2019-05-311-1/+0
* 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