summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/list_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-261-1/+1
* SERVER-54800 move timeseries::getTimeseriesOptions() into its own libraryBenety Goh2021-03-261-0/+1
* SERVER-54639 make list_indexes.cpp time-series conversion helper functions ge...Dianna Hohensee2021-03-251-46/+1
* SERVER-54929 Helper functions to convert underlying buckets collection index ...Dianna Hohensee2021-03-051-109/+23
* SERVER-54645 support listing indexes on a time-series collectionBenety Goh2021-03-041-0/+152
* SERVER-54645 extract function for creating listIndexes cursor on in-memory li...Benety Goh2021-03-031-65/+70
* SERVER-54645 limit scope of collection lock in listIndexes to catalog operationsBenety Goh2021-03-031-15/+24
* SERVER-52555 Convert listIndexes command implementation to inherit from IDL-g...Shreyas Kalyan2021-01-291-139/+132
* SERVER-53829 Make listCollections and listIndexes commands lock freeHenrik Edin2021-01-261-1/+2
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-7/+8
* SERVER-49867 Add server status metrics to track how often a cursor has more t...Vishnu Kaushik2021-01-141-1/+4
* SERVER-52538 Update IDL for "create" command, part 2A. Jesse Jiryu Davis2020-12-191-1/+2
* SERVER-52545 Define listIndexes with IDLA. Jesse Jiryu Davis2020-12-161-16/+38
* Revert "SERVER-52545 Define listIndexes with IDL"Lingzhi Deng2020-12-161-38/+16
* SERVER-52545 Define listIndexes with IDLA. Jesse Jiryu Davis2020-12-151-16/+38
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-6/+6
* SERVER-50863 Collect resource consumption metrics for specified commandsLouis Williams2020-09-151-0/+4
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-1/+1
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-291-0/+1
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+4
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-21/+19
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-3/+6
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-1/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-1/+5
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-02-181-0/+3
* Revert "SERVER-45610 Reject commands that read data when node is in RECOVERIN...Ian Boros2020-02-141-3/+0
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-02-131-0/+3
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+1
* SERVER-42693 Add renameAndPreserveOptions command and allow $out to output to...Ted Tuckman2019-11-151-35/+3
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-4/+7
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-10/+14
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-1/+1
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-1/+1
* SERVER-42527 Create CollectionLock constructor that uses UUIDDaniel Solnik2019-08-131-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-6/+8
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-0/+1
* SERVER-39723 Change listIndexes command behavior to show in-progress index bu...Gregory Wlodarek2019-02-261-13/+18
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37456 Make the global CursorManager a decoration on ServiceContextAnton Korshunov2019-02-111-1/+1
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+1
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-1/+2
* SERVER-38515 Test that initial sync continues through a step down.Suganthi Mani2019-02-061-0/+7
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-10/+8
* SERVER-37560 Store ReadConcernArgs on cursor object instead of ReadConcernLevelWilliam Schultz2018-11-151-1/+1