summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_create.h
Commit message (Expand)AuthorAgeFilesLines
* 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