summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6491 Prevent dropping shard key index when alternative index doesn't e...Randolph Tan2022-03-162-7/+7
* SERVER-63255 Fix dbStats output for non-existing database to match existing d...Yu Jin Kang Park2022-03-161-9/+17
* SERVER-64074 Optimize how we build the DebugInfo for plan cacheRuoxin Xu2022-03-151-5/+7
* SERVER-64031 serverStatus should not take PBWM lock and skip ticket acquisitionGregory Wlodarek2022-03-151-0/+5
* SERVER-62710 Ensure that AsyncResultsMerger attempts to kill shard cursors wh...Romans Kasperovics2022-03-151-53/+64
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-141-0/+4
* SERVER-63684: Rollback SERVER-62101, changes not required after SERVER-57250Yu Jin Kang Park2022-03-141-7/+0
* Revert "SERVER-63850 Add the count command to API version 1"Sviatlana Zuiko2022-03-141-4/+0
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-121-0/+4
* SERVER-64245 Make SetUserWriteBlockModeCoordinator set the write blocking sta...Jordi Serra Torrens2022-03-101-0/+5
* SERVER-64111 Update 'getMore' command to take locks on secondary namespacesMihai Andrei2022-03-101-11/+24
* SERVER-63159 Implement the $_internalApplyOplogUpdate aggregation stageDrew Paroski2022-03-101-0/+1
* SERVER-64343 Integration tests for orphans tracking during upgrade/downgradePierlauro Sciarelli2022-03-101-3/+3
* SERVER-62260 setClusterParameter IDL onlyAdam Rayner2022-03-092-0/+55
* SERVER-63444 Make retryable findAndModify executed in internal transactions r...Cheahuychou Mao2022-03-091-0/+6
* SERVER-63519 Extend RecoverableCriticalSectionService to accommodate global u...Jordi Serra Torrens2022-03-092-7/+36
* SERVER-64057 Implement a scoped object for setting the expected shard/databas...Kaloian Manassiev2022-03-091-2/+4
* Revert "SERVER-63519 Extend RecoverableCriticalSectionService to accommodate ...auto-revert-processor2022-03-092-36/+7
* SERVER-61333 ban snapshot read distinct cmd of sharded coll on mongod, not mo...Kyle Suarez2022-03-081-0/+8
* SERVER-63466 Fail shardCollection if an indexed encrypted field is used as a ...Erwin Pe2022-03-082-16/+12
* SERVER-63519 Extend RecoverableCriticalSectionService to accommodate global u...Jordi Serra Torrens2022-03-082-7/+36
* SERVER-61422 Update SBE filter stage builder to use parameter markersRuoxin Xu2022-03-081-0/+1
* SERVER-64038 Allow any lock mode for multi-collection locking in AutoGet* hel...Dianna Hohensee2022-03-071-5/+2
* SERVER-63697 Simplify shard merge recipient coordinationA. Jesse Jiryu Davis2022-03-052-0/+91
* SERVER-60321 Fix edge cases when setting up state for Lock-free readsHenrik Edin2022-03-043-14/+14
* SERVER-63666 set/clear numOrphanDocs field in RangeDeletions during setFCVPaolo Polato2022-03-031-0/+15
* SERVER-1864 Support Capped Collection Size IncreaseFaustoleyva542022-03-031-2/+2
* SERVER-64078 Only truncate error messages if they are bigger than 1MKaloian Manassiev2022-03-031-3/+17
* SERVER-64110 Stop retrying unordered writes after committing ordered writes h...Rui Liu2022-03-031-26/+43
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-022-4/+37
* SERVER-63525 Build setUserWriteBlockingMode mongos commandJordi Serra Torrens2022-03-021-4/+11
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-012-27/+25
* SERVER-60016 serverStatus should not block on the RSTL lock with the WT stora...Dianna Hohensee2022-02-281-0/+10
* SERVER-63673 Prohibit encrypted fields with capped collectionsErwin Pe2022-02-281-0/+4
* SERVER-60800-enable-lookup-unionwith-nonsharded: Merge remote-tracking branch...Ruslan Abdulkhalikov2022-02-281-0/+4
* SERVER-61010 Require a `Status` for `BucketCatalog::abort`Gregory Noma2022-02-281-56/+52
* SERVER-63331 Remove unnecessary conversion between BSON and WriteError IDLKaloian Manassiev2022-02-271-115/+62
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-2610-85/+59
* Revert "SERVER-63331 Remove unnecessary conversion between BSON and WriteErro...Kaloian Manassiev2022-02-261-62/+115
* SERVER-61769 Remove inMultiDocumentTransaction from expCtxJennifer Peshansky2022-02-251-1/+0
* SERVER-63331 Remove unnecessary conversion between BSON and WriteError IDLKaloian Manassiev2022-02-251-115/+62
* SERVER-62738 implement aggregate $_passthroughToShard optionMickey. J Winters2022-02-251-0/+1
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-241-2/+2
* SERVER-63331 Convert WriteErrors parsing into IDLKaloian Manassiev2022-02-232-77/+49
* SERVER-63563 Remove outdated TODOs for `disallowNewDuplicateKeys` fieldYuhong Zhang2022-02-231-1/+0
* SERVER-63088 Enable chunk version persisted format change by default and ensu...Marcos José Grillo Ramirez2022-02-211-4/+8
* SERVER-63266 Allow server to be started without setname in serverless modeDidier Nadeau2022-02-201-3/+3
* SERVER-63465 Create index limitations with encrypted fieldsErwin Pe2022-02-182-0/+71
* SERVER-63088 Change chunk version persistance formatMarcos José Grillo Ramirez2022-02-181-10/+16
* SERVER-63702 Wire setUserWriteBlockMode to in-memory stateGabriel Marks2022-02-172-2/+12