summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbhelpers.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-051-18/+0
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-1/+1
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-0/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* Revert "SERVER-23445 create LocalClient class for local queries/writes, imple...Dianna Hohensee2016-04-061-14/+11
* SERVER-23445 create LocalClient class for local queries/writes, implement a f...Dianna Hohensee2016-04-051-11/+14
* SERVER-22113 Remove unused sharding-specific getLocsInRange codeKaloian Manassiev2016-01-111-27/+0
* SERVER-21404: Add rollback file coverage to ESESpencer Jackson2015-11-131-0/+4
* SERVER-19934 Sharding config minOpTime recoveryKaloian Manassiev2015-10-071-1/+0
* SERVER-15929 RemoveSaver::goingToDelete() returns error status if it fails to...Benety Goh2015-09-241-3/+9
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-175/+177
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-1/+2
* SERVER-18798 Move FindAndModifyRequest to the request/response libraryKaloian Manassiev2015-06-031-2/+0
* SERVER-18606 clear out dead/unused code from oplogreaderEric Milkie2015-05-211-2/+0
* SERVER-17672 Helpers::getSingleton()/getLast() return owned objectJason Rassi2015-03-231-9/+16
* SERVER-17496 Move range_arithmetic out of mongosKaloian Manassiev2015-03-101-2/+1
* SERVER-17330 move handshake cmd to master/slaveEric Milkie2015-02-251-0/+1
* SERVER-13339 Cleanup in preparation for removing unused constructorKaloian Manassiev2015-02-131-1/+0
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-3/+3
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-3/+0
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-161-2/+3
* Revert "SERVER-14041 enhance secondaryThrottle parameter"Randolph Tan2014-07-151-3/+2
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-151-2/+3
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-17/+19
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+2
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-2/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+2
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-3/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-5/+5
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-7/+7
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-1/+2
* SERVER-13643 Plumb TransactionExperiment through dbhelpersMathias Stearn2014-04-301-6/+13
* SERVER-13084,SERVER-13632,SERVER-13634 Remove DiskLoc methods hitting diskKaloian Manassiev2014-04-291-4/+6
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-5/+2
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-2/+4
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-0/+4
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-3/+5
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-131-1/+0
* SERVER-11178: move ensureHaveIdIndex from bare to inside IndexCatalogEliot Horowitz2013-10-251-1/+0
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9437 cleanup RemoveSaverEric Milkie2013-08-261-21/+16
* SERVER-8598 Add command to cleanup orphaned data created by failed chunk migr...Randolph Tan2013-05-221-0/+2
* SERVER-9072 fix tests to use KeyRangeGreg Studer2013-05-081-3/+1
* SERVER-9072 KeyRange in range_arithmetic.hGreg Studer2013-05-081-42/+7
* SERVER-9072 slightly cleanup removeRange, put new cloning logic out of shardi...Greg Studer2013-04-031-32/+92
* SERVER-7998 only check chunk bounds if in async cleanup threadGreg Studer2013-01-031-1/+3
* SERVER-7668 further cleanup related to extending range boundsKevin Matulef2012-12-271-29/+8