summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-155-34/+34
* SERVER-8192 rewritten V1 btree key generationDavid Storch2014-05-134-159/+481
* SERVER-13640 SERVER-13637: Finish threading TransactionExperiment and fix Rec...Eliot Horowitz2014-05-123-6/+7
* Cleanup the BTree logic so it does not use global callsKaloian Manassiev2014-05-091-1/+16
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-1/+1
* SERVER-13643 Use TransactionExperiment in setHead()Mathias Stearn2014-05-011-1/+1
* SERVER-13638: move touch into appropriate layersEliot Horowitz2014-05-014-0/+15
* SERVER-13641 move dur above index layerHari Khalsa2014-04-295-47/+88
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-2/+2
* SERVER-13643 Stop using getDur() in RecordStoreMathias Stearn2014-04-291-1/+3
* SERVER-13717 remove transitional namespace from btree stuffHari Khalsa2014-04-286-14/+14
* SERVER-13717 fix btree dup key error msgHari Khalsa2014-04-281-0/+1
* SERVER-13632 Get rid of DiskLoc::obj (Part 1)Kaloian Manassiev2014-04-266-11/+28
* SERVER-13629 Remove old btree code and DiskLoc::btree/btreemodMathias Stearn2014-04-252-4/+4
* SERVER-13084 migrate builder to new iface, some clean-upHari Khalsa2014-04-256-281/+381
* SERVER-8192 port btree key generation tests to a new unit testDavid Storch2014-04-212-0/+552
* SERVER-13084 btree navigation should use new implHari Khalsa2014-04-189-553/+72
* SERVER-13084 pull record store out of btree.cpp part 1: inserts and deletesHari Khalsa2014-04-105-72/+70
* SERVER-13489 move possible disk access out of index cursor ctorHari Khalsa2014-04-093-4/+15
* SERVER-13084: more IndexDeails cullingEliot Horowitz2014-04-031-1/+6
* SERVER-13084: more IndexDetails and header workEliot Horowitz2014-04-031-3/+13
* SERVER-13259 moved upgradeCheck()'s index key size checking logic from javasc...matt dannenberg2014-03-182-9/+115
* SERVER-13181: Fix BtreeBulk leaksMark Benvenuto2014-03-171-1/+1
* SERVER-13208: dropDups should be ignored for index comparisonEliot Horowitz2014-03-172-0/+87
* SERVER-13041 remove some slow leftover ixscan junk from fast count stageHari Khalsa2014-03-061-7/+1
* SERVER-12607 make [update/delete] write commands interruptable with killOpEric Milkie2014-03-031-1/+3
* SERVER-11432: clean up some killCurrentOp.checkForInterrupt handlingEliot Horowitz2014-02-241-1/+1
* SERVER-8391 introduce a (indexObj x doc) -> keys function for upgrade checkingHari Khalsa2014-02-1912-346/+621
* SERVER-9639 For 2dsphere V2 indices don't index any docs missing any geo fieldsHari Khalsa2014-02-192-0/+45
* SERVER-10026 push access method name into index descriptor, pay attention to ...Hari Khalsa2014-02-191-8/+15
* SERVER-12767 refactored key generation in db/index.Benety Goh2014-02-1911-352/+579
* SERVER-12175 Add 2dsphere index option "2dsphereIndexVersion"Jason Rassi2014-02-152-0/+44
* SERVER-12460 faster count for simple queriesHari Khalsa2014-01-292-10/+46
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-242-2/+2
* SERVER-6851 Remove old external sort implementationMathias Stearn2014-01-211-0/+2
* SERVER-12213 all indices are btree based indicesHari Khalsa2014-01-1715-44/+14
* re-org structure and catalog directories part 2Eliot Horowitz2014-01-151-2/+2
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-12213: cache IndexCatalogEntry in IndexDescriptor for performanceEliot Horowitz2014-01-091-1/+10
* SERVER-12213: comments on index creation codeEliot Horowitz2014-01-092-0/+10
* SERVER-12213: use new index creation method, including bulk operation support...Eliot Horowitz2014-01-097-388/+299
* SERVER-12213: IndexAccessMethod::initializeAsEmpty is way to start new indexEliot Horowitz2014-01-095-10/+32
* SERVER-12213: proper file for BtreeBasedAccessMethodEliot Horowitz2014-01-099-241/+284
* SERVER-12213: towards a usable RecordStore abstractionEliot Horowitz2014-01-093-18/+26
* SERVER-12213: merge BtreInMemoryState and IndexCatalogEntryEliot Horowitz2014-01-0919-66/+76
* SERVER-12213: do not use idxNo or IndexDetails in any non-short term transien...Eliot Horowitz2014-01-094-31/+18
* SERVER-12213: remove IndexDescriptor::setMultikeyEliot Horowitz2014-01-091-5/+0
* SERVER-10363 SERVER-11387 pay attention to special geo idx paramsHari Khalsa2014-01-062-7/+13
* SERVER-12213: code review changes - forward decl, castEliot Horowitz2013-12-302-1/+2
* SERVER-12213: remove IndexDescriptor::cloneEliot Horowitz2013-12-301-5/+0