summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6491 Prevent dropping shard key index when alternative index doesn't e...Randolph Tan2022-03-1621-217/+648
* SERVER-63495 Link cluster find and strategy into mongodJack Mulrow2022-03-162-0/+60
* SERVER-63417 Oplog fetcher should not retry when a node is known to be downMatthew Russotto2022-03-1624-40/+417
* Revert "SERVER-63753 Translate $lookup result object creation in SBE"Max Hirschhorn2022-03-166-340/+258
* SERVER-64170 Refactor static variables into decorationsJordi Olivares Provencio2022-03-1615-110/+171
* Revert "SERVER-64235 Implement timeseries lastpoint rewrite for ascending time"Alya Berciu2022-03-162-181/+39
* SERVER-63255 Fix dbStats output for non-existing database to match existing d...Yu Jin Kang Park2022-03-162-9/+19
* SERVER-64026 Update WT operations that require exclusive access to a dhandleJordi Olivares Provencio2022-03-164-47/+109
* SERVER-63523 Drain ongoing sharded DDL operations before enabling write block...Jordi Serra Torrens2022-03-168-1/+94
* SERVER-51770 add std::error_code functions to errno_utilBilly Donahue2022-03-162-8/+7
* SERVER-63050 add ability to check if no foreign namespaces are involved in an...Mickey. J Winters2022-03-162-0/+12
* SERVER-63708 Ensure that TTL indexes work correctly with user write blockingSpencer Jackson2022-03-151-0/+3
* SERVER-64487 Fix donor access blocker cleanupA. Jesse Jiryu Davis2022-03-152-8/+19
* SERVER-64459 Use ScopedSetShardRole in ShardvrProcessInterfaceKaloian Manassiev2022-03-1512-157/+71
* SERVER-64074 Optimize how we build the DebugInfo for plan cacheRuoxin Xu2022-03-155-320/+162
* SERVER-61421 Change SBE plan cache key encoding to reflect auto-parameterizationRuoxin Xu2022-03-157-14/+459
* SERVER-63512 Use optimized (no isSelf calls) reconfiguration on heartbeat rec...Matthew Russotto2022-03-152-2/+125
* SERVER-64474 Add null pointer assertion for index descriptor access during in...Rui Liu2022-03-151-1/+1
* SERVER-64452 Fix failure in StepUpWithkCommitted testDidier Nadeau2022-03-152-60/+91
* SERVER-64031 serverStatus should not take PBWM lock and skip ticket acquisitionGregory Wlodarek2022-03-151-0/+5
* SERVER-64235 Implement timeseries lastpoint rewrite for ascending timeAlya Berciu2022-03-152-39/+181
* SERVER-63753 Translate $lookup result object creation in SBENikita Lapkov2022-03-156-258/+340
* SERVER-64149 Remove MigrationReason from MigrateInfoAllison Easton2022-03-159-153/+157
* SERVER-62710 Ensure that AsyncResultsMerger attempts to kill shard cursors wh...Romans Kasperovics2022-03-151-53/+64
* SERVER-63759 First implementation of the Router APIKaloian Manassiev2022-03-153-54/+59
* SERVER-61893 Add capability for showing system events with showSystemEvents flagAndrii Dobroshynski2022-03-157-23/+79
* SERVER-63260 Fix incorrect $avg result when merging partial resultsYoonsoo Kim2022-03-154-80/+152
* SERVER-64414 Fix invalid reference tracker state during path fusion rewriteSvilen Mihaylov2022-03-144-8/+199
* SERVER-63348 Implement Interval Evaluation TreeAlexander Ignatyev2022-03-143-0/+355
* SERVER-64420 Fix split acceptance to successfully complete split operationDidier Nadeau2022-03-146-120/+172
* SERVER-64297 Revert temporary workaround in SERVER-64282Kyle Suarez2022-03-141-16/+4
* SERVER-64474 Add null pointer assertion for index descriptor access during in...Rui Liu2022-03-141-0/+4
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-145-35/+48
* SERVER-64451 Ensure we don't try to access BoundedSorter heap if it is emptyDan Larkin-York2022-03-141-1/+1
* SERVER-64397 Fix int overflow in TimeSorterDavid Percy2022-03-141-1/+6
* SERVER-64434 fixing heap use after free when deleting state documentmathisbessamdb2022-03-142-13/+12
* SERVER-64471 Skip checking prepareUnique on an already unique index during co...Yuhong Zhang2022-03-141-9/+8
* SERVER-63732 Add new implicitlyCreateIndex and enforceUniqueness to shardColl...Randolph Tan2022-03-145-13/+34
* SERVER-63684: Rollback SERVER-62101, changes not required after SERVER-57250Yu Jin Kang Park2022-03-143-10/+2
* SERVER-64468 Delete SucceedsIfFilteringMetadataUUIDInitiallyDifferentFromTask...Antonio Fuschetto2022-03-141-41/+0
* SERVER-63452 Clean up use of 'getMainCollection()'Mihai Andrei2022-03-147-25/+19
* Revert "SERVER-63850 Add the count command to API version 1"Sviatlana Zuiko2022-03-145-48/+35
* SERVER-63760 Report the number of TemporarilyUnvailable errors that escape th...Louis Williams2022-03-144-10/+41
* SERVER-63850 Add the count command to API version 1James Wahlin2022-03-125-35/+48
* SERVER-62082 Decrement numAwaitingTopologyChanges on error after waiting in a...Vesselina Ratcheva2022-03-122-7/+93
* SERVER-63780 Switch FLE 2 crypto code to CTR and CTR-AEADsergey.galtsev2022-03-111-22/+16
* SERVER-64442 Implement $size for new optimizerSvilen Mihaylov2022-03-112-2/+19
* SERVER-64423 Mark lookup stage with paths in local/foreign fields as incompat...Irina Yatsenko2022-03-111-7/+14
* SERVER-64097 replace CommandInvocationHooksHandle with a unique_ptrMatt Diener2022-03-113-10/+10
* SERVER-63572 Implement index join for scalar local field typeRui Liu2022-03-117-242/+469