summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62902 Fix type conversion issue in JSSRand.Rishab Joshi2022-01-302-16/+30
* SERVER-63025 Unify security token placeholder implementationsSara Golemon2022-01-296-47/+57
* SERVER-62903 switch to using cmake config for generating version informationDaniel Moody2022-01-291-6/+7
* SERVER-63007 Use (Const)DataRange with AEAD cipher methodsSara Golemon2022-01-284-190/+134
* SERVER-62666 Use explicit read concern in EncryptedDBClientBase and ImplicitE...Mark Benvenuto2022-01-282-1/+4
* SERVER-50081 Remove duplicate documents of unique indexes in repair modeShin Yee Tan2022-01-2817-164/+952
* SERVER-62581 Handle direct inserts to shards introducing orphan documentsSergi Mateo Bellido2022-01-281-0/+20
* SERVER-63058 Change StorageEngineImpl::listDatabases() to return a list of Te...Sophia Tan2022-01-2814-72/+91
* SERVER-62886 Add the option `disallowNewDuplicateKeys` to collMod commandYuhong Zhang2022-01-289-30/+125
* Revert "SERVER-62402 Ignore timeouts when running `ServiceEntryPointImpl::shu...Daniel Vitor Morilha2022-01-283-6/+6
* SERVER-61836 Add resiliency against killOp in TimestampMonitorJordi Olivares Provencio2022-01-281-0/+4
* SERVER-63074 Make 'sharding_write_router_bm' create valid routing infoKaloian Manassiev2022-01-281-9/+8
* SERVER-63054 Make sure collMod holds the database IX lockYuhong Zhang2022-01-281-2/+4
* SERVER-49230 Upgrade Zstandard to 1.5.1Gregory Noma2022-01-28576-62156/+59571
* SERVER-62905 Remove all the code related to the long collection names projectAntonio Fuschetto2022-01-2823-677/+68
* SERVER-63014 Ensure chunk estimation size are removed on completion of collec...Allison Easton2022-01-282-29/+49
* SERVER-62704 Investigate Antithesis Bug - RecoverRefreshThread More Than One ...Antonio Fuschetto2022-01-282-5/+16
* SERVER-62418 Drain recoverable ReshardCollectionCoordinators on FCV downgradeJordi Serra Torrens2022-01-284-32/+55
* SERVER-62134 Ensure Phase 3 is executed before ending defragmentationAllison Easton2022-01-287-12/+78
* Import wiredtiger: 11338fc0ed96da84ebefd66d3cccdf04dcaa0357 from branch mongo...Luke Chen2022-01-282-4/+4
* Import wiredtiger: ee9ff37d272183c280cb3b0404332df087bf5bb0 from branch mongo...Luke Chen2022-01-282-7/+2
* Import wiredtiger: b9e7765c161ebeaf277842933a5e4909a9f84ac1 from branch mongo...Luke Chen2022-01-2827-465/+377
* Import wiredtiger: 4f8ac804b8ad14c223331c399810959f6c922ec1 from branch mongo...Luke Chen2022-01-282-2/+3
* SERVER-60917 Make commands that fail with RetryTransactionInProgress block un...Cheahuychou Mao2022-01-286-46/+265
* SERVER-62671 Handle committing and aborting prepared retryable internal trans...Cheahuychou Mao2022-01-285-12/+52
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-2830-2/+68
* SERVER-61817 Only allow txnRetryCounter and internal sessions for internal cl...Jack Mulrow2022-01-271-1/+10
* SERVER-63024 Support default values for variants in IDLGregory Noma2022-01-272-0/+24
* SERVER-63017 Handle no arguments case in un-optimized agg operatorsIrina Yatsenko2022-01-271-2/+26
* SERVER-63008 [SBE] Return an empty array when $concatArrays has no childrenMihai Andrei2022-01-271-0/+7
* SERVER-54374 Do not attempt to update commit point via heartbeat propagation ...Vesselina Ratcheva2022-01-272-1/+87
* SERVER-62394: Follow-up work for SERVER-61131Christopher Caplinger2022-01-273-30/+32
* SERVER-61501 Create sharding suite where collections are clustered by defaultHaley Connelly2022-01-272-5/+12
* SERVER-62896 Coverity analysis defect 121382: Parse warningTommaso Tocci2022-01-271-1/+1
* SERVER-63016 Change isTimeseriesNamespace type back to optionalBoolHuayu Ouyang2022-01-271-2/+1
* SERVER-62981 Make SBE multi-planner trial period length independent of collec...David Storch2022-01-276-15/+32
* SERVER-62714 Include internal exprs in ts createComparisonPredicate() refactorKatherine Wu2022-01-271-8/+9
* SERVER-62351 Introduce structs for query planner to be aware of multiple coll...Mihai Andrei2022-01-2713-121/+484
* SERVER-61885 Add the 'showExpandedEvents' flag to the change streams specArun Banala2022-01-273-8/+38
* SERVER-56972 Arch guide updates for clustered collectionsJosef Ahmad2022-01-271-12/+52
* SERVER-62900 Postpone defrag migration failed due to range deletion pending o...Tommaso Tocci2022-01-271-20/+107
* SERVER-61847 Handling direct update/removes to shardsSergi Mateo Bellido2022-01-277-32/+69
* Import wiredtiger: 5e050c4170c2de7f56684b681a01b5312a101fb5 from branch mongo...Alison Felizzi2022-01-272-4/+4
* Import wiredtiger: 0640a417799f60e187f57072617da3d7d82599a5 from branch mongo...Alison Felizzi2022-01-2710-1/+579
* Import wiredtiger: eece1aabad71b71e5b892197d206992a8de6bd04 from branch mongo...Alison Felizzi2022-01-272-1/+2
* Import wiredtiger: e7dd2c5828f6932e3caf48fe81d7416e812fb5b1 from branch mongo...Alison Felizzi2022-01-273-3/+3
* SERVER-62604 Cannot specify '--restore' when the selective backup and restore...Gregory Wlodarek2022-01-271-0/+7
* SERVER-62604 Add new '--restore' storage startup optionGregory Wlodarek2022-01-275-0/+25
* SERVER-62426 Backup cursor indicates which files are required to copy for sel...Gregory Wlodarek2022-01-278-34/+189
* SERVER-61583 Add restart test for retryable internal transactions for findAnd...Cheahuychou Mao2022-01-272-7/+5