summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19355 add skip support to the new find/getMore path in mongosDavid Storch2015-07-307-103/+216
* SERVER-19527 Add configsvrMode flag to mongodSpencer T Brody2015-07-302-0/+32
* SERVER-18522 permit replicated writes with deleteObjects() (used by sharding)Eric Milkie2015-07-301-3/+9
* SERVER-18522 always update replcoord optime, regardless of operation rollbackEric Milkie2015-07-291-2/+2
* SERVER-18022 simplify waiting for first committed snapshotEric Milkie2015-07-292-24/+12
* SERVER-19421 Add abstractions for phrase matching in FTSAdam Chelminski2015-07-2911-33/+280
* SERVER-18522 set lastOp to last system optime, on no-op updates or deletesEric Milkie2015-07-299-15/+92
* Revert "SERVER-19319 Send setShardVersion command after sharding a collection"Kaloian Manassiev2015-07-293-3/+1
* SERVER-19349 Fix lint in index_bounds_builder_test.David Hatch2015-07-281-2/+1
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-2811-44/+44
* SERVER-19348, SERVER-19349: Correct index bounds on $type and $mod.David Hatch2015-07-281-1/+27
* SERVER-18084 Cleanup includesKaloian Manassiev2015-07-282-4/+4
* Revert "SERVER-19528 Change validationState to validationAction"Dan Pasette2015-07-2811-44/+44
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-2711-44/+44
* SERVER-19564: Refactor users of insertMulti take 2Martin Bligh2015-07-271-34/+22
* SERVER-19606 Upgrade / downgrade of election protocol versionSiyuan Zhou2015-07-277-75/+102
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-2722-144/+157
* SERVER-19564: RollbackMartin Bligh2015-07-271-21/+34
* SERVER-19374 Fix TTL Monitor does not yield when deleting expired docsQingyang Chen2015-07-272-3/+8
* SERVER-19564: Cleanup clang formatMartin Bligh2015-07-271-3/+2
* SERVER-19564: Refactor users of insertMultiMartin Bligh2015-07-271-34/+22
* SERVER-19514 Run sharding tests using 2 node CSRSSpencer T Brody2015-07-271-1/+1
* SERVER-19307 clean up strcpy in Ramlog and removed ErrorMsgBenety Goh2015-07-271-2/+2
* SERVER-19563 kill KillCursor piggyBack codeMathias Stearn2015-07-243-18/+0
* SERVER-19464 Have DSMergeCursors correctly cleanup _cursors in dispose()Mathias Stearn2015-07-242-2/+16
* SERVER-19553 Make mongod not use sayPiggyBack for KillCursor messagesMathias Stearn2015-07-241-0/+3
* SERVER-17544 remove $-prefixed find options from jstests and commentsDavid Storch2015-07-235-6/+6
* SERVER-17895 Remove clearing plan cache after 1000 write opsQingyang Chen2015-07-238-81/+1
* SERVER-18913 Remove redundant test in CountStage::work()Qingyang Chen2015-07-231-1/+1
* SERVER-19558 drop scopeCache in shutdownServerJason Carey2015-07-231-0/+5
* SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn2015-07-2339-332/+301
* SERVER-19221 implement async SSL in NetworkInterfaceASIOAdam Midvidy2015-07-221-1/+2
* Revert "SERVER-19221 patch ASIO to not initialize OpenSSL"Adam Midvidy2015-07-221-6/+1
* Revert "SERVER-19221 implement async SSL in NetworkInterfaceASIO"Adam Midvidy2015-07-221-1/+6
* SERVER-19221 implement async SSL in NetworkInterfaceASIOAdam Midvidy2015-07-221-6/+1
* SERVER-19221 patch ASIO to not initialize OpenSSLAdam Midvidy2015-07-221-1/+6
* SERVER-18951 do not add j:true to w:majority writes if journaling is not avai...Eric Milkie2015-07-221-1/+2
* SERVER-19504 Remove indexStats command artifactsJames Wahlin2015-07-224-17/+3
* SERVER-19526: Move expensive invariant to dassertMartin Bligh2015-07-222-3/+3
* SERVER-19513: Unindex documents when truncating WT capped collectionsGeert Bosch2015-07-221-0/+2
* SERVER-19206 Fix race in tests of read after optime with read committed.Siyuan Zhou2015-07-211-2/+9
* SERVER-19492 Replace ReplicationExecutor with ThreadPoolTaskExecutor in shard...Andy Schwerin2015-07-211-2/+0
* SERVER-19307 updated BackgroundSync producer thread to tail remote oplog usin...Benety Goh2015-07-213-77/+177
* SERVER-19492 Use ThreadPoolTaskExecutor instead of ReplicationExecutor in uni...Andy Schwerin2015-07-213-3/+3
* SERVER-19500 Remove shard version checking for write command explainKaloian Manassiev2015-07-211-5/+0
* SERVER-19500 Cleanup explain logicKaloian Manassiev2015-07-2110-486/+371
* SERVER-19431 Remove little endian assumption from BSON db hashAndrew Morrow2015-07-211-5/+6
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-2122-72/+162
* SERVER-18982: do inserts as inserts in replicationScott Hernandez2015-07-202-34/+82
* SERVER-17464: check for interrupts (like during shutdown) in clonerScott Hernandez2015-07-207-6/+29