summaryrefslogtreecommitdiff
path: root/src/mongo/s/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-012-3/+4
* SERVER-68910 Recieve -> ReceiveMatt Kneiser2022-08-302-2/+2
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-262-20/+20
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-0/+2
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-184-4/+4
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-178-13/+13
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-171-2/+1
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-1/+1
* SERVER-68634 Move insertDocumentForBulkLoader out of CollectionImplKaloian Manassiev2022-08-111-1/+0
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-291-3/+4
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-273-17/+17
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-262-2/+2
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-8/+2
* SERVER-65257 Expose only the all arguments constructor for 'ResumeTokenData' ...Catalin Sumanaru2022-06-281-4/+5
* SERVER-67408 Preserve `CollectionUUIDMismatch` error even if database does no...Gregory Noma2022-06-273-0/+16
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-221-1/+1
* SERVER-67400 Introduce a CollectionPlacement component of the collection versionKaloian Manassiev2022-06-211-3/+1
* SERVER-66431 Replace all usages of ShardType::ConfigNS by kConfigsvrShardsNam...Silvia Surroca2022-06-032-10/+23
* SERVER-66260 Modify executor::RemoteCommandRequest to accept an Options argumentDaniel Morilha2022-05-271-2/+3
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-3/+3
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-246-85/+84
* SERVER-59400 Revert "SERVER-55581: Return ScopedDbConnection to connection po...Amirsaman Memaripour2022-05-111-1/+0
* Revert "SERVER-66270 Set ExpressionContext::inMongos to true only on mongos"auto-revert-processor2022-05-071-3/+3
* SERVER-66270 Set ExpressionContext::inMongos to true only on mongosArun Banala2022-05-071-3/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-0610-10/+30
* SERVER-64970 Start generating new v2 resume token format for all events by de...Arun Banala2022-04-281-6/+8
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-112-1/+12
* SERVER-62537 Enable merging of multiple cursors from a remote aggregationTed Tuckman2022-04-091-10/+4
* SERVER-63312: Implement FLE server-side rewrite for agg on mongodHana Pearlman2022-04-041-4/+4
* SERVER-64875 Enable `collectionUUID` parameter on `aggregate` command more ge...Gregory Noma2022-03-311-6/+8
* SERVER-64055 fle find rewrite on mongodDavis Haupt2022-03-311-1/+2
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ...Jack Mulrow2022-03-301-1/+5
* SERVER-64359: Implement FLE server-side rewrite for agg command on mongosHana Pearlman2022-03-283-7/+26
* SERVER-61028 Implement granularity update for timeseries collectionRui Liu2022-03-233-23/+112
* SERVER-63747 Allow client retryable write case on mongod for transaction APIJack Mulrow2022-03-171-4/+8
* SERVER-58673 Delete per shard cursor feature flagMickey. J Winters2022-03-171-81/+9
* SERVER-62710 Ensure that AsyncResultsMerger attempts to kill shard cursors wh...Romans Kasperovics2022-03-152-0/+18
* SERVER-63759 First implementation of the Router APIKaloian Manassiev2022-03-151-12/+2
* SERVER-63773 Add getPostBatchResumeToken override to router_stage_mergeJennifer Peshansky2022-03-105-4/+10
* SERVER-63772 Copy important fields to the outgoing and remote cursor response...Jennifer Peshansky2022-03-091-7/+12
* SERVER-63781 set per shard cursor initial batch size to 0Mickey. J Winters2022-03-031-1/+7
* SERVER-63774 Pass optional dbVersion to runPipelineOnSpecificShardJennifer Peshansky2022-03-033-6/+7
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-022-4/+12
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-0/+1
* SERVER-62738 implement aggregate $_passthroughToShard optionMickey. J Winters2022-02-255-9/+180
* SERVER-40691 $nin:[[],...] queries are not indexed #3420Jess Balint2022-02-221-1/+1
* SERVER-62801 Add change stream event for create operationArun Banala2022-02-221-1/+1
* SERVER-63253 Ensure `CollectionUUIDMismatch` error from `find command does no...Gregory Noma2022-02-152-11/+31
* SERVER-63528 Use db and collection instead of namespace in CollectionUUIDMism...Gregory Noma2022-02-151-1/+1