summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54333 Consider increasing MigrationDestinationManager::startCommit tim...Pierlauro Sciarelli2021-03-181-1/+4
* SERVER-53429: Log resharding coordinator state transitions to the changelogKshitij Gupta2021-03-182-6/+19
* SERVER-52778 Remove vestiges of the now-unused 'allowImplicitCollectionCreati...Kaloian Manassiev2021-03-183-5/+1
* SERVER-55065: Cover null queries with index where possibleAlya Berciu2021-03-187-20/+237
* SERVER-54964 Require valid client for all audit eventsBen Caimano2021-03-187-81/+195
* SERVER-55061 Handle missing meta and null meta differentlyYoonsoo Kim2021-03-182-24/+71
* SERVER-52528 Test queries on sharded time-series collectionsLouis Williams2021-03-186-14/+16
* SERVER-55104 Report time-series bucket granularityLouis Williams2021-03-188-16/+66
* SERVER-55290 Add memory tracking to sum and avg window functionsNick Zolnierz2021-03-182-2/+10
* SERVER-54681 Delay start of txnCloners to prevent early write of kIncompleteH...Alex Taskov2021-03-188-19/+32
* SERVER-55217 Treat partitionBy constant as equivalent to no partitioningNick Zolnierz2021-03-181-3/+6
* SERVER-55146: Bump collection version on any modification of config.collectio...Jordi Serra Torrens2021-03-185-212/+199
* SERVER-54596 remove 1-arg shouldLog function (an ODR violation)Billy Donahue2021-03-184-5/+6
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-1832-1137/+665
* SERVER-55102 Create CancelableOperationContext class.Max Hirschhorn2021-03-184-0/+371
* SERVER-55277 Prevent deadlock between _createOplogBuffer and stepDownPavi Vetriselvan2021-03-181-1/+0
* SERVER-54920: Move the tenant migration recipient MTAB lifetime earlierLingzhi Deng2021-03-186-9/+38
* SERVER-54240 Implement $covariance accumulator-onlyRuoxin Xu2021-03-174-0/+288
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-03-1725-153/+400
* Add limited $collStats invocations to API Version 1Charlie Swanson2021-03-174-1/+30
* SERVER-54470 Use IDL to parse $collStatsCharlie Swanson2021-03-1716-92/+258
* SERVER-53716 Enable rank accumulator window function translationTed Tuckman2021-03-172-10/+75
* SERVER-55234 Ensure that tenant migration abortReason is recovered correctly ...Cheahuychou Mao2021-03-172-3/+6
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-1735-135/+313
* SERVER-53713 Implement removable $sum and $avg window functionHartek Sabharwal2021-03-179-7/+654
* SERVER-55190 Generate and attach UUID for each ClientBen Caimano2021-03-174-1/+69
* SERVER-55223 Do not use KeyString for metadata comparisons in BucketCatalogDan Larkin-York2021-03-172-27/+11
* SERVER-55238 Unit test time-series <=> buckets collection index schema conver...Dianna Hohensee2021-03-171-1/+65
* SERVER-55045 Add additional logging for resume_after_against_oplog.jsSamy Lanka2021-03-171-0/+6
* SERVER-52778 Cleanup the legacy shardCollection code pathKaloian Manassiev2021-03-1710-81/+48
* Revert "SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)"XueruiFa2021-03-172-2/+2
* Revert "SERVER-54221 Implement $sample pushdown into $_internalUnpackBucket"Eric Cox2021-03-176-697/+60
* SERVER-54985 Move BucketCatalog committer assignment to commit timeDan Larkin-York2021-03-174-304/+613
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Billy Donahue2021-03-172-2/+2
* SERVER-53510 Handle preImage and postImage for retryable writesMatthew Russotto2021-03-176-21/+304
* SERVER-54221 Implement $sample pushdown into $_internalUnpackBucketEric Cox2021-03-176-60/+697
* SERVER-54785 Complete TODO listed in SERVER-52719 and allow recipient toJason Chan2021-03-172-18/+28
* SERVER-54267: Update tenant migration recipient currentOp output for cloners ...Lingzhi Deng2021-03-177-0/+48
* SERVER-55169: Handle timeseries bucket collections in TenantCollectionClonerLingzhi Deng2021-03-171-4/+10
* SERVER-48179 Allow transition to SECONDARY at the end of rollback even it was...Wenbin Zhu2021-03-162-3/+10
* SERVER-54142 Add memory tracking to DocumentSourceSetWindowFieldsTed Tuckman2021-03-1618-33/+130
* SERVER-55242 format needs char(&)[N], not char*Billy Donahue2021-03-161-1/+1
* Revert "SERVER-52528 Test queries on sharded time-series collections"Louis Williams2021-03-166-16/+14
* SERVER-55182 Move the `create` command to a separate fileKaloian Manassiev2021-03-167-281/+294
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-1644-456/+537
* SERVER-52528 Test queries on sharded time-series collectionsLouis Williams2021-03-166-14/+16
* SERVER-55141: Add receiveStart and numOpsApplied to recipient currentOpLingzhi Deng2021-03-165-2/+27
* SERVER-55120 Fix docs link in invalid config fatal error messagePavi Vetriselvan2021-03-161-1/+1
* SERVER-54821 Update a couple stale uses of window function syntaxNick Zolnierz2021-03-161-4/+4
* SERVER-54817 Include number of items in the error for array length validationMihai Andrei2021-03-162-11/+26