summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53149 Finish converting getMore to IDL, try 2A. Jesse Jiryu Davis2021-03-0814-334/+180
* SERVER-54561 Fix undefined values handling in aggregation comparison expressi...Nikita Lapkov2021-03-081-5/+13
* SERVER-54363 Clear the grid before tearing down resharding unittestMarcos José Grillo Ramirez2021-03-081-0/+2
* Revert "SERVER-48203 setup ninja install actions rule, make evergreen fail co...Andrew Morrow2021-03-081-7/+2
* Import wiredtiger: f05371f541117a6adb44fce4b3404ca996aea96d from branch mongo...Luke Chen2021-03-082-1/+3
* Import wiredtiger: 70260f79a4c3f4d0592c948bc60918a91558ef8e from branch mongo...Luke Chen2021-03-0816-257/+507
* Import wiredtiger: b8b16424567f1d852eccbc146ce2954c03ef4a60 from branch mongo...Luke Chen2021-03-082-5/+3
* Revert "SERVER-53149 Finish converting getMore to IDL"Max Hirschhorn2021-03-0614-180/+334
* SERVER-53386 Allow unittests to explicitly set feature flags for certain testsPierlauro Sciarelli2021-03-069-50/+173
* SERVER-54031 Include .py and .idl files in the errorcodes.py scanBilly Donahue2021-03-064-4/+4
* SERVER-54580 ReshardingOperationStatusEnum in IDLBilly Donahue2021-03-066-51/+53
* SERVER-54988: Replace map::operator[] with map::find.Daniel Gottlieb2021-03-061-1/+5
* SERVER-54899 Pass in point-in-time value used for getHashesUsingSessions() in...Gregory Wlodarek2021-03-061-4/+6
* SERVER-53149 Finish converting getMore to IDLA. Jesse Jiryu Davis2021-03-0614-334/+180
* SERVER-54938 Only flush journal once per batch on secondary oplog applicationJason Chan2021-03-061-7/+0
* 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