summaryrefslogtreecommitdiff
path: root/src/mongo/db/ttl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-2/+4
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-1/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-2/+2
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-2/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-2/+2
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-1/+3
* SERVER-20622 Global TTLMonitor obj should be reachable at process exitJason Rassi2015-09-241-2/+9
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-131-94/+81
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-240/+224
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-091-2/+4
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-091-3/+5
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-3/+4
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-4/+3
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-3/+4
* SERVER-17984 doTTLForIndex() delete with manual index scanJason Rassi2015-05-071-34/+93
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-2/+1
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-3/+4
* SERVER-17028: TTL Monitor has to handle WriteConflictExceptionEliot Horowitz2015-01-231-27/+38
* SERVER-16749: handle per index exceptions and continueScott Hernandez2015-01-211-6/+14
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+6
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16764 Give methods and member variables consistent names in repl Coord...Spencer T Brody2015-01-121-1/+1
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-2/+2
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-301-0/+1
* SERVER-16529 Coarser OperationContext scope for background threadsKaloian Manassiev2014-12-171-5/+4
* SERVER-16501: Uncaught WriteConflictException in TTLMonitorGeert Bosch2014-12-161-5/+19
* SERVER-16429 Add ScopedTransactions to places which were missing itKaloian Manassiev2014-12-101-1/+4
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-16209 LogComponent::kIndexing -> kIndexMatt Kangas2014-11-181-1/+1
* SERVER-15880 Delete path should not try to create databaseKaloian Manassiev2014-10-301-7/+4
* SERVER-15797 doTTLForIndex shouldn't explicitly create WriteUnitOfWorkJason Rassi2014-10-271-2/+0
* SERVER-15760 internally issued update and delete requests should not yieldDavid Storch2014-10-211-1/+1
* SERVER-15761 Acquire collection-level lock for getting TTL indexes.Max Hirschhorn2014-10-211-4/+20
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-1/+0
* SERVER-15570 Avoid querying system.indexes in ttl.cpp.Max Hirschhorn2014-10-131-94/+126
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-1/+1
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-6/+3
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-2/+2
* SERVER-14668 Remove unused includes in client.h and curop.hKaloian Manassiev2014-08-281-0/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+1
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-13951 Plumb OperationContext into DBDirectClients used for writingMathias Stearn2014-07-091-9/+8
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+1
* SERVER-13645 eliminate is_master.hmatt dannenberg2014-06-191-1/+0
* SERVER-14135 implement canAcceptWritesForDatabase() in LegacyReplicationCoord...matt dannenberg2014-06-101-2/+3
* SERVER-14135 implement getCurrentMemberState() in LegacyReplicationCoordinatormatt dannenberg2014-06-101-1/+1
* SERVER-14135 Use ReplicationCoordinator to determine if replication is enabledSpencer T Brody2014-06-061-1/+4