summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-63764 merge catalog_collection_helper library into catalog_helpersBenety Goh2022-02-171-2/+3
* SERVER-63187 StorageEngine API: replace database name StringData type with Te...Hugh Tong2022-02-171-1/+1
* SERVER-63451 Add setUserWriteBlockModeCommandGabriel Marks2022-02-163-0/+141
* SERVER-63501 Disallow downgrade when the index `disallowNewDuplicateKeys` fie...r6.0.0-alphaYuhong Zhang2022-02-151-0/+30
* SERVER-63199 Guard fle2 compact with feature flag & skip commands test unless...Erwin Pe2022-02-122-0/+4
* SERVER-63464 Create Collection restrictions with encrypted fieldsErwin Pe2022-02-112-1/+13
* SERVER-61426 Use 'db' parameter to speculativeAuthenticate.authenticate when ...Sara Golemon2022-02-111-2/+9
* SERVER-63199 Add new compact skeleton for mongodErwin Pe2022-02-114-1/+326
* SERVER-61090 Make setFCV wait for all TransactionCoordinators of internal tra...Jason Zhang2022-02-111-0/+19
* SERVER-62448 Add collectionUUID parameter to drop commandFaustoleyva542022-02-101-0/+1
* SERVER-62862 Add `expectedNamespace` to `CollectionUUIDMismatch` error responseGregory Noma2022-02-103-2/+5
* SERVER-53993 Always attach clientStrand before releasing opCtx in AsyncComman...Amirsaman Memaripour2022-02-091-73/+84
* SERVER-63384 Add support for encrypted fields to create collectionr5.3.0-alpha4Mark Benvenuto2022-02-091-0/+6
* SERVER-63131 Change CollectionCatalog::_orderedCollections to be keyed by std...Sophia Tan2022-02-097-11/+15
* SERVER-60112 Relax argument types of profile and replSetResizeOplogJordi Olivares Provencio2022-02-092-3/+3
* SERVER-59260 Create Feature Flag for FLE2Mark Benvenuto2022-02-081-0/+1
* SERVER-63219 Change collStats cmd to run without the RSTL lock so FTDC can co...Dianna Hohensee2022-02-071-0/+19
* Revert "SERVER-63089 Disallow downgrade when the index comment field exists"Shin Yee Tan2022-02-071-27/+0
* SERVER-61285 Test that the capped parameter for the create command can't be u...Samy Lanka2022-02-031-0/+2
* SERVER-61088 Make transaction participants check if txnRetryCounter is suppor...Jason Zhang2022-02-031-1/+0
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-038-19/+32
* SERVER-60524 Make retryable internal transactions retryable across data place...Cheahuychou Mao2022-02-032-0/+4
* SERVER-59384: Should provide ability to perform periodic DNS health checksKshitij Gupta2022-02-031-3/+5
* SERVER-60800 add optional UUID to ResolvedNamespaceRuslan Abdulkhalikov2022-02-031-3/+8
* SERVER-58437 Implement pushdown logic for $lookupMihai Andrei2022-02-021-2/+7
* SERVER-63089 Disallow downgrade when the index comment field existsYuhong Zhang2022-02-021-0/+27
* SERVER-62562 Use CollectionUUIDMismatch error code for collectionUUID paramet...Moustafa Maher Khalil2022-02-021-11/+11