summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbhelpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-051-28/+0
* SERVER-24994 Check in Helpers::removeRange() if shard key index dropped.Max Hirschhorn2016-11-151-0/+6
* SERVER-26459 use AutoGetCollection instead of AutoGetOrCreateDb in the RangeD...Esha Maharishi2016-10-051-1/+1
* SERVER-26412 Do not pass empty strings into boost::filesystem::create_directo...samantharitter2016-10-051-0/+3
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-2/+4
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-1/+3
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-8/+8
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-41/+37
* SERVER-24664 Get rid of calls to ShardingState::getCollectionMetadataLeon Zaruvinsky2016-06-221-2/+2
* SERVER-23238 remove the public method PlanExecutor::collection()Sally McNichols2016-06-091-1/+1
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-3/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+4
* SERVER-23933 Remove OpDebug from ops/update.cpp::update()James Wahlin2016-05-191-4/+2
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-2/+4
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-1/+2
* SERVER-23128 Remove sharding logic from UpdateLifecycleImplMathias Stearn2016-04-211-2/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-1/+2
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-2/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-1/+2
* Revert "SERVER-23445 create LocalClient class for local queries/writes, imple...Dianna Hohensee2016-04-061-0/+6
* SERVER-23445 create LocalClient class for local queries/writes, implement a f...Dianna Hohensee2016-04-051-6/+0
* SERVER-20207 replace massert with uassert in dbhelpers' Helpers::removeRangeDianna Hohensee2016-03-161-1/+1
* SERVER-22425 execStats in system.profile should only report winning planJames Wahlin2016-02-261-2/+1
* SERVER-13123 All callers of PlanExecutor::getNext need to deal with error ret...Tess Avitabile2016-02-181-1/+13
* SERVER-22113 Remove unused sharding-specific getLocsInRange codeKaloian Manassiev2016-01-111-94/+0
* Revert "SERVER-22052 refactor Collection::deleteDocument to pass in the to-be...Dianna Hohensee2016-01-061-1/+1
* SERVER-22052 refactor Collection::deleteDocument to pass in the to-be-deleted...Dianna Hohensee2016-01-051-1/+1
* SERVER-21678 setting fromMigrate flag for deletes in oplogDianna Hohensee2016-01-041-1/+1
* SERVER-21382 Remove unused _id-extracting out parameter from Collection::dele...Andy Schwerin2015-12-091-2/+1
* SERVER-21520: Ensure encrypted rollback files end in '.enc'Spencer Jackson2015-11-201-0/+1
* SERVER-21404: Add rollback file coverage to ESESpencer Jackson2015-11-131-1/+77
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-061-0/+1
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-051-1/+1
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-2/+2
* SERVER-21048: Stop regetting the collection in deleteObjectsMartin Bligh2015-10-211-1/+2
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-15929 RemoveSaver::goingToDelete() returns error status if it fails to...Benety Goh2015-09-241-16/+17
* SERVER-18084 Remove usages of ShardingState::get(globalOperationContext())Kaloian Manassiev2015-09-221-2/+2
* SERVER-16444 Copy data in the query subsystem as needed.Max Hirschhorn2015-08-241-1/+0
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-131-4/+11
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-1/+1
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-2/+2
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-111-31/+31
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-111-1/+1
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-2/+2
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-7/+6
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-7/+8
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-8/+7
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-7/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-475/+452