summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49065 Mark API Version 1 commandsPV992020-07-2852-7/+331
* SERVER-49106 Add poll function to the ServiceExecutor APIAmirsaman Memaripour2020-07-2816-68/+132
* SERVER-48867 Add support for comparison agg expressions to grammar and CSTNick Zolnierz2020-07-2813-1861/+2295
* SERVER-49962 reflow text of logv2/README.mdBilly Donahue2020-07-281-321/+519
* SERVER-48650 Gave the ClockSourceMock a global implBen Caimano2020-07-2810-104/+115
* SERVER-46147: Update repair to fix multikey errors without performing an inde...Faustoleyva542020-07-283-18/+482
* SERVER-49853 [SBE] Add support to the find command for comparing arrays and o...Drew Paroski2020-07-282-3/+16
* SERVER-48856 Implement migration oplog batcher classMatthew Russotto2020-07-2810-171/+1235
* SERVER-48938: Allow primary-elect to complete drain mode even if it is steppi...XueruiFa2020-07-285-28/+17
* SERVER-49530 fix final index build phase for oplog recovery as a standalone modeBenety Goh2020-07-281-1/+2
* SERVER-49427 Remove unused function declarations in MetadataManager and Colle...Cheahuychou Mao2020-07-283-42/+0
* SERVER-49300 Fix accidental windows.h macro invocationsJacob Evans2020-07-284-36/+36
* SERVER-49300 Remove errant std::moveJacob Evans2020-07-281-2/+2
* SERVER-49686 Translate $type match expression to SBEDrew Paroski2020-07-289-6/+204
* SERVER-49174 Make writes call MigratingTenantAccessBlocker::checkIfCanWriteOr...Cheahuychou Mao2020-07-286-5/+26
* SERVER-49689 Translate $mod MatchExpression to SBEAndrii Dobroshynskyi2020-07-273-5/+21
* SERVER-49819 [SBE] find() should apply most operators to both array field's e...Drew Paroski2020-07-271-77/+106
* SERVER-49300 Add all BSON types to the lexer and add $const to parserJacob Evans2020-07-2714-782/+3540
* SERVER-49190 Expose a function to iterate over all the entries in the ReadThr...Randolph Tan2020-07-273-3/+93
* Revert "SERVER-49190 Expose a function to iterate over all the entries in the...Henrik Edin2020-07-273-85/+3
* SERVER-49741 Add a way to override what Status is used when a ScopedTaskExecu...Spencer T Brody2020-07-273-9/+45
* SERVER-49702 Add way to explicitly fork SharedSemiFuture continuation chainSpencer T Brody2020-07-272-1/+18
* SERVER-49190 Expose a function to iterate over all the entries in the ReadThr...Randolph Tan2020-07-273-3/+85
* SERVER-49134 Implement rotate for WindowsGabriel Marks2020-07-2714-156/+338
* SERVER-49396 Only activate skipWriteConflictRetries failpoint for user connec...Louis Williams2020-07-271-2/+6
* SERVER-49751 Rename all classes/functions/filenames/nss/variables etc to rela...Luis Osta2020-07-2717-108/+106
* SERVER-48128 ShardServerProcessInterface should only version internal command...Bernard Gorman2020-07-278-39/+127
* Revert "SERVER-49054 Modernize the Compass installer for *NIX"Henrik Edin2020-07-273-34/+56
* SERVER-49400 Differenciate VectorClock persist behavior based on cluster rolePierlauro Sciarelli2020-07-274-6/+145
* SERVER-49189 add missed minor tweaksKevin Pulo2020-07-273-13/+12
* SERVER-49100 Fix the Head classes move constructor in Biggie to move its vari...Yuhong Zhang2020-07-251-3/+2
* SERVER-49070: add and use FCV gating helpersGrace Luong2020-07-2516-44/+78
* SERVER-49212 Verify that generated validation errors are logged when a collec...Jenny Peshansky2020-07-242-5/+6
* SERVER-49848 Add interface to check single-threaded contextAmirsaman Memaripour2020-07-242-0/+13
* SERVER-49784 PlanExecutorImpl::getNext should only modify 'objOut' if getNext...Mihai Andrei2020-07-241-1/+1
* SERVER-49122 Implement dateFromParts expression for date manipulation in SBEEric Cox2020-07-2417-25/+1089
* SERVER-48865 Implement agg boolean expression operators in grammarRibhav Jain2020-07-2410-561/+1076
* SERVER-49854 fix ticket number in TODOSamy Lanka2020-07-241-1/+1
* SERVER-48816 Implement listCollections stage for TenantDatabaseClonerVesselina Ratcheva2020-07-246-6/+777
* SERVER-49054 Modernize the Compass installer for *NIXRyan Egesdahl2020-07-243-56/+34
* SERVER-49054 Install Compass instead of Compass CommunityRyan Egesdahl2020-07-241-3/+1
* SERVER-49389 Log 'Index build: initialized' less oftenSamy Lanka2020-07-241-0/+4
* SERVER-49416 Don't override the TestData.allowUncleanShutdowns parameter when...William Schultz2020-07-241-2/+6
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-2432-957/+762
* SERVER-49427 Delete pending_chunk.js and remove now-defunct code in the Metad...Cheahuychou Mao2020-07-246-266/+1
* SERVER-49508 Step up deadlock between migration recovery and prepared transac...Tommaso Tocci2020-07-246-15/+11
* SERVER-49163 Find and parse internal idents with resumable index build inform...Samy Lanka2020-07-2416-63/+284
* SERVER-49827 [SBE] Fix latent bug in ExpressionPostVisitor causing a failure ...Drew Paroski2020-07-231-1/+2
* SERVER-48638 Added LibdepsLinter to enforce LIBDEPS rulesDaniel Moody2020-07-2311-70/+69
* SERVER-49132 Add logging for AppleGabriel Marks2020-07-231-24/+93