summaryrefslogtreecommitdiff
path: root/src/mongo/db/compact.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-4018 maintain UsePowerOf2Sizing during compactmatt dannenberg2013-10-251-11/+25
* SERVER-11178: remove index_update.h from places its not needed (most)Eliot Horowitz2013-10-251-1/+0
* SERVER-11178: Introduce IndexCatalog and requirementsEliot Horowitz2013-10-231-7/+7
* SERVER-6405: remove NamespaceDetailsTransient, have CollectionInfoCache live ...Eliot Horowitz2013-10-111-1/+4
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-1/+1
* SERVER-6405: move all extent freelist mgmt into ExtentManagerEliot Horowitz2013-09-191-3/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-2/+4
* clean NamespaceString so that it can be the thing passed aroundEliot Horowitz2013-06-261-1/+1
* SERVER-6405: first step of cleaning NamespaceDetailsEliot Horowitz2013-06-141-20/+12
* Clean up includes of authorization headersSpencer T Brody2013-05-221-1/+0
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-1/+1
* SERVER-9421 do not kill index builds synchronously, to prevent deadlocksEric Milkie2013-05-081-32/+29
* SERVER-8791 SERVER-9165 SERVER-9212 move build into own class, clean up getKe...Hari Khalsa2013-04-191-39/+7
* normalize #includes in many filesEric Milkie2013-04-181-1/+1
* SERVER-8536 reenable index builds for incomplete indexes at startupEric Milkie2013-04-081-0/+16
* SERVER-8471 Remove Command::requiresAuthSpencer T Brody2013-03-121-1/+0
* SERVER-4858 fixing minor spelling correctionbarrie2013-02-011-1/+1
* SERVER-2771 Revert command handlingKristina2013-01-021-15/+0
* SERVER-2771 Fix compact index kill criteriaKristina2012-12-261-1/+1
* SERVER-2771 Command handlingKristina2012-12-261-0/+15
* nsdetails takes a StringData, don't call c_str on std::stringEliot Horowitz2012-12-211-2/+2
* SERVER-4858 give ProgressMeter better printsMatt Dannenberg2012-12-181-1/+3
* SERVER-3160: Sort index keys during cloneBen Becker2012-12-061-8/+6
* SERVER-7122 Assign required privileges to some random commandsSpencer T Brody2012-11-281-0/+15
* SERVER-3067 Add killop support for foreground index builds.Aaron2012-11-081-3/+1
* SERVER-2771 preliminary code cleanup; no functional changeEric Milkie2012-10-101-0/+1
* SERVER-7045 check all extents in validate command, report resultsTad Marshall2012-10-091-1/+1
* SERVER-6499 Always use v1 (default) key comparator in compact's external sorter.Aaron2012-07-241-4/+6
* SERVER-6499 Clarify compact's index build perparation logic.Aaron2012-07-241-7/+20
* adjust command help textdwight2012-06-181-2/+3
* move dropIndexes to index_update where it makes more senseEliot Horowitz2012-06-031-0/+1
* fix compilation again, the correct way this time.Eric Milkie2012-05-171-1/+1
* fix compileEric Milkie2012-05-171-1/+1
* SERVER-2023 new command "touch" - pretouches a collection, possibly with indexesEric Milkie2012-05-171-21/+25
* remove BSONObj::BSONObj( Record* ) in place of BSONObj::make( Record* r ) so ...Eliot Horowitz2012-05-161-1/+1
* remove db/concurrency.h which has nothing in itEliot Horowitz2012-04-231-1/+1
* make NamespaceDetails::(capped|max) private to work on SERVER-5285Eliot Horowitz2012-04-071-2/+2
* make fields in Record privateEliot Horowitz2012-03-301-2/+2
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-6/+6
* SERVER-4328 use a db level lock not a global for compact commandDwight2012-03-161-6/+4
* SERVER-4829 update datasize and number of records after a compactEric Milkie2012-02-081-6/+22
* Revert "SERVER-4829 update datasize and number of records after a compact"Eric Milkie2012-02-071-13/+5
* SERVER-4829 update datasize and number of records after a compactEric Milkie2012-02-061-5/+13
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+376