summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/delete.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56375: Add ability to write retryable findAndModify deletes to `config...Daniel Gottlieb2021-05-111-1/+11
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-1/+5
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-21048: Stop regetting the collection in deleteObjectsMartin Bligh2015-10-211-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-12/+11
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-141-1/+0
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-1/+0
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* 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/+2
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-0/+3
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-1/+4
* SERVER-10026 remove impls of commands that used old query sysHari Khalsa2013-12-041-27/+27
* SERVER-6405: move dropNS into Database and make privateEliot Horowitz2013-10-081-4/+4
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9437 cleanup RemoveSaverEric Milkie2013-08-261-7/+6
* pch headerSiddharth Singh2012-08-061-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+33