summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_rebuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-1/+2
* 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/+6
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-6/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-3/+6
* 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-13635: add DatabaseCatalogEntry as an interfaceEliot Horowitz2014-05-201-1/+2
* SERVER-13635: hide NamespaceIndex behind DatabaseEliot Horowitz2014-05-201-2/+1
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-1/+2
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-4/+7
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-1/+1
* SERVER-11643: remove pdfile.h include all messEliot Horowitz2014-04-031-0/+1
* SERVER-13269 general log message improvements for 2.6Matt Kangas2014-03-271-2/+2
* SERVER-13266 log messages with typosGianfranco Palumbo2014-03-251-1/+1
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-12201: do not allow index entries on local.oplog.*Eliot Horowitz2014-01-091-3/+13
* SERVER-12213: do not use idxNo or IndexDetails in any non-short term transien...Eliot Horowitz2014-01-091-24/+17
* SERVER-11979: remove IndexCatalog::blowAwayInProgressIndexEntriesEliot Horowitz2014-01-091-4/+3
* SERVER-11611: switch index builder and rebuilder to use IndexCatalogEliot Horowitz2013-12-281-6/+6
* SERVER-12154 move indexRebuilder concurrency control to be latermatt dannenberg2013-12-181-10/+3
* SERVER-11042 change IndexRebuilder to use NamespaceIndexes rather than a quer...matt dannenberg2013-10-241-16/+10
* SERVER-11178: Introduce IndexCatalog and requirementsEliot Horowitz2013-10-231-29/+34
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10460 fix slowNightly/index_retry.js failurematt dannenberg2013-09-031-1/+1
* SERVER-10460 ensure IndexRebuilder runs at startup on secondariesmatt dannenberg2013-09-031-17/+33
* SERVER-9518 Remove UserName argument from grantInternalAuthorizationSpencer T Brody2013-08-011-2/+1
* SERVER-10228 Use internal user authorization instead of GodScope in index reb...Andy Schwerin2013-07-191-1/+5
* SERVER-6405: first step of cleaning NamespaceDetailsEliot Horowitz2013-06-141-23/+6
* Fix unreferenced local variable warningTad Marshall2013-04-141-1/+1
* SERVER-8536 correctly handle uasserts when doing queries in Index RebuilderEric Milkie2013-04-121-25/+13
* SERVER-8536 reenable index builds for incomplete indexes at startupEric Milkie2013-04-081-12/+13
* SERVER-8344 disable IndexRebuilder at startupEric Milkie2013-02-121-1/+3
* SERVER-8344 Add log message about skipping index build retriesKristina2013-02-111-2/+8
* SERVER-8344 Rebuild indexes before listeningKristina2013-02-111-10/+3
* SERVER-8344 Prevent query state errors on index rebuildKristina2013-02-081-1/+1
* SERVER-8344 Do not recursively lock during index rebuildsKristina2013-02-081-4/+7
* SERVER-8284 Turn off access warning during index rebuildsKristina2013-02-071-0/+18
* SERVER-2771 Revert command handlingKristina2013-01-021-0/+5
* SERVER-2771 Command handlingKristina2012-12-261-5/+0
* SERVER-7572 Remove doauth argument from Client::ContextSpencer T Brody2012-12-211-1/+1
* SERVER-2771 Multiple index buildsKristina2012-12-131-8/+20
* SERVER-2771 Retry index builds on startupKristina2012-11-121-0/+112
* Revert "SERVER-2771 Retry index builds on startup"Kristina2012-11-121-112/+0
* SERVER-2771 Retry index builds on startupKristina2012-11-121-0/+112