summaryrefslogtreecommitdiff
path: root/src/mongo/db/ttl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-3/+5
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-5/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-3/+5
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-3/+3
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-3/+3
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13640: split up ServerStatus into a libraryEliot Horowitz2014-05-061-1/+1
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-1/+1
* SERVER-13638: remove some namespace_details includeEliot Horowitz2014-05-011-1/+0
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-1/+3
* SERVER-13084: move ttl -> power of 2 checking into IndexCatalogEliot Horowitz2014-04-041-10/+7
* SERVER-13084: const work for NamespaceDetails to make it clear where more wor...Eliot Horowitz2014-04-031-1/+1
* SERVER-13084: more IndexDetails and header workEliot Horowitz2014-04-031-0/+1
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-11628: make sure ttl index is complete before deleting documentsEliot Horowitz2014-01-121-4/+14
* SERVER-11194 ignore non-numeric expiresAfterSeconds on TTL indexesmatt dannenberg2013-10-241-0/+6
* SERVER-6405: move dropNS into Database and make privateEliot Horowitz2013-10-081-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9518 Remove UserName argument from grantInternalAuthorizationSpencer T Brody2013-08-011-1/+1
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+1
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-1/+1
* SERVER-10228 Use internal user authorization instead of GodScope in ttl thread.Andy Schwerin2013-07-171-4/+4
* SERVER-10033: fix typo in disable logicDan Pasette2013-07-031-1/+1
* SERVER-10033 Add parameter to disable the TTLMonitorDan Pasette2013-07-031-1/+7
* SERVER-7772 rename and move header to is_master.hEric Milkie2013-04-161-1/+1