summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56516 Fix undefined behaviour in $slice arguments parsingNikita Lapkov2021-07-093-14/+81
* SERVER-46811 multi=true updates can modify the shard key of orphan documents ...Haley Connelly2021-06-041-3/+10
* SERVER-52953 $geoNear does not always match coordinate given to 'near' when m...Mihai Andrei2021-03-091-3/+18
* SERVER-47030 Fix date_time_support to not throw exceptionsJacob Evans2021-01-291-0/+2367
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2021-01-051-2/+5
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-10-113-4/+42
* SERVER-51120 Find queries with MERGE_SORT incorrectly sort the results when t...Mindaugas Malinauskas2020-10-042-1/+45
* SERVER-39392 Remove tautological invariantAndrew Morrow2020-08-171-1/+0
* SERVER-40805 Indicate reason for replanningDavid Percy2020-03-313-7/+16
* SERVER-43349 Accommodate double $nots during serializationCharlie Swanson2019-12-191-1/+1
* SERVER-43860 Always upsert exact source document for pipeline-insert $merger4.2.2-rc0Bernard Gorman2019-12-034-350/+470
* SERVER-44571 Documents involved in SERVER-44050 corruption scenario cannot be...Arun Banala2019-11-201-0/+1
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-042-16/+15
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-09-171-2/+2
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionArun Banala2019-08-261-0/+156
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-2612-32/+25
* SERVER-41214 Fix data race in restoring PlanStages which require a collection.David Storch2019-06-261-10/+20
* SERVER-41294 shard filtering for $sbIan Boros2019-06-075-32/+197
* SERVER-23831 Remove fastmodinsertXin Hao Zhang2019-05-313-12/+1
* SERVER-39158 Change updates to prefer target by the queryArun Banala2019-05-222-34/+43
* SERVER-41002 Throw WouldChangeOwningShardError on upsert if shard does not ow...jannaerin2019-05-162-17/+67
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-2/+2
* SERVER-40812 Allow replica set secondary node to batch apply same-node docume...Blake Oler2019-04-301-2/+5
* SERVER-40813 remove all -inl.h filesBilly Donahue2019-04-303-2/+4
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-252-20/+13
* SERVER-39940 Model a shard key update as a delete inside the chunk migration ...Blake Oler2019-04-242-7/+22
* SERVER-39845 Create targeted concurrency test that updates the shard key and ...jannaerin2019-04-161-7/+15
* SERVER-39567 Change find min/max options to require hintIan Boros2019-04-112-7/+6
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-112-12/+6
* SERVER-40463 String utils output StringData instead of std::stringHenrik Edin2019-04-101-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-0916-32/+32
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-082-7/+7
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-286-11/+16
* SERVER-40200 remove query_exec lib dependency on transaction libraryjannaerin2019-03-271-10/+4
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-7/+7
* SERVER-39837 Allow findAndModify to update the shard key value when run in tr...jannaerin2019-03-201-3/+2
* SERVER-39630 Allow updates to the shard key value only when the document will...jannaerin2019-03-202-54/+69
* Revert "SERVER-39630 Allow updates to the shard key value only when the docum...jannaerin2019-03-192-52/+51
* SERVER-39630 Allow updates to the shard key value only when the document will...jannaerin2019-03-192-51/+52
* SERVER-39841 Add ability to start and commit transaction in documentShardKeyU...jannaerin2019-03-181-3/+3
* SERVER-15221 Planner sort analysis should not add FETCH stage if sort key inc...James Wahlin2019-03-152-7/+9
* SERVER-39302 Remove all high-water-mark code necessary to support default col...Bernard Gorman2019-03-111-2/+1
* SERVER-39780 Throw WouldChangeOwningShardException in update stage when node ...jannaerin2019-03-062-6/+69
* SERVER-39356 Refactor speculative majority read data structures and methods t...William Schultz2019-03-062-12/+7
* SERVER-39495 Only return versioned filtering metadata for cases that actually...Kaloian Manassiev2019-02-281-2/+2
* SERVER-39537 Migrate expression_index_knobs to IDLSara Golemon2019-02-221-3/+3
* SERVER-39765 Rename `exec/update.{h,cpp}` to `exec/update_stage.{h,cpp}`Kaloian Manassiev2019-02-222-1/+1
* SERVER-37786 Add new ChangeStreamFatalError codeBernard Gorman2019-02-221-1/+1
* SERVER-39019 Fix incorrect $elemMatch $ne serializationJames Wahlin2019-02-191-0/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1390-91/+0