summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-1/+0
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-108-41/+69
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-0759-223/+228
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-062-2/+2
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-062-2/+2
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-062-2/+2
* SERVER-2104 add support for covered projections with dotted field pathsDavid Storch2017-02-242-4/+48
* SERVER-13732 Index access plan for contained OR should consider top-level pre...Tess Avitabile2017-02-171-1/+1
* SERVER-27709 Remove cycles & change incomplete tagADAM David Alan Martin2017-01-171-2/+10
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-053-6/+6