summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)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 ↵Nikita Lapkov2021-03-081-5/+13
| | | | expressions in SBE
* SERVER-54363 Clear the grid before tearing down resharding unittestMarcos José Grillo Ramirez2021-03-081-0/+2
| | | | ...so the catalog cache is freed before the catalog cache loader
* Revert "SERVER-48203 setup ninja install actions rule, make evergreen fail ↵Andrew Morrow2021-03-081-7/+2
| | | | | | correctly on ninja, add precious handling" This reverts commit 7739da6997795c20924580087a0e09db0a8cf929.
* Import wiredtiger: f05371f541117a6adb44fce4b3404ca996aea96d from branch ↵Luke Chen2021-03-082-1/+3
| | | | | | | | | mongodb-5.0 ref: 70260f79a4..f05371f541 for: 4.9.0 WT-7270 Add missing C include into test.h for older g++ versions to compile
* Import wiredtiger: 70260f79a4c3f4d0592c948bc60918a91558ef8e from branch ↵Luke Chen2021-03-0816-257/+507
| | | | | | | | | mongodb-5.0 ref: b8b1642456..70260f79a4 for: 4.9.0 WT-7237 Creating component interface to improve class heirachy in the test framework
* Import wiredtiger: b8b16424567f1d852eccbc146ce2954c03ef4a60 from branch ↵Luke Chen2021-03-082-5/+3
| | | | | | | | | mongodb-5.0 ref: a5fd80d29c..b8b1642456 for: 4.9.0 WT-6819 Allowing sweeping handles with active history
* Revert "SERVER-53149 Finish converting getMore to IDL"Max Hirschhorn2021-03-0614-180/+334
| | | | This reverts commit bd5693121fbe12bee14a83b4527df73c881a2052.
* 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
| | | | | | integrate the new kRunning state rename completionStatus->opStatus do not need optional for opStatus anymore
* 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() ↵Gregory Wlodarek2021-03-061-4/+6
| | | | into getCollectionDiffUsingSessions()
* 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 ↵James Wahlin2021-03-051-3/+28
| | | | when view is backed by unsharded collection
* 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
| | | | | | specs to time-series collection index specs
* SERVER-48203 setup ninja install actions rule, make evergreen fail correctly ↵Daniel Moody2021-03-051-2/+7
| | | | on ninja, add precious handling
* SERVER-54922 Fix broken promises resulting from concurrency issue in ↵Dan Larkin-York2021-03-052-8/+19
| | | | BucketCatalog::clear
* 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 ↵Mickey. J Winters2021-03-0511-32/+363
| | | | collation-aware
* 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 ↵Dianna Hohensee2021-03-057-172/+229
| | | | | | schema of the underlying buckets collection
* 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 ↵Benety Goh2021-03-051-10/+115
| | | | collections
* 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, ↵Cheahuychou Mao2021-03-044-12/+77
| | | | initial sync and rollback
* 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 ↵Louis Williams2021-03-042-16/+12
| | | | whether or not the collection is clustered by _id
* SERVER-52778 Remove unused 'allowImplictCollectionCreate' from the routerKaloian Manassiev2021-03-0412-62/+26
|
* SERVER-54607 Add support for right unbounded windows in removable document ↵Ted Tuckman2021-03-042-9/+31
| | | | executor
* SERVER-54841 Use AsyncTry in _fetchAndStoreRecipientClusterTimeKeyDocsJason Zhang2021-03-041-74/+99
|
* SERVER-54842: Raise time limit of commands executed as part of the addShard ↵Jordi Serra Torrens2021-03-041-1/+1
| | | | operation
* 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
| | | | | Added a top-level section in the explain that shows the most interesting server parameters (limits).
* SERVER-54631 Submit range deletion tasks upon sharded collection renamePierlauro Sciarelli2021-03-044-1/+55
|
* Import wiredtiger: a5fd80d29c69f12c01f412fb6d8d7930cecc8758 from branch ↵Luke Chen2021-03-0433-1629/+1292
| | | | | | | | | mongodb-5.0 ref: 563ccc601f..a5fd80d29c for: 4.9.0 WT-7164 Merge "HS cursor restructure" feature branch into develop
* Import wiredtiger: 563ccc601f5689a16a3f41743398329b8a3aedf7 from branch ↵Luke Chen2021-03-045-70/+179
| | | | | | | | | mongodb-5.0 ref: 8e8a883722..563ccc601f for: 4.9.0 WT-7249 Adjust storage source extension APIs