summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/delete.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename delete variables to justOne and foundAllResults.Aaron2012-05-131-7/+4
* SERVER-5725 Mark relevant code points.Aaron2012-05-131-1/+1
* SERVER-5198 Advance past documents before modifying them in write operations.Aaron2012-05-131-3/+11
* SERVER-5198 Don't check for dups in the remove implementation.Aaron2012-04-281-3/+0
* make NamespaceDetails::(capped|max) private to work on SERVER-5285Eliot Horowitz2012-04-071-1/+1
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-0/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
* update updateLocation commentAaron2012-03-111-1/+1
* SERVER-4907 hint _id or else $natural when calling updateObjects for oplog en...Aaron2012-02-121-1/+1
* move bestGuessCursor to NamespaceDetailsTransient, move isSimpleIdQuery to qu...Aaron2012-01-181-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+158