summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47577: readConcernCounters metric in serverStatusLingzhi Deng2020-04-296-2/+24
* SERVER-46952 Create server parameter shutdownTimeoutMillisForSignaledShutdown...Tess Avitabile2020-04-292-4/+16
* SERVER-46708 Support let variables in update commandKatherine Wu2020-04-281-0/+1
* SERVER-47576 Include atClusterTime in snapshot read replyA. Jesse Jiryu Davis2020-04-283-2/+5
* SERVER-47572 Snapshot reads use majority committed timestampA. Jesse Jiryu Davis2020-04-271-0/+9
* SERVER-46951 Implement quiesce mode on mongodTess Avitabile2020-04-271-0/+9
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-2650-50/+50
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-251-6/+4
* SERVER-47687 Remove extra aggregation request parsing in PipelineCommandEric Cox2020-04-251-1/+1
* SERVER-47754 Allow background validation to run on storage engines that do no...Gregory Wlodarek2020-04-241-14/+13
* SERVER-47658: Improve validate diagnostics, with a focus on multikey failures.Daniel Gottlieb2020-04-241-0/+3
* SERVER-47526 Use getCollectionDescription on rename collectionMarcos José Grillo Ramírez2020-04-242-7/+10
* SERVER-46758 In-memory FCV value should properly reflect the on-disk FCV afte...Jason Chan2020-04-223-42/+81
* SERVER-47190: Shutdown command with force:true should ignore all stepdown errorsLingzhi Deng2020-04-222-8/+35
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-221-0/+2
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-228-111/+88
* SERVER-47472 Remove usages of checkShardVersionOrThrow_DEPRECATED from the wr...Kaloian Manassiev2020-04-211-7/+3
* SERVER-46823 Enable default for index commit quorum as "votingMembers".Suganthi Mani2020-04-201-1/+1
* SERVER-46772 Use IDL to represent UpdateRequestKatherine Wu2020-04-162-12/+6
* SERVER-44343 Make 'reIndex' a standalone-only commandSamy Lanka2020-04-161-2/+14
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-04-151-9/+3
* SERVER-46954 change logV2 id to match ticket numberPavi Vetriselvan2020-04-151-1/+1
* SERVER-47438 remove unused function RollbackSource::copyCollectionFromRemote()Benety Goh2020-04-151-1/+0
* SERVER-46954 Make shutdown command on mongos accept timeoutSecsPavi Vetriselvan2020-04-156-67/+193
* SERVER-47551 Remove checkUniqueIndexConstraints unused functionTommaso Tocci2020-04-151-17/+0
* SERVER-46937 Aggregation stage serverStatus counters incorrectly count update...Mihai Andrei2020-04-141-0/+12
* SERVER-47461 Remove commit quorum field from StartIndexBuild oplog entry.Suganthi Mani2020-04-141-2/+0
* SERVER-47522 Distinct command: Convert usage of getCollectionDescription_DEPR...Tommaso Tocci2020-04-141-8/+7
* SERVER-47468 Remove public CollectionMetadata references from ScopedCollectio...Kaloian Manassiev2020-04-142-10/+12
* SERVER-47436 Make shards validate shardKey in dataSize commandCheahuychou Mao2020-04-141-2/+24
* SERVER-47426 Remove ShardConnection and VersionManagerBlake Oler2020-04-133-8/+3
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-135-6/+14
* SERVER-47207 move parser from logger to db/commandBilly Donahue2020-04-135-6/+359
* Revert "SERVER-44343 Make 'reIndex' a standalone-only command"Samy Lanka2020-04-131-14/+2
* SERVER-46703 Make `checkShardVersionOrThrow` throw SSV if the metadata is not...Kaloian Manassiev2020-04-102-10/+3
* SERVER-47423 Take collection MODE_X locks instead of databse MODE_X lock in c...Gregory Noma2020-04-101-5/+9
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-102-75/+58
* SERVER-47400 Disallow createCollection/Indexes on system colls in txnsMaria van Keulen2020-04-101-0/+5
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-091-1/+1
* SERVER-44343 Make 'reIndex' a standalone-only commandSamy Lanka2020-04-091-2/+14
* SERVER-45956 Allow findAndModify with upsert=true inside multi-document trans...Gregory Noma2020-04-081-8/+0
* SERVER-45781 Throw Stale Shard Version when collection is unknown on getColle...Marcos José Grillo Ramírez2020-04-082-8/+10
* SERVER-46830 remove CWRWC FCV 4.4 codeKevin Pulo2020-04-081-6/+0
* SERVER-47211 Add back deleted code unrelated to safe reconfig in set_feature_...Ali Mir2020-04-071-1/+4
* SERVER-46981 Make the BatchWriteExecutor account for the potential size of th...Kaloian Manassiev2020-04-061-8/+11
* SERVER-47211 Remove 4.2 style reconfig behavior on FCV downgradeAli Mir2020-04-031-40/+2
* SERVER-46892 add hangCreateIndexesBeforeStartingIndexBuild fail point and imp...Benety Goh2020-04-021-3/+17
* SERVER-46948 Increase shutdown timeoutSecs on mongodTess Avitabile2020-04-021-1/+1
* SERVER-46706 Add deprecation messages for geoHaystack and geoSearchTed Tuckman2020-04-021-1/+22
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-04-011-6/+10