summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/list_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76582 Pass correct SerializationContext objs into command repliesHugh Tong2023-05-121-3/+18
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-4/+6
* SERVER-75261 Added accounting for array element overhead for "listCollections...Mindaugas Malinauskas2023-03-291-3/+3
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-3/+3
* SERVER-65976 Enable block compression for column store indexesJustin Seyster2022-12-081-1/+3
* SERVER-68347 Ensure createIndexes, dropIndexes, and listIndexes work in multi...Sophia Tan2022-09-271-0/+4
* SERVER-63123 Add support for creating columnar indexes with a subset of field...Justin Zhang2022-07-301-1/+2
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-1/+1
* SERVER-65797 Remove invalid index specs in memory before parsing for `listInd...Yuhong Zhang2022-05-091-1/+40
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+0
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-071-1/+1
* Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMo...Ian Boros2022-01-211-1/+0
* SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for ...Ian Boros2022-01-191-0/+1
* SERVER-59084 Add includeIndexBuildInfo flag to listIndexesGabriel Marks2021-12-031-3/+34
* SERVER-61039 Make sharded time-series listIndexes report the view's namespaceArun Banala2021-11-121-1/+1
* SERVER-60138 Improved the allocated memory for the `getMore` commands.Mohammad Dashti2021-10-261-1/+1
* SERVER-60144 Handle stale routing info on mongos for sharded time-series coll...Arun Banala2021-09-301-2/+7
* SERVER-59855 move getTimeseriesOptions() into its own libraryBenety Goh2021-09-101-1/+1
* SERVER-58586: Improve ClientCursor on mongoD to store and restore theā€¦Hana Pearlman2021-08-201-0/+1
* 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