Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-76582 Pass correct SerializationContext objs into command replies | Hugh Tong | 2023-05-12 | 1 | -0/+2 |
| | |||||
* | SERVER-72687 support $out to time-series collections | Gil Alon | 2023-04-19 | 1 | -6/+38 |
| | |||||
* | SERVER-75110 Support SerializationOptions in IDL generated serializers | Davis Haupt | 2023-04-14 | 1 | -1/+1 |
| | |||||
* | SERVER-75130: Shapify $currentOp, $out, $telemetry, $bucketAuto | Will Buerger | 2023-03-31 | 1 | -0/+20 |
| | |||||
* | Revert "SERVER-75130: Shapify $currentOp, $out, $telemetry, $bucketAuto" | auto-revert-processor | 2023-03-31 | 1 | -20/+0 |
| | | | | This reverts commit ff32a9b23a2b485bd0900d129fd9013844559d5a. | ||||
* | SERVER-75130: Shapify $currentOp, $out, $telemetry, $bucketAuto | Will Buerger | 2023-03-30 | 1 | -0/+20 |
| | |||||
* | SERVER-72687 Revert $out to time-series collections | Gil Alon | 2023-03-29 | 1 | -1/+1 |
| | |||||
* | SERVER-74830 Ensure agg and views unit tests that set tenantIds behave ↵ | jannaerin | 2023-03-15 | 1 | -0/+5 |
| | | | | correctly when multitenancySupport enabled | ||||
* | SERVER-72687 Add support for $out to timeseries collection | Gil Alon | 2023-02-24 | 1 | -1/+1 |
| | |||||
* | SERVER-73112 Expose function to construct NamespaceString in unit tests | jannaerin | 2023-02-08 | 1 | -4/+10 |
| | |||||
* | SERVER-66024 Include tenantId when constructing namespaces for agg stages | jannaerin | 2022-05-24 | 1 | -0/+61 |
| | |||||
* | SERVER-46110 Expose $out functionality | Ted Tuckman | 2020-02-28 | 1 | -5/+5 |
| | |||||
* | Revert "SERVER-46110 Expose $internalOutToDifferentDB functionality" | Louis Williams | 2020-02-27 | 1 | -5/+5 |
| | | | | This reverts commit 835e125ff9cf933ff9804d8f7ca22cca1e3a04f2. | ||||
* | SERVER-46110 Expose $internalOutToDifferentDB functionality | Ted Tuckman | 2020-02-27 | 1 | -5/+5 |
| | |||||
* | SERVER-42693 Add renameAndPreserveOptions command and allow $out to output ↵ | Ted Tuckman | 2019-11-15 | 1 | -3/+3 |
| | | | | to different DB | ||||
* | SERVER-42302 Move Document/Value library to db/exec/document_value directory. | David Storch | 2019-10-01 | 1 | -2/+2 |
| | | | | | | Document/Value is now used throughout the query execution engine, and therefore should move into the directory which holds query execution code. | ||||
* | SERVER-40432 Undo 4.2 changes to $out | Anton Korshunov | 2019-05-30 | 1 | -310/+6 |
| | |||||
* | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | 2019-02-13 | 1 | -1/+0 |
| | | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | ||||
* | SERVER-37871 Enforce agreement on shard key across cluster for $out | Charlie Swanson | 2018-11-21 | 1 | -4/+27 |
| | |||||
* | SERVER-37982 Distinguish use cases for collecting document key fields | Charlie Swanson | 2018-11-16 | 1 | -3/+3 |
| | |||||
* | SERVER-37378 Prevent $out to the same namespace as the aggregation for the ↵ | Devin Hilly | 2018-11-07 | 1 | -0/+20 |
| | | | | new modes | ||||
* | SERVER-36813 Be careful when choosing default uniqueKey | Charlie Swanson | 2018-11-01 | 1 | -1/+18 |
| | | | | | | | | Before doing so, refresh the catalog cache to make sure the mongos serving the request is at least somewhat up to date. Additionally, communicate the epoch used to choose the uniqueKey from mongos to the shards, and raise an error from the shards and terminate the aggregation if the epoch of the targeted collection ever changes. | ||||
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -21/+23 |
| | |||||
* | SERVER-36367 validation for $out "uniqueKey" | Kyle Suarez | 2018-09-11 | 1 | -30/+18 |
| | |||||
* | SERVER-13201 support $out to foreign database | Kyle Suarez | 2018-08-28 | 1 | -7/+17 |
| | | | | | Allows $out to write to a database foreign to the aggregation namespace when the mode is "insertDocuments" or "replaceDocuments" | ||||
* | SERVER-35954 Default uniqueKey to document key for sharded collection | Charlie Swanson | 2018-08-24 | 1 | -0/+9 |
| | |||||
* | SERVER-36123: Reject $out with mode: replaceCollection if the output ↵ | Nick Zolnierz | 2018-08-09 | 1 | -0/+16 |
| | | | | collection is sharded | ||||
* | SERVER-35896: Support 'replaceDocuments' mode in $out | Nick Zolnierz | 2018-08-02 | 1 | -30/+108 |
| | |||||
* | SERVER-36286: Rename options for $out | Nick Zolnierz | 2018-07-26 | 1 | -70/+25 |
| | |||||
* | SERVER-35897: Add support for $out to append to existing collection | Nick Zolnierz | 2018-07-24 | 1 | -10/+0 |
| | |||||
* | SERVER-35893: Update $out to accept new syntax | Nick Zolnierz | 2018-07-05 | 1 | -0/+315 |