summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71120 Fix serialisation of collection created within aggregationsPaolo Polato2022-12-202-33/+19
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-2035-182/+365
* SERVER-71628 Try to resolve baseUrl defined in nearby jsconfig.jsonMatt Broadstone2022-12-207-19/+123
* SERVER-71884 Drain ongoing resilient movePrimary operations on FCV downgradeAntonio Fuschetto2022-12-201-0/+8
* SERVER-71905: Shutdown should check the initial data timestamp to determine u...Daniel Gottlieb2022-12-201-1/+1
* SERVER-71967: Add a `writeBsonArrayToFile` shell method.Daniel Gottlieb2022-12-201-0/+46
* SERVER-71202 Adapt existing movePrimary logic to new DDL coordinatorAntonio Fuschetto2022-12-209-57/+502
* SERVER-69729 Add tidy check for signed char misuseMatt Kneiser2022-12-203-6/+24
* SERVER-62672 Avoid `getCollectionVersion` duplicate queries when committing c...Pierlauro Sciarelli2022-12-202-106/+57
* SERVER-70042 Assign expected / actual semantics to assert.docEq() argumentsRomans Kasperovics2022-12-201-16/+18
* Revert "SERVER-71512 Fix assert.commandWorkedOrFailedWithCode"dziana.hurynovich2022-12-201-5/+3
* SERVER-71668 Move isLastNonHiddenShardKeyIndex check after hide index on syst...Pol Pinol Castuera2022-12-201-21/+22
* SERVER-72004 Fixed SBE slot disabling and prepare for yieldingAnna Wawrzyniak2022-12-2021-88/+230
* SERVER-69876 De-stage-ify the SBE filter stage builderDrew Paroski2022-12-209-1823/+561
* SERVER-70702 Improve JWKManager APIsSara Golemon2022-12-205-19/+38
* SERVER-71956 Add telemetryRead privilege actionMaddie Zechar2022-12-194-1/+8
* SERVER-72222 fix mapReduce single reduce optimization in sharded clustersDavis Haupt2022-12-191-41/+42
* SERVER-72245 Permit enabling serverless mode through a config fileMatt Broadstone2022-12-191-1/+1
* SERVER-72256 rename mongobridge directoryDaniel Moody2022-12-199-7/+7
* SERVER-70242 Remove misleading "Different user name was supplied to saslSuppo...Militsa Sotirova2022-12-193-15/+23
* SERVER-71652 Implement BulkWriteCommand Authentication Checksseanzimm2022-12-193-5/+55
* SERVER-71057 Count histogram types once per arrayAlya Berciu2022-12-199-90/+300
* SERVER-72110: Use collection cursor directly instead of DBDirectClientChristopher Caplinger2022-12-192-7/+20
* SERVER-71512 Fix assert.commandWorkedOrFailedWithCodeYu Jin Kang Park2022-12-191-3/+5
* SERVER-66315 Support batched inserts with FLE 2Shreyas Kalyan2022-12-193-47/+76
* SERVER-72025 Return block time in commitShardSplit command responseMatt Broadstone2022-12-194-19/+22
* SERVER-71377 Adding missing count to CE for nullAlya Berciu2022-12-191-2/+6
* SERVER-71614 Add case to hide the index when is not compatible with shard key.Pol Pinol Castuera2022-12-193-2/+30
* SERVER-71880 Expose fromMigrate parameter in dropCollection() API methodsPaolo Polato2022-12-196-43/+56
* SERVER-71638 Don't let to hide the last shard key index using a key patternPol Pinol Castuera2022-12-191-1/+1
* SERVER-55398 Dropping a database should also drop all its associated tags.Pol Pinol Castuera2022-12-196-0/+92
* SERVER-70701: Allow AuthorizationSession to enforce expiration timesVarun Ravichandran2022-12-1614-145/+582
* SERVER-72046 Add test for concurrent migration fetching and insertionRachita Dhawan2022-12-161-1/+3
* SERVER-70634: Fix data race in _implicitDefaultWriteConcernMajorityLingzhi Deng2022-12-163-17/+13
* SERVER-71959: Modify usages of ClusterRole::Kshitij Gupta2022-12-1615-21/+62
* SERVER-70921 Do not drop off tenant information when running find, count and ...Sophia Tan2022-12-169-25/+99
* SERVER-72135: Remove bulkWrite from being run with security tokenseanzimm2022-12-161-4/+0
* SERVER-70809 Simplify logic in timeseries optionsFaustoleyva542022-12-161-70/+44
* SERVER-72048 Ensure we can't reopen a time series bucket with closed flag setDan Larkin-York2022-12-162-3/+60
* SERVER-69298 CSI can skip extra project for non-output match fieldsAlyssa Wagenmaker2022-12-164-55/+94
* SERVER-71658 Add support for dynamic importMatt Broadstone2022-12-165-9/+174
* SERVER-71262 Add tenantIds field to shard merge state documents and tenant mi...Didier Nadeau2022-12-166-5/+57
* SERVER-72065 Use GlobalLock to invoke canAcceptWritesFor() in SessionsCollect...Paolo Polato2022-12-162-4/+2
* SERVER-71927 - Coverity analysis defect 134298: Dereference null return valueEnrico Golfieri2022-12-161-3/+5
* SERVER-71663 Do not materialize document when group node doesn't have dependencyRui Liu2022-12-161-0/+20
* SERVER-72077 Make write distribution metrics calculation account for the repl...Cheahuychou Mao2022-12-163-11/+149
* SERVER-72032 Support calculating write distribution metrics from sampled writ...Cheahuychou Mao2022-12-164-0/+880
* SERVER-72031 Support calculating read distribution metrics from sampled read ...Cheahuychou Mao2022-12-167-6/+1139
* SERVER-70936 Implement CE for booleansAlya Berciu2022-12-162-60/+144
* SERVER-72175 Temporarily blacklist `IdempotentRenameRangeDeletionsTest` unit ...Pierlauro Sciarelli2022-12-161-1/+2