summaryrefslogtreecommitdiff
path: root/src/mongo/db/index
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-1/+1
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-1/+1
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-1/+1
* SERVER-13875 Spec equivalence check ignore text/geo index versionsJason Rassi2015-05-151-1/+3
* SERVER-18465 fix confusing warning message for generating too many S2 keysDavid Storch2015-05-131-3/+3
* SERVER-9666 Remove mongocommon libraryAndrew Morrow2015-05-081-0/+1
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-2/+2
* SERVER-17915 Partial indexes shouldn't be eligible as shard key indexJason Rassi2015-04-281-0/+5
* SERVER-9666 Push index_names and mongohasher into dbAndrew Morrow2015-04-241-2/+2
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-097-341/+19
* SERVER-17882 Expand failIndexKeyTooLong handling to updatesMathias Stearn2015-04-091-0/+5
* SERVER-17656: First pass implementation of partial indexesEliot Horowitz2015-04-022-4/+9
* SERVER-8192 BtreeKeyGenerator cleanupDavid Storch2015-03-312-99/+138
* SERVER-8192 optimize V1 index key generation for indexed arraysDavid Storch2015-03-312-44/+157
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-2/+4
* SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursorMathias Stearn2015-03-1915-42/+16
* SERVER-17623 Merge BtreeBasedAccessMethod into IndexAccessMethodMathias Stearn2015-03-1913-418/+221
* SERVER-17623 BulkBuilder isn't an IndexAccessMethodMathias Stearn2015-03-195-410/+185
* SERVER-8192 add tests for V1 index key generationDavid Storch2015-03-171-0/+236
* SERVER-17437 fts_index_format.h shouldn't include fts_spec.hJason Rassi2015-03-101-1/+1
* SERVER-17481 validate should call into WT_SESSION::verify()Mathias Stearn2015-03-061-1/+1
* SERVER-17062 Move getKeys() up to IndexAccessMethod and make constMathias Stearn2015-02-1315-15/+21
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-8944 Use C++11 standard library functions for double NaN and Infinity ...Siyuan Zhou2015-02-051-1/+3
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-2/+2
* SERVER-17030 More WCE handling for index buildsMathias Stearn2015-01-272-12/+3
* SERVER-16908 disable MMAPv1 rollback during fg index build, for perfEric Milkie2015-01-221-0/+5
* SERVER-16437 Revert "Revert "SERVER-16437 IndexScan optimize end checker for ...David Storch2015-01-161-4/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-156-0/+18
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-7/+7
* SERVER-15539: Reimplement saved cursor invalidation for MMAPv1 yieldingGeert Bosch2015-01-075-55/+2
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-1/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-058-3/+18
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+2
* SERVER-16245 clean up index stat displayEric Milkie2014-12-234-5/+8
* SERVER-16245 expose index statistics on WiredTigerEric Milkie2014-12-234-3/+23
* Revert "SERVER-16437 IndexScan optimize end checker for single interval scans"Jason Rassi2014-12-221-2/+4
* SERVER-16437 IndexScan optimize end checker for single interval scansJason Rassi2014-12-161-4/+2
* special case _id index key generationEliot Horowitz2014-12-162-0/+20
* SERVER-16497: Allow suppressing KeyTooLong errors in foreground index buildGeert Bosch2014-12-113-18/+21
* SERVER-16485 properly clear progress meter on failed index buildsEric Milkie2014-12-101-5/+4
* SERVER-13679 Make RecordId and DiskLoc separate typesMathias Stearn2014-12-081-3/+3
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-2610-51/+51
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-266-10/+11
* SERVER-16209 LogComponent::kIndexing -> kIndexMatt Kangas2014-11-185-5/+5
* SERVER-14062 Cleanup Client::hasWrittenSinceCheckpoint and some usages of cc()Kaloian Manassiev2014-11-131-2/+3
* SERVER-14860 Handle duplicate key/value in btree, for background indexingEric Milkie2014-11-031-3/+4
* SERVER-13951 Changes that depend on rollbackMathias Stearn2014-10-271-14/+0
* SERVER-13635 IndexAccessMethod::validate supports optional full validationBenety Goh2014-10-224-5/+12
* SERVER-13635 SortedDataInterface::fullValidate supports full validationBenety Goh2014-10-221-1/+1