summaryrefslogtreecommitdiff
path: root/src/mongo/db/ttl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-22/+52
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+1
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-4/+6
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-41696 Avoid depending on the 'ns' field from index specs for the TTL m...Gregory Wlodarek2019-07-291-7/+8
* SERVER-42147 Make TTL mechanism maintain UUIDs rather than collection namespa...Xiangyu Yao2019-07-291-15/+30
* SERVER-42386 Retrieving durableCatalog should be guarded by a global lock in ...Xiangyu Yao2019-07-241-3/+3
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-3/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40641 Ensure TTL delete in prepare conflict retry loop does not block ...Gregory Wlodarek2019-05-171-5/+26
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-1/+0
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-02-261-1/+1
* SERVER-39734 fixit src/mongo/db/ttlBilly Donahue2019-02-251-8/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38179 range deleter must be prepared for document to be deleted from u...Randolph Tan2019-01-111-4/+4
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-1/+1
* SERVER-36473 Make a dedicated RAII class to manage Client lifetimeGregory Wlodarek2018-11-081-2/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36400 Explicitly destroy the client on exiting run() of each Backgroun...Xiangyu Yao2018-08-061-0/+1
* SERVER-30388 Validating ttlMonitorSleepSecs to avoid busy wait with non-posit...Ben Judd2018-06-111-1/+6
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-011-1/+1
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-0/+1
* SERVER-33124 Remove mmapv1 dependency from embedded.Henrik Edin2018-02-081-1/+1
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-3/+3
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-1/+1
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-3/+1
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-29685 do not process ttl indexes on drop-pending collectionsBenety Goh2017-07-051-0/+3
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-1/+1
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-241-1/+1
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-03-241-1/+5
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-13/+13
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-1/+1
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-1/+1
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-1/+1
* SERVER-27603 Rename mongo::inShutdown() to mongo::globalInShutdownDeprecated(...Andy Schwerin2017-01-151-1/+1
* SERVER-27591 Fix missing variable nameGeert Bosch2017-01-111-1/+1
* SERVER-27591 Abandon snapshot after scanning indexesGeert Bosch2017-01-061-0/+1
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-2/+2
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-2/+1
* SERVER-10727 Clean TTL log lines and commentsKevin Albertson2016-08-021-29/+18
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-2/+3