summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-58579 Bucket unpacking support for compressed v2 timeseries bu…Henrik Edin2021-09-081-8/+9
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-085-7/+7
* SERVER-51252 Remove unnecessary setIgnoredShardVersionForMergeCursors functio...Denis Grebennicov2021-09-071-17/+0
* SERVER-57895 Feature flag for slice mergeA. Jesse Jiryu Davis2021-09-022-0/+21
* SERVER-59335 Separate code specific to the classic plan cache80741223+jlap199@users.noreply.github.com2021-09-022-2/+2
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-018-253/+148
* SERVER-57572 Rewrite secondary indexes on mongos for sharded time-series coll...Arun Banala2021-08-312-125/+13
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-08-311-25/+40
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-1/+0
* SERVER-59600 merge validate_results library into collection_validationBenety Goh2021-08-271-1/+0
* SERVER-57589 Translate timeseries namespace for collStats command and expand ...Rui Liu2021-08-271-0/+1
* SERVER-58574 Modify the setFCV command to set/unset the long names flagAntonio Fuschetto2021-08-261-1/+11
* SERVER-59332 Convert PlanCache to a template class80741223+jlap199@users.noreply.github.com2021-08-251-0/+1
* SERVER-59515 Fix temp users/roles collection fieldsSara Golemon2021-08-241-2/+2
* SERVER-59130 Convert generic server commands to IDLSara Golemon2021-08-233-242/+356
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-232-4/+3
* SERVER-58586: Improve ClientCursor on mongoD to store and restore the…Hana Pearlman2021-08-205-0/+6
* Revert "SERVER-58443 Translate $near/$nearSphere on a view to $geoNear"David Percy2021-08-191-53/+31
* SERVER-59438 clean up db/catalog/SConscript LIBDEPSBenety Goh2021-08-191-1/+5
* SERVER-53354 Remove generic FCV references in isVersionCompatible function in...ali-mir2021-08-191-3/+0
* SERVER-58294 Improve interrupt detection when doing update for setFCV commandVesselina Ratcheva2021-08-192-0/+6
* SERVER-59081 Remove logic to perform reconfig when upgrading / downgrading on...ali-mir2021-08-181-60/+0
* SERVER-52936 Remove featureFlagTenantMigrationJason Chan2021-08-182-25/+0
* SERVER-53241 Always log createIndexes command to capture index definitionDan Larkin-York2021-08-181-1/+2
* SERVER-59351 Only store the originalSpec on time-series bucket indexes for ne...Gregory Wlodarek2021-08-171-2/+11
* SERVER-59405 Filter for time-series collections using the presence of Timeser...Gregory Wlodarek2021-08-171-1/+1
* SERVER-59129 Downgrading FCV requires that any newly supported secondary inde...Gregory Wlodarek2021-08-162-0/+44
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-1/+1
* SERVER-58443 Translate $near/$nearSphere on a view to $geoNearDavid Percy2021-08-111-31/+53
* SERVER-48545 Remove upgrade/downgrade support for initial sync semantics proj...Huayu Ouyang2021-08-111-29/+0
* SERVER-57194 Fix unit-tests to run with lock-free reads enabledDianna Hohensee2021-08-101-6/+4
* SERVER-55912 Update setFCV handling for reshardCollection when v5.0 becomes l...Randolph Tan2021-08-061-48/+0
* SERVER-58396 Translate multiple unordered metaField-only time-series updates ...Alison Lu2021-08-051-11/+3
* SERVER-58896 Fix metaField-only time-series updates with concurrent collectio...Alison Lu2021-08-051-25/+17
* SERVER-56602 Track usage of match expressions in serverStatusMilena Ivanova2021-08-052-0/+4
* SERVER-58068 Multi updates interrupted by tenant migration should wait for mi...Jack Mulrow2021-08-041-15/+15
* SERVER-58779 Store the original user index definition on the transformed inde...Gregory Wlodarek2021-08-041-0/+8
* SERVER-58735 Repurpose LastError for NotPrimaryError trackerYoonsoo Kim2021-08-041-7/+7
* SERVER-53283 Remove code that patches up sharding metadata on FCV upgrade/dow...Allison Easton2021-08-031-35/+0
* SERVER-58338 Return an error if client attempts an OP_QUERY command other tha...Yoonsoo Kim2021-08-021-2/+1
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-9/+51
* SERVER-58774 Clean up timeseries_delete_util helper functionsKris Satya2021-07-301-9/+0
* SERVER-55412 shardVersion propogated for mirrored readsAlex Li2021-07-306-37/+163
* SERVER-58394 Translate multiple ordered updates on a time-series collection's...Alison Lu2021-07-271-72/+7
* SERVER-55239 Support 2dsphere index on time-series collection metadata fieldsDan Larkin-York2021-07-271-0/+3
* SERVER-58519 Allow time-series deletes with concurrent collection modificationsKris Satya2021-07-271-63/+13
* SERVER-58403 Serialize concurrent accesses to OperationContext::_commentJennifer Peshansky2021-07-272-0/+2
* SERVER-56171 remove time-series downgrade logic from setFCV commandBenety Goh2021-07-251-76/+0
* SERVER-56171 remove time-series downgrade tests. remove TODO comments.Benety Goh2021-07-241-2/+0
* Revert "SERVER-55412 shardVersion propogated for mirrored reads"Alex Li2021-07-246-163/+37