summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63897 IDL-ify database typeTommaso Tocci2022-02-2319-44/+56
* SERVER-63563 Remove outdated TODOs for `disallowNewDuplicateKeys` fieldYuhong Zhang2022-02-231-1/+0
* SERVER-55749 Create feature flag for batching multi-document deletionsJosef Ahmad2022-02-231-0/+4
* SERVER-40691 $nin:[[],...] queries are not indexed #3420Jess Balint2022-02-226-14/+121
* 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-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-224-7/+13
* 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-2211-71/+87
* 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-226-37/+29
* SERVER-62801 Add change stream event for create operationArun Banala2022-02-2215-241/+505
* 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-211-4/+8
* 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-193-21/+25
* 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-182-0/+12
* SERVER-57609 log the effects of --setParameter at startupBilly Donahue2022-02-183-27/+109
* SERVER-60185 Enable featureFlagCommandsAcceptCollectionUUID by defaultGregory Noma2022-02-181-1/+2
* SERVER-63285 Ensure `CollectionUUIDMismatch` error from write commands does n...Gregory Noma2022-02-181-0/+12
* SERVER-61018 Create a generic histogram typeReo Kimura2022-02-183-25/+21
* SERVER-63665 add compilation target for server-side rewritesDavis Haupt2022-02-184-0/+154
* SERVER-63722 Rename collection participants resilient to errors different fr...Pierlauro Sciarelli2022-02-182-35/+54
* SERVER-63820 load BalancerScheduler recovery info while holding mutexPaolo Polato2022-02-181-4/+2
* SERVER-63088 Change chunk version persistance formatMarcos José Grillo Ramirez2022-02-183-12/+31
* SERVER-63335 Add `numOrphanDocs` field to range deletion task documentsPierlauro Sciarelli2022-02-181-0/+4
* SERVER-62854 ShardingCatalogManager::removeShard should prevent concurrent re...Antonio Fuschetto2022-02-181-0/+7
* SERVER-63769 Remove the temporary unsafe code for index selection when loweri...Irina Yatsenko2022-02-171-5/+4
* SERVER-62366 Add forgetShardSplit commandmathisbessamdb2022-02-1711-84/+667
* SERVER-63694: Recategorize WT timestamp assertions.Daniel Gottlieb2022-02-174-77/+82
* SERVER-60525 Make retryable internal transactions retryable across reshardingSanika Phanse2022-02-173-6/+40
* SERVER-63562 Remove side write tracker for collMod converting index to uniqueYuhong Zhang2022-02-179-567/+46