summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_create.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-19/+0
* Revert "SERVER-22723 Remove unused noWarn flag and logIfError option"Ian Whalen2016-04-071-1/+1
* SERVER-22723 Remove unused noWarn flag and logIfError optionGeert Bosch2016-04-071-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-170/+178
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-041-16/+0
* SERVER-17656: First pass implementation of partial indexesEliot Horowitz2015-04-021-0/+3
* SERVER-17623 BulkBuilder isn't an IndexAccessMethodMathias Stearn2015-03-191-12/+24
* SERVER-17030 handle WCE in index buildsEric Milkie2015-01-271-0/+1
* Revert "SERVER-17030 handle WCE in index builds"Dan Pasette2015-01-241-1/+0
* SERVER-17030 handle WCE in index buildsEric Milkie2015-01-231-0/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* 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-14860 Refine locking scheme for background index builds, to support do...Eric Milkie2014-11-031-1/+6
* SERVER-14860 Re-add support for interruptable background index builds on seco...Eric Milkie2014-11-031-0/+16
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-29/+144
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-4/+4
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-2/+3
* SERVER-13641 move dur above index layerHari Khalsa2014-04-291-1/+6
* SERVER-13181: Fix build breakMark Benvenuto2014-03-171-1/+1
* SERVER-13181: Fix BtreeBulk leaksMark Benvenuto2014-03-171-2/+3
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-1/+39
* SERVER-12213: merge BtreInMemoryState and IndexCatalogEntryEliot Horowitz2014-01-091-2/+2
* SERVER-12213: bulk of index refactor, making catalog/record store come via ca...Eliot Horowitz2013-12-301-2/+3
* SERVER-11178: index building now all with IndexCatalog, CatalogHack out of al...Eliot Horowitz2013-11-021-3/+2
* SERVER-11178: refactor index_create to not use CataloghackEliot Horowitz2013-10-251-6/+4
* SERVER-11178: rename index_update. to catalog/index_create.Eliot Horowitz2013-10-251-0/+49