summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-67964 Make sparsity an optional field on queryTypeConfigReilly McBride2022-07-121-1/+1
* SERVER-67794 Reuse abortReason from shard split document when it existsDidier Nadeau2022-07-122-1/+8
* SERVER-67956 Write update to blockTimestamp at the reserved opslotMatt Broadstone2022-07-121-22/+55
* SERVER-66986 Added check for equivalence of OID-embedded timestamp and 'contr...Richard Hausman2022-07-121-3/+31
* SERVER-67414 Fixed msvc compileAlexander Neben2022-07-121-2/+4
* SERVER-67801 createIndexes on config.transactions should handle empty list of...Benety Goh2022-07-121-1/+1
* SERVER-67742 Fix column scan stage to accommodate overlapping pathsParker Felix2022-07-122-3/+11
* SERVER-67764 simplify globalMetricTree singleton to fix coverity memory leakBilly Donahue2022-07-121-8/+8
* Revert "SERVER-65459 Construct NamespaceString using tenantId on the OpMsgReq...jannaerin2022-07-127-170/+18
* Revert "SERVER-67733 ShardingTest::awaitBalancerRound() doesn't work in case ...Tommaso Tocci2022-07-123-14/+30
* SERVER-66357 Add the Transaction API section to the sharding architecture guideSanika Phanse2022-07-121-0/+14
* SERVER-66760 Add ASSERT_DOES_NOT_THROW to unittest assertionsLeonardo Menti2022-07-127-55/+15
* SERVER-67628 create $encryptedBetween MatchExpressionDavis Haupt2022-07-1213-0/+173
* SERVER-65360 Handle TemporarilyUnavailableException in query execJosef Ahmad2022-07-1225-434/+769
* SERVER-61770 Remove the pre-images collection creation/dropping on FCV upgrad...Denis Grebennicov2022-07-122-54/+1
* SERVER-67730 CSRS stepdown during rename must not leave orphned entries in `c...Enrico Golfieri2022-07-121-0/+12
* SERVER-60411 Remove legacy change stream pipeline construction.Rishab Joshi2022-07-123-59/+1
* Import wiredtiger: 450a2b54364c9c2632e5c9fe2e0d8ded326c2c9c from branch mongo...Etienne Petrel2022-07-122-11/+6
* Import wiredtiger: 2c0810100fd6ab83f471c7e592a947990198d9cb from branch mongo...Etienne Petrel2022-07-122-2/+153
* Import wiredtiger: f0f7617d61d91d5ebb175c5b59daf009d71b7d91 from branch mongo...Etienne Petrel2022-07-122-2/+5
* Import wiredtiger: 1ddfde7033ee6153d0672edf46ab5798918b4284 from branch mongo...Etienne Petrel2022-07-122-1/+182
* SERVER-65459 Construct NamespaceString using tenantId on the OpMsgRequest dur...Sophia Tan2022-07-117-18/+170
* SERVER-66485 Update AuthzManagerExternalStateLocal with new Tenant aware Name...Sara Golemon2022-07-112-81/+54
* SERVER-67782 Fix handling of bounds with MaxKey and MinKeySvilen Mihaylov2022-07-1111-128/+173
* SERVER-62781 Include tid in oplog entries for commandsHugh Tong2022-07-1130-81/+275
* SERVER-67420 Range Defining Supported TypesReilly McBride2022-07-111-1/+33
* SERVER-67460 Change BasicCommandWithRequestParser to use DatabaseNameFernando Lisboa2022-07-119-32/+46
* SERVER-67520 Add `checkBSONConsistency` option to the validate commandYuhong Zhang2022-07-114-19/+74
* SERVER-67520 Update validation commentsYuhong Zhang2022-07-112-4/+2
* SERVER-67382 Refresh the catalog before re-checking UUID <-> NSS resolution i...Dianna Hohensee2022-07-111-1/+7
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-1134-177/+170
* SERVER-64393 Adapt ReshardingMetrics JS tests to C++ unit testsBrett Nawrocki2022-07-111-129/+187
* SERVER-66985 Ensure writes are serialized to shard split donors nsMatt Broadstone2022-07-111-3/+6
* SERVER-67580: Remove featureFlagShardedLookupHana Pearlman2022-07-115-36/+9
* SERVER-67248 Remove any additional references to 5.x FCV constantsEvelyn Wu2022-07-1112-144/+15
* SERVER-67235 Change references in pipeline_d.cpp to kVersion_6_0 to use isEna...Evelyn Wu2022-07-111-4/+0
* SERVER-66957 Integrate CE prototypeSvilen Mihaylov2022-07-1124-18/+2184
* SERVER-67949 Fix compile failure in expression_nary_test.cppSteve Tarzia2022-07-111-1/+1
* SERVER-67779 Refactor `deleteRangeInBatches` to don't require an executorPierlauro Sciarelli2022-07-112-103/+115
* SERVER-67912 Reduce set of non-causally consistent API of the ShardRegistryTommaso Tocci2022-07-1112-51/+27
* SERVER-67733 ShardingTest::awaitBalancerRound() doesn't work in case of CSRS ...Tommaso Tocci2022-07-113-30/+14
* SERVER-63099 Add left-associative constant folding optimization for $add and ...Davis Haupt2022-07-117-80/+184
* SERVER-67473 Support inserting doc to implicitly replicated collectionsJosef Ahmad2022-07-112-4/+1
* SERVER-66272: Disallow new LSM collections and improve error messageYu Jin Kang Park2022-07-112-0/+15
* SERVER-66072 Fix dependency analysis for $match on $expr with $randAlya Berciu2022-07-112-1/+31
* SERVER-61072 Remove MigrationRecipientCriticalSection feature flagAntonio Fuschetto2022-07-1114-228/+99
* Import wiredtiger: 924f8449bf58d19bfff25e836d48cb0d97794528 from branch mongo...Clarisse Cheah2022-07-112-19/+51
* Import wiredtiger: 9ba71463685ae4375319c46697f8faedd4eb901e from branch mongo...Clarisse Cheah2022-07-116-7/+23
* SERVER-67436 Add paramaterer to Traverse path element to specify max depthSvilen Mihaylov2022-07-1017-298/+460
* SERVER-67802 ensure mongos count can handle large values for limitBenety Goh2022-07-101-1/+1