summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/delete.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27067 Remove unnecessary references to setLastOpToSystemLastOpTimeJudah Schvimer2017-07-261-8/+0
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-8/+1
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-3/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+2
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-2/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+2
* SERVER-21048: Stop regetting the collection in deleteObjectsMartin Bligh2015-10-211-6/+1
* SERVER-18522 permit replicated writes with deleteObjects() (used by sharding)Eric Milkie2015-07-301-3/+9
* SERVER-18522 set lastOp to last system optime, on no-op updates or deletesEric Milkie2015-07-291-0/+4
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-4/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-32/+32
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-2/+0
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-0/+3
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-1/+1
* SERVER-16101 replace DeleteExecutor with ParsedDeleteDavid Storch2014-12-041-3/+18
* SERVER-15675 Remove OperationContext from UpdateRequest/DeleteRequestJason Rassi2014-11-201-2/+2
* SERVER-15760 internally issued update and delete requests should not yieldDavid Storch2014-10-211-0/+2
* SERVER-14657 use RangeDeleter for all migration cleanup in d_migrate.cppRandolph Tan2014-08-191-1/+3
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-2/+2
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-1/+2
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-2/+7
* SERVER-13115 Create DeleteExecutor to facilitate unlocked query parsing in de...Andy Schwerin2014-03-121-109/+10
* SERVER-12516 Check for change in primary state when recovering from yield in ...Andy Schwerin2014-02-191-1/+14
* re-org structure and catalog directories part 2Eliot Horowitz2014-01-151-1/+1
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-2/+2
* SERVER-10026 index scan points at next result to avoid delete clobbering itHari Khalsa2014-01-061-2/+3
* SERVER-10159 Keep runner registration management on the stack when possibleAndrew Morrow2014-01-021-3/+2
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-0/+2
* SERVER-11543: make delete code use Collection::deleteDocument for pulling _idEliot Horowitz2013-12-301-21/+21
* SERVER-10026 remove impls of commands that used old query sysHari Khalsa2013-12-041-174/+53
* SERVER-10026 split getRunner out from the .find() executionHari Khalsa2013-12-041-1/+3
* better logging when trying to delete from capped collectionEliot Horowitz2013-11-071-1/+3
* SERVER-11543: remove 3/4 of the DataFileMgr::deleteRecord references in dbtestsEliot Horowitz2013-11-051-1/+0
* SERVER-11178: index building now all with IndexCatalog, CatalogHack out of al...Eliot Horowitz2013-11-021-1/+3
* SERVER-10026 migrate count/distinct/group/delete, turn spigot fully onHari Khalsa2013-10-241-119/+189
* SERVER-6405: move dropNS into Database and make privateEliot Horowitz2013-10-081-8/+10
* SERVER-6405: rename CollectionTemp to CollectionEliot Horowitz2013-10-071-1/+1
* SERVER-6405: start moving delete code into collection structureEliot Horowitz2013-09-071-1/+4
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9437 cleanup RemoveSaverEric Milkie2013-08-261-1/+5
* SERVER-9339 ensure all rollback update/delete paths are recordedEric Milkie2013-04-231-3/+0
* SERVER-8790 Move NamespaceDetailsTransient::getCursor() and NamespaceDetailsT...aaron2013-03-151-1/+2
* SERVER-7772 move oplog into db/repl/Eric Milkie2013-03-141-4/+6
* include what you useEric Milkie2012-05-181-0/+1
* remove BSONObj::BSONObj( Record* ) in place of BSONObj::make( Record* r ) so ...Eliot Horowitz2012-05-161-1/+1
* Update comment about performance of managing a btree cursor position during d...Aaron2012-05-131-3/+2