summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-02214-1719/+1821
* SERVER-50370 Implement dotted path sort semantics in SBEDrew Paroski2021-04-0213-240/+636
* SERVER-55340 Initialize BucketCatalog::_numPreviouslyCommittedMeasurementsDan Larkin-York2021-04-021-1/+1
* SERVER-55569 Test BucketCatalog::clear(ns) with concurrent writesDan Larkin-York2021-04-021-2/+46
* SERVER-55763: Correct ClearReshardingFilteringMetadata and clarify its test f...Daniel Gottlieb2021-04-022-8/+21
* SERVER-55708 remove unused parameter from index_key_validate::validateIndexSp...Benety Goh2021-04-027-144/+64
* SERVER-49348 Architecture Guide updates for Create checks for API versioning ...Mark Benvenuto2021-04-021-1/+22
* SERVER-55743 Replace invalid invariant in BucketCatalog::abortDan Larkin-York2021-04-021-1/+6
* SERVER-55226 Test partitionBy null/missingYuhong Zhang2021-04-022-2/+58
* SERVER-55744: Use kTenantMigration log component verbosity in tenant_migratio...XueruiFa2021-04-021-1/+1
* SERVER-49602 Architecture guide: Clustered IndexesLouis Williams2021-04-021-0/+21
* SERVER-55306 Integrate CancelableOperationContext into ReshardingCoordinatorAlex Taskov2021-04-022-14/+35
* SERVER-55708 move IndexDescriptor::getSupportedIndexVersions() to testBenety Goh2021-04-023-20/+19
* SERVER-55708 remove unused parameter from IndexDescriptor::isIndexVersionAllo...Benety Goh2021-04-023-14/+10
* SERVER-54481 Remove double-checking the existence of records in collection va...Gregory Wlodarek2021-04-021-12/+0
* SERVER-55679 Remove w:majority wait from generating minFetchTimestamp.Max Hirschhorn2021-04-021-4/+0
* SERVER-54829 consolidate validateConfigForReconfig paths into a single onePavi Vetriselvan2021-04-024-60/+47
* SERVER-55708 remove std importBenety Goh2021-04-021-3/+1
* SERVER-55233 Support wildcard index type on the metadata fields of a time-ser...Dianna Hohensee2021-04-023-2/+9
* Revert "SERVER-50370 Implement dotted path sort semantics in SBE"Uladzimir Makouski2021-04-0213-636/+240
* SERVER-50370 Implement dotted path sort semantics in SBEDrew Paroski2021-04-0213-240/+636
* SERVER-55060 Direct modification must remove buckets from the time-series buc...Dan Larkin-York2021-04-0218-151/+398
* SERVER-55723 Quiesce before fulfilling in ReshardingDataReplication.Max Hirschhorn2021-04-012-5/+15
* SERVER-54436 Refactor validateResult method from cluster_create_indexes to us...Moustafa Maher2021-04-012-69/+53
* SERVER-54924 awaitReplication errors are too easily ignoredMoustafa Maher2021-04-011-1/+1
* SERVER-34938 Secondary slowdown or hang due to content pinned in cache by sin...Moustafa Maher2021-04-012-1/+7
* SERVER-55726 trivial fix: ref loop variable (fixes xcode build)Billy Donahue2021-04-011-1/+1
* SERVER-55662 Retry writes to config server on step down errors in create coll...Marcos José Grillo Ramirez2021-04-011-16/+25
* SERVER-52944 Add additional audit sharding testsBen Caimano2021-04-016-5/+13
* SERVER-54486: Remove accidental file.Daniel Gottlieb2021-04-011-1/+0
* SERVER-55497 Move abortReshardCollection command behind feature flagBlake Oler2021-04-012-1/+8
* SERVER-55443 Do not report that read source need to be changed to lastApplied...Henrik Edin2021-04-011-0/+10
* SERVER-54891 Set read source before AutoGetCollectionForRead so we don't aban...Henrik Edin2021-04-012-24/+24
* SERVER-55149 Remove wrong TODO on the drop collection coordinatorTommaso Tocci2021-04-011-2/+0
* SERVER-53762 Report aggregate execution stats in `explain` for the inner side...Mohammad Dashti2021-04-012-0/+24
* SERVER-55598: Avoid parsing oplog entries again in _logOpsInner for abortInde...Lingzhi Deng2021-03-313-70/+67
* SERVER-54486: Clear resharding filtering metadata on primary stepUp.Daniel Gottlieb2021-03-319-92/+271
* SERVER-55591 Store time-series metadata in the durable catalog entry for buck...Louis Williams2021-03-3125-183/+228
* SERVER-54336 Implement expMovingAvg window functionTed Tuckman2021-03-315-1/+232
* SERVER-55070 Separate OpTime and WallTime in IDL, aviod parsing entire oplog ...Wenbin Zhu2021-03-3123-106/+118
* SERVER-55395 stdx/thread.h needs cstdlibBilly Donahue2021-03-311-0/+1
* SERVER-55547 Make tenant migration donor abort index builds before fetching keysJack Mulrow2021-03-312-23/+41
* SERVER-55198 Ensure tenant migrations currentOp output types match designJason Zhang2021-03-312-14/+11
* SERVER-53489: Test that $sample is placed directly after $unpackBucket by rew...Hana Pearlman2021-03-312-0/+122
* SERVER-55517 Remove unnecessary check for positions in parserAndrii Dobroshynski2021-03-311-2/+2
* SERVER-53923: Enforce reshardingCriticalSectionTimeout parameter.Kshitij Gupta2021-03-316-2/+54
* SERVER-51470 Construct predicate tree only once for kArrayAndItsElements trav...Nikita Lapkov2021-03-313-88/+210
* SERVER-54533 Add error in IDL that all commands with api_version != “” ha...Mark Benvenuto2021-03-313-2/+12
* SERVER-54529 Add access_check: complex to the aggregate commandMark Benvenuto2021-03-315-3/+91
* SERVER-54527 Add access_check: complex to existing commands that are not aggr...Mark Benvenuto2021-03-3121-11/+155