summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/create_collection.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74061 Add support for $out to timeseries on secondaries and sharded cl...Gil Alon2023-04-271-9/+2
* SERVER-72687 support $out to time-series collectionsGil Alon2023-04-191-1/+11
* SERVER-72687 Revert $out to time-series collectionsGil Alon2023-03-291-11/+1
* SERVER-72687 Add support for $out to timeseries collectionGil Alon2023-02-241-1/+11
* SERVER-69687 Add $_externalDataSources aggregate command optionYoonsoo Kim2022-10-291-0/+2
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...jannaerin2022-10-171-1/+1
* Revert "SERVER-62395 Use tid field to create namespace on non-txn commands du...auto-revert-processor2022-10-151-1/+1
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...Hugh Tong2022-10-141-1/+1
* SERVER-69685 Add `createVirtualCollection` APIYoonsoo Kim2022-09-281-0/+8
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-231-3/+4
* SERVER-67409 Change mongo::createCollection to take db nameSophia Tan2022-08-181-1/+1
* SERVER-68911 Get rid of unnecessary argument to the `createCollection` functionKaloian Manassiev2022-08-181-4/+1
* SERVER-66639 Manager class for pre-image collectioncsum1122022-07-261-6/+0
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-211-0/+9
* Revert "SERVER-65209 Skeleton code to create change collection."Pierlauro Sciarelli2022-05-201-9/+0
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-191-0/+9
* Revert "SERVER-65209 Skeleton code to create change collection."Rishab Joshi2022-05-181-9/+0
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-181-0/+9
* SERVER-62953 Explicitly disable clustering when commanded by the userJordi Olivares Provencio2022-02-021-1/+1
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-1/+1
* SERVER-58825 Make pre-images collection clusteredMindaugas Malinauskas2021-10-191-0/+4
* SERVER-58685 Implement creation of pre-images collectionDenis Grebennicov2021-09-151-0/+2
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-54446 Accept the 'clusteredIndex' option to the createCollection comma...Louis Williams2021-03-041-1/+1
* SERVER-51501 Recognize the timeseries option of the create commandGregory Noma2020-10-231-0/+7
* SERVER-33719 Invariant if createCollectionForApplyOps renames collection in s...Daniel Ernst2020-01-071-3/+6
* SERVER-37180: Use OplogEntry everywhere in oplog applicationLingzhi Deng2019-07-291-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-0/+14
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-26514 Create command should take idIndex optionTess Avitabile2016-10-241-2/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-9/+7
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-0/+43