summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58024 Audit NetworkInterfaceTL for calls to exception-throwing fns in ...Daniel Morilha2022-02-253-10/+92
* SERVER-61018 Create a generic histogram typeReo Kimura2022-02-258-314/+378
* SERVER-63956 Refactor TicketHolder to accept multiple implementationsJordi Olivares Provencio2022-02-256-73/+100
* SERVER-62738 implement aggregate $_passthroughToShard optionMickey. J Winters2022-02-2510-15/+204
* SERVER-63762 Track initial number of orphans in range deletion task documents...Allison Easton2022-02-255-2/+51
* SERVER-63905 ConfigureCollectionBalancing command should refresh collection r...Allison Easton2022-02-251-2/+5
* SERVER-63969 Remove validation of ChunkType from migrateInfoAllison Easton2022-02-251-1/+0
* SERVER-62006 add listCatalog aggregation stageBenety Goh2022-02-254-0/+235
* SERVER-62907 Vector clock components must survive CSRS non-rolling restartAntonio Fuschetto2022-02-251-0/+24
* SERVER-62006 add MongoProcessInterface::listCatalog()Benety Goh2022-02-255-0/+138
* SERVER-63247: Use migrationId log attribute consistentlyChristopher Caplinger2022-02-241-20/+20
* SERVER-63491 Remove TxnNumberAndRetryCounter as a parameter for txnRouter.beg...Sanika Phanse2022-02-248-1014/+351
* SERVER-63831: Assert that filesize is non-negativeChristopher Caplinger2022-02-241-1/+1
* SERVER-62006 inline DurableCatalog::isFeatureDocument()Benety Goh2022-02-243-13/+13
* SERVER-60562 Include cursor value in duplicate key error when testing is enabledGregory Noma2022-02-249-23/+132
* SERVER-61144: Finish importing donated collections on secondariesChristopher Caplinger2022-02-248-196/+282
* SERVER-62797 Fix tests which expect disabling SBE to keep the plan cache intactDavid Storch2022-02-241-1/+0
* SERVER-63738 Add AES support for no-ssl buildsMark Benvenuto2022-02-246-60/+428
* SERVER-59342 Add killSessions and failover support to update shard key fsm te...Jack Mulrow2022-02-241-0/+10
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-2424-122/+109
* Revert "SERVER-61018 Create a generic histogram type"auto-revert-processor2022-02-248-378/+314
* SERVER-57369 Disable concurrent authenticationSara Golemon2022-02-244-305/+117
* SERVER-61018 Create a generic histogram typeReo Kimura2022-02-238-314/+378
* SERVER-63875 Move TransactionWithRetries executor futures into TransactionJack Mulrow2022-02-232-17/+13
* SERVER-63478 Write UTs for change stream pre-image expiration policy.Rishab Joshi2022-02-234-55/+223
* SERVER-62735 Add unit test support for expected output in separate filesAnna Wawrzyniak2022-02-239-17/+684
* SERVER-58286 Architecture Guide updates for unique indexesYuhong Zhang2022-02-231-0/+15
* SERVER-62797 Clear SBE plan cache when query knobs are changedDavid Storch2022-02-239-254/+368
* SERVER-63331 Convert WriteErrors parsing into IDLKaloian Manassiev2022-02-2322-313/+383
* SERVER-63897 IDL-ify database typeTommaso Tocci2022-02-2337-372/+253
* SERVER-54595 StringData(const char*, size_t) only checks invariant in debugMatt Diener2022-02-232-2/+6
* SERVER-63563 Remove outdated TODOs for `disallowNewDuplicateKeys` fieldYuhong Zhang2022-02-231-1/+0
* SERVER-63605 Modify test to ignore transient warningsJordi Olivares Provencio2022-02-231-43/+60
* SERVER-55749 Create feature flag for batching multi-document deletionsJosef Ahmad2022-02-231-0/+4
* SERVER-63735 Add support for equality indexed encryptionMark Benvenuto2022-02-234-8/+1032
* SERVER-40691 $nin:[[],...] queries are not indexed #3420Jess Balint2022-02-227-15/+122
* SERVER-63618 Create & Integrate CurrentOp Interface For Global Index MetricsLuis Osta2022-02-228-15/+403
* SERVER-63841 Disable time-series metric indexesDavid Percy2022-02-223-49/+36
* SERVER-63218 Backup cursor returns the namespace and UUID at the checkpoint t...Gregory Wlodarek2022-02-2218-84/+219
* SERVER-63674 Create a FeatureFlag for ServiceEntryPointImpl::shutdownAndWaitDaniel Morilha2022-02-223-7/+59
* SERVER-63859 Disallow collMod with 'expireAfterSeconds' parameter over a view...Nicholas Zolnierz2022-02-221-1/+1
* SERVER-63218 Implement HistoricalIdentTrackerGregory Wlodarek2022-02-224-0/+707
* SERVER-63882 resolve libdeps_graph_linting warningsBenety Goh2022-02-226-13/+17
* SERVER-62716 Ensure finishWaitingOneOpTime actually progressesMatt Diener2022-02-221-7/+16
* SERVER-63636 Fix a bug with collation requirements on rid when merge join is ...Svilen Mihaylov2022-02-226-49/+184
* SERVER-63619 Add placeholder for reporting server status metricsBrett Nawrocki2022-02-224-5/+240
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-2216-103/+120
* SERVER-63431 Add SetClusterParameter coordinatorMarcos José Grillo Ramirez2022-02-224-0/+232
* SERVER-63862 Test improvement: refactor running a pipeline in classic and sbe...Svilen Mihaylov2022-02-225-178/+195
* SERVER-63846 Lowering of HashJoinNode: switch direction of inner and outer si...Svilen Mihaylov2022-02-222-6/+10