summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54908 Allow new 4.9 shard servers in FCV 4.4 to use secondaryDelaySecsr4.9.0-alpha6Pavi Vetriselvan2021-03-051-17/+27
* SERVER-32640 migrate cursor kill audit into authorization checkSergey Galtsev2021-03-058-31/+13
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-0564-388/+274
* SERVER-49228 Remove kickback to mongos requirement for cluster view read when...James Wahlin2021-03-051-3/+28
* SERVER-54832 make SBE stage builder tassert() that index exists in catalogDavid Storch2021-03-051-0/+4
* SERVER-54234 Implement removable $stddev window functionHartek Sabharwal2021-03-053-0/+290
* SERVER-54929 Helper functions to convert underlying buckets collection index ...Dianna Hohensee2021-03-054-194/+111
* SERVER-48203 setup ninja install actions rule, make evergreen fail correctly ...Daniel Moody2021-03-051-2/+7
* SERVER-54922 Fix broken promises resulting from concurrency issue in BucketCa...Dan Larkin-York2021-03-052-8/+19
* SERVER-53604 Convey both id and full arn to authenticate audit eventsBen Caimano2021-03-055-188/+252
* SERVER-54025 Make HashAggStage's group-bys and HashJoinStage's key matching c...Mickey. J Winters2021-03-0511-32/+363
* SERVER-54758 Serialize explain info lazily in SBEIan Boros2021-03-054-32/+22
* SERVER-54818 Mitigate distributed lock acquisition unfairnessTommaso Tocci2021-03-052-3/+3
* SERVER-54639 Helper functions to map a timeseries index spec to the index sch...Dianna Hohensee2021-03-057-172/+229
* SERVER-52702 Allow FTDC data collection in read-only modeBynn Lee2021-03-051-2/+2
* SERVER-54646 support hidden index creation on time-series collectionsBenety Goh2021-03-051-1/+2
* SERVER-54646 support hiding/unhiding indexes by key pattern on time-series co...Benety Goh2021-03-051-10/+115
* SERVER-54646 support hiding/unhiding indexes by name on time-series collectionsBenety Goh2021-03-051-1/+3
* SERVER-54233 Implement $derivative window-function executorDavid Percy2021-03-0414-78/+798
* SERVER-53428 Add initial sync result status in statistics.Wenbin Zhu2021-03-041-18/+21
* SERVER-54646 move hidden index collMod checks into command parserBenety Goh2021-03-041-17/+23
* SERVER-53584 Create recipient TenantMigrationAccessBlockers on startup, initi...Cheahuychou Mao2021-03-044-12/+77
* SERVER-54912: Use o2 field for tenant migration no-op writesLingzhi Deng2021-03-048-202/+121
* SERVER-54917 Error messages that prohibit index types should be based on whet...Louis Williams2021-03-042-16/+12
* SERVER-52778 Remove unused 'allowImplictCollectionCreate' from the routerKaloian Manassiev2021-03-0412-62/+26
* SERVER-54607 Add support for right unbounded windows in removable document ex...Ted Tuckman2021-03-042-9/+31
* SERVER-54841 Use AsyncTry in _fetchAndStoreRecipientClusterTimeKeyDocsJason Zhang2021-03-041-74/+99
* SERVER-54842: Raise time limit of commands executed as part of the addShard o...Jordi Serra Torrens2021-03-041-1/+1
* SERVER-54947 Fix ForwardableOperationMetadata constructionTommaso Tocci2021-03-044-11/+23
* SERVER-53149 Specify getMore in IDLA. Jesse Jiryu Davis2021-03-048-148/+172
* SERVER-54821 Change window function syntaxTed Tuckman2021-03-046-70/+139
* SERVER-48378 Expose settings of query knobs in agg explain outputTimour Katchaounov2021-03-046-0/+30
* SERVER-54631 Submit range deletion tasks upon sharded collection renamePierlauro Sciarelli2021-03-044-1/+55
* Import wiredtiger: a5fd80d29c69f12c01f412fb6d8d7930cecc8758 from branch mongo...Luke Chen2021-03-0433-1629/+1292
* Import wiredtiger: 563ccc601f5689a16a3f41743398329b8a3aedf7 from branch mongo...Luke Chen2021-03-045-70/+179
* Import wiredtiger: 8e8a883722edfecd03bc6d6b0c18117e0e87b83f from branch mongo...Luke Chen2021-03-042-6/+6
* Import wiredtiger: d4caf98a552a7295fd16c2e767ee8859da4a04ec from branch mongo...Luke Chen2021-03-042-1/+135
* SERVER-54645 support listing indexes on a time-series collectionBenety Goh2021-03-041-0/+152
* SERVER-54887 Fix nossl build for mongod_fsyncMark Benvenuto2021-03-041-0/+1
* SERVER-54921 Fix index out-of-bounds error for bulk ordered time-series insertsLouis Williams2021-03-041-6/+10
* SERVER-54446 Accept the 'clusteredIndex' option to the createCollection comma...Louis Williams2021-03-048-33/+45
* SERVER-54895 Prohibit TTL index creation on time-series bucket collectionsBenety Goh2021-03-031-0/+5
* SERVER-52730 Restrict there to be at most one resharding operation active in ...jannaerin2021-03-036-10/+78
* SERVER-54424 Support for window functions over [unbounded, unbounded] window ...Nick Zolnierz2021-03-032-42/+44
* SERVER-53758 Map predicates on min time to a portion of _idKatherine Wu2021-03-034-44/+291
* SERVER-54888 Prohibit partial index creation on time-series bucket collectionsBenety Goh2021-03-031-0/+6
* SERVER-54915 Remove the Sharding Routing Info Stability DistLockKaloian Manassiev2021-03-036-47/+0
* SERVER-54910 WTRecordStore setKey should take key by pointer to avoid usage e...Louis Williams2021-03-032-25/+25
* SERVER-53513: Update config.transactions for committed transactions before st...XueruiFa2021-03-036-28/+104
* SERVER-54864: Peform dependancy analysis and include/exclude internalization ...Hana Pearlman2021-03-036-592/+486