summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39517 Only use Collection MODE_X for index creation and dropGeert Bosch2019-04-161-56/+46
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-156-8/+8
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-112-2/+2
* SERVER-40572 add skipCommitTxnCheckPrepareMajorityCommitted failpointJudah Schvimer2019-04-111-1/+3
* SERVER-40553 Filter unauthorized views in listCollectionsSara Golemon2019-04-111-0/+6
* SERVER-40436 Ignore the 'flags' field from the 'create' commandGregory Wlodarek2019-04-112-2/+2
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-105-22/+14
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-0910-31/+26
* SERVER-40269: commitTransaction should assert that the prepare oplog entry is...Lingzhi Deng2019-04-091-0/+6
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-082-3/+3
* SERVER-40175 Rebuild any missing _id indexes on startupLouis Williams2019-04-051-0/+8
* SERVER-40345 The 'temp' field in the 'create' command is only allowed to be u...Gregory Wlodarek2019-04-041-0/+7
* SERVER-40444 IndexCatalogEntry to use NamespaceString instead of plain string...Henrik Edin2019-04-031-1/+1
* SERVER-40449 Add count field to commitTransaction for unprepared txns using l...Jason Chan2019-04-031-0/+5
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-037-78/+220
* SERVER-39231 'create' command should reject incorrect types for known optionsGregory Wlodarek2019-04-023-28/+173
* SERVER-40297 Make all TransactionCoordinatorDriver methods free functionsKaloian Manassiev2019-04-011-1/+4
* SERVER-40310 Accept 'seconds' as an alias for 'secs' for the sleep commandJames Wahlin2019-03-291-8/+17
* SERVER-40089 $group optimized with DISTINCT_SCAN cannot use $$ROOTJustin Seyster2019-03-281-4/+8
* SERVER-39310: Call checkCanServeReadsFor() in 'getMore'Lingzhi Deng2019-03-281-0/+11
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-2814-19/+33
* SERVER-40227 Pass ignore prepare behavior from a command attribute rather tha...Louis Williams2019-03-266-1/+24
* SERVER-39820 Include client IP in log message for successful authenticationJonathan Reams2019-03-261-2/+7
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-245-20/+36
* SERVER-39942 Make dependencies on transaction library private.Siyuan Zhou2019-03-221-0/+1
* SERVER-39507 Transfer Collection ownership to UUIDCatalogDivjot Arora2019-03-202-2/+12
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-194-13/+2
* SERVER-38994 step down on SIGTERMJason Carey2019-03-151-2/+5
* SERVER-39356 Make speculative majority change stream reads utilize the `kNoOv...William Schultz2019-03-151-1/+13
* SERVER-39442 Write the new commit command on primary for large prepared trans...Jason Chan2019-03-141-2/+2
* SERVER-39434 Fix typo in txn_cmds.idl -- 'prepare' -> 'prepared'.Matthew Russotto2019-03-141-1/+1
* SERVER-39878 Make router return empty recoveryToken until transaction has don...Esha Maharishi2019-03-131-0/+1
* SERVER-39925 change ignoreUnknownSpecFieldNames to ignoreUnknownIndexOptionsGregory Wlodarek2019-03-121-11/+10
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-123-28/+20
* SERVER-39302 Change streams should always use the simple collation when no ex...Bernard Gorman2019-03-111-38/+28
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-113-20/+28
* SERVER-16571 Use Actual Memory Constraint vs. Total System Memory When They D...Matt Lord2019-03-081-1/+2
* SERVER-39931 sleep command should wait forever to acquire lockCharlie Swanson2019-03-081-3/+3
* SERVER-40023 remove background index support from IndexBuilderBenety Goh2019-03-079-9/+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-076-9/+12
* SERVER-39874 Make shard return readOnly bool in response to successful transa...Esha Maharishi2019-03-071-0/+11
* SERVER-39670 Fix initial_sync_during step down to prevent deadlock for epheme...Suganthi Mani2019-03-061-8/+7
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-035-5/+0
* SERVER-39907 Migrate enable test commands to IDLSara Golemon2019-03-023-13/+44
* SERVER-38493 Enable cURL connection poolingSara Golemon2019-03-024-0/+221
* SERVER-39880 Remove dead code remnants of voteCommitTransaction and voteAbort...Esha Maharishi2019-03-011-19/+0
* SERVER-39495 Only return versioned filtering metadata for cases that actually...Kaloian Manassiev2019-02-282-5/+3
* SERVER-39591 replace the one remaining use of the 'crashAfterStartingIndexBui...Dianna Hohensee2019-02-271-0/+9
* SERVER-39432 Write commitTransaction oplog entry on primary for large unprepa...Matthew Russotto2019-02-271-1/+8