summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-57432 Forbid yielding MODE_X/MODE_S locksJordi Olivares Provencio2022-02-227-71/+78
* SERVER-62801 Add change stream event for create operationArun Banala2022-02-2217-242/+511
* SERVER-63033 Refactor resumable index builds to use IDL instead of manual BSO...Jordi Olivares Provencio2022-02-224-38/+38
* SERVER-61887 add oplog noop event for shardCollection commandMisha Tyulenev2022-02-221-1/+42
* SERVER-63867 Allow zero plan cache maximum sizeAlexander Ignatyev2022-02-212-2/+15
* SERVER-59698 Make subplanning work with the SBE plan cacheAlexander Ignatyev2022-02-214-110/+107
* SERVER-63570 Implement index selection for index joinNikita Lapkov2022-02-212-13/+38
* SERVER-63203 fix checkMetadataForSuccessfulSplitChunk()Paolo Polato2022-02-211-2/+4
* SERVER-63088 Enable chunk version persisted format change by default and ensu...Marcos José Grillo Ramirez2022-02-212-5/+10
* SERVER-63266 Allow server to be started without setname in serverless modeDidier Nadeau2022-02-2016-139/+264
* SERVER-63566 Increase plan exploration count in test IndexPartitioning1Timour Katchaounov2022-02-201-1/+1
* SERVER-57609 log the effects of --setParameter at startupBilly Donahue2022-02-203-27/+102
* Revert "SERVER-61018 Create a generic histogram type"auto-revert-processor2022-02-198-378/+314
* Revert "SERVER-57609 log the effects of --setParameter at startup"auto-revert-processor2022-02-193-109/+27
* Revert "SERVER-60525 Make retryable internal transactions retryable across re...LaMont Nelson2022-02-183-40/+6
* SERVER-63230 Skip time-series buckets collection lookup for a view during res...Gregory Wlodarek2022-02-181-0/+6
* SERVER-63465 Create index limitations with encrypted fieldsErwin Pe2022-02-182-0/+71
* SERVER-62263 Add ClusterServerParameterOpObserverSara Golemon2022-02-187-0/+1213
* SERVER-57609 log the effects of --setParameter at startupBilly Donahue2022-02-183-27/+109
* SERVER-63189 Add AES-CTR support for Windowssergey.galtsev2022-02-183-60/+5860