summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* Reapply "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-292-1/+5
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-296-11/+24
* Revert "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-282-5/+1
* SERVER-30991 Introduce MatchExpression::optimize().Justin Seyster2017-09-282-1/+5
* SERVER-29136 Plumb update document key through to op logNathan Myers2017-09-251-37/+23
* SERVER-29929 Report highest observed cluster time from change stream on each ...Matthew Russotto2017-09-195-0/+52
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-062-1/+8
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-286-20/+20
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-257-26/+16
* SERVER-30579 Change resumeTokens to include collection UUID instead of namespaceMatthew Russotto2017-08-231-0/+1
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-172-2/+33
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-5/+5
* SERVER-30580 No more status locationsMathias Stearn2017-08-162-81/+50
* SERVER-28772 Remove the $pushAll modifier.Justin Seyster2017-08-101-2/+2
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-096-0/+6
* SERVER-30245 Make ArrayMatchingMatchExpression inherit from PathMatchExpression.David Storch2017-08-021-1/+1
* SERVER-28773 Create insert mode for SetNodeTess Avitabile2017-08-021-3/+1
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-1/+1
* SERVER-29887 address clang-4.0 warnings in geo codeMathias Stearn2017-07-261-1/+1
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-2611-20/+20
* SERVER-19402 Change agg array sort semantics to match find.David Storch2017-07-212-199/+39
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-213-4/+9
* SERVER-28918 Merge sessions and write_ops librariesJack Mulrow2017-07-201-1/+1
* Revert "SERVER-29887 address clang-4.0 warnings in geo code"Mathias Stearn2017-07-141-1/+1
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-2/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29887 address clang-4.0 warnings in geo codeMathias Stearn2017-07-131-1/+1
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-2/+6
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-3/+3
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-441/+75
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-272-8/+8
* SERVER-19402 Change find command semantics for sorting on an array field.David Storch2017-06-203-180/+26
* SERVER-28762 Conditionally parse an update expression as an UpdateNode treeTess Avitabile2017-06-191-4/+4
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-185-8/+11
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-021-6/+0
* Revert "SERVER-29342 CollectionShardState/RangeDeleter support for safe secon...Nathan Myers2017-06-011-0/+6
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-011-6/+0
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-29218 Use std:::unique_ptr to manage QuerySolutionNode objectsJustin Seyster2017-05-171-4/+4
* SERVER-29088 Cache uuid in Collection class to fix perf regressionGeert Bosch2017-05-081-1/+1
* SERVER-28851 Resolve cycles from latest vtables.ADAM David Alan Martin2017-04-241-0/+2
* SERVER-27989 Implement new oplog format with collection UUIDsGeert Bosch2017-04-211-0/+1
* SERVER-28811 Resolve satisfiable dependenciesADAM David Alan Martin2017-04-201-0/+1
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-203-3/+3
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-136-13/+52
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-28298 Allow OperationContext objects to be created with an optional Lo...samantharitter2017-04-122-2/+6
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-2/+2
* SERVER-28347 enforce storage depth limit for user documentsKyle Suarez2017-03-241-42/+124
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-2/+8