summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-02127-532/+512
* SERVER-57667 Speed up resharding's collection cloning using internal stage80741223+jlap199@users.noreply.github.com2021-08-025-195/+231
* SERVER-57262 Relax vote constraint to allow voting for candidates with newer ...Wenbin Zhu2021-08-023-15/+24
* SERVER-58592 Make sure to clear resharding metrics after reshard collection c...Randolph Tan2021-08-023-15/+42
* SERVER-58827 Delete unused method ActionSet::parseActionSetFromStringErwin Pe2021-08-023-31/+29
* SERVER-58967 Set curOp namespace to time-series view collection for time-seri...Kris Satya2021-08-021-1/+3
* SERVER-53066 Remove shardingFullDDLSupport feature guard (part 2)Tommaso Tocci2021-08-021-0/+5
* SERVER-58736 Add benchmark for CollectionCatalog::write()Gregory Wlodarek2021-08-022-0/+107
* SERVER-58736 Avoid quadratic behavior in rollback with many collectionsGregory Wlodarek2021-08-023-19/+46
* Revert "SERVER-54129 Simplify generated SBE expressions for $mod, $add, and $...Mihai Andrei2021-08-023-381/+124
* SERVER-27383 Restrict use of queryableBackupMode to only shards when starting...Marcos José Grillo Ramirez2021-08-021-3/+6
* SERVER-58067 fix XCode12 compile warningBenety Goh2021-08-021-1/+1
* SERVER-53066 Remove shardingFullDDLSupport feature guardTommaso Tocci2021-08-023-71/+2
* SERVER-54810 Do not acquire the dist lock in CSRS on RefineShardKey after 5.0Tommaso Tocci2021-08-022-29/+0
* SERVER-58771 Prevent querying config.chunks for the shard version during chun...Allison Easton2021-08-022-19/+41
* SERVER-58338 Return an error if client attempts an OP_QUERY command other tha...Yoonsoo Kim2021-08-022-8/+8
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-3136-796/+212
* SERVER-54129 Simplify generated SBE expressions for $mod, $add, and $split wh...Mihai Andrei2021-07-303-124/+381
* SERVER-558917 Wait until donors/recipients are aware that coordinator has per...jannaerin2021-07-301-3/+2
* SERVER-58888 Account for pushed down stages in union explain with mode 'execu...Nick Zolnierz2021-07-301-0/+8
* SERVER-58381 Define and process kind(2) in OP_MSG payloadSara Golemon2021-07-305-1/+198
* SERVER-58067 Support 2dsphere indexes on time-series measurementsDan Larkin-York2021-07-3016-84/+1085
* SERVER-58774 Clean up timeseries_delete_util helper functionsKris Satya2021-07-304-127/+68
* SERVER-55412 shardVersion propogated for mirrored readsAlex Li2021-07-306-37/+163
* SERVER-58861 Fix ephemeralForTest on Big Endian machines.Henrik Edin2021-07-301-8/+13
* SERVER-58270 Create configureCollectionAutoSplitter commandSimon Graetzer2021-07-3025-29/+299
* SERVER-58944 add loop progress info to 'Index build: starting' log messageBenety Goh2021-07-301-0/+2
* SERVER-58926 ReshardingDonor should not try to set the stop time of the criti...Haley Connelly2021-07-291-2/+8
* SERVER-57291 Add path length check to expression_parser and tests.Jennifer Peshansky2021-07-291-0/+6
* SERVER-49897 Insert no-op entries into oplog buffer collections for reshardin...jannaerin2021-07-299-22/+201
* SERVER-58342 Allow specifying of reshardCollection zones to be emptyHaley Connelly2021-07-291-1/+2
* SERVER-58487 Join TransactionCoordinatorService stepdown tasks during shutdownRandolph Tan2021-07-293-1/+38
* SERVER-58603 ensureTempReshardingCollectionExistsWithIndexes may hit an invar...Randolph Tan2021-07-291-0/+10
* SERVER-58876: Stricter LockRequestList invariant enforcement to trace suspect...Andrew Shuvalov2021-07-291-0/+8
* Revert "SERVER-58742 Disallow time-series deletes on buckets with control.clo...Kris Satya2021-07-291-10/+5
* SERVER-50675 Get rid of Grid's configOpTime after 5.0 has branched outTommaso Tocci2021-07-292-12/+2
* Revert "SERVER-56509 Wrap unique index insertion _keyExists call in a WT curs...Henrik Edin2021-07-281-9/+4
* SERVER-58464 Permit interruption errors when aborting a time-series batch tha...Gregory Noma2021-07-281-1/+5
* SERVER-58359: More flexible query containment for $geoWithinMaddie Zechar2021-07-281-0/+35
* SERVER-54791 Fix `Sorter::File` cleanupGregory Noma2021-07-282-12/+12
* SERVER-58081 Make _flushReshardingStateChange return instead of blocking if t...Haley Connelly2021-07-284-58/+161
* SERVER-58208: Allow top-level $graphLookup stages to run in parallel on shardsHana Pearlman2021-07-282-5/+14
* SERVER-58877 Ban spilling to disk in SpillableCache without a storage engineTed Tuckman2021-07-281-0/+8
* SERVER-27383 Disalow starting shards and config servers as standaloneMarcos José Grillo Ramirez2021-07-281-0/+8
* SERVER-54791 Use single file descriptor for external sortGregory Noma2021-07-285-207/+239
* SERVER-58241 Overlap fetching of `_xferMods` from the donor with applying the...Allison Easton2021-07-283-68/+82
* SERVER-58879 listIndexes() on a time-series view does not reverse map the mea...Gregory Wlodarek2021-07-271-16/+102
* SERVER-58394 Translate multiple ordered updates on a time-series collection's...Alison Lu2021-07-278-119/+138
* SERVER-55239 Support 2dsphere index on time-series collection metadata fieldsDan Larkin-York2021-07-276-16/+82
* SERVER-58742 Disallow time-series deletes on buckets with control.closed set ...Kris Satya2021-07-271-5/+10