summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
* SERVER=11160 added compatibility syslog symbols under solarisBenety Goh2013-10-131-0/+53
|
* SERVER-10026 don't crash when explaining a multiplanrunner that hasn't ↵Hari Khalsa2013-10-131-1/+3
| | | | picked best plan
* SERVER-10026 multiplan runner should return all its cached results before ↵Hari Khalsa2013-10-132-1/+7
| | | | going eof
* SERVER-10026 return more than one result from a getmore when caller wants ↵Hari Khalsa2013-10-121-1/+1
| | | | all results
* Fix authenticationMechanisms check in jstest helper by adding type checkShaun Verch2013-10-121-1/+2
|
* Revert "Fix authenticationMechanisms check in jstest helper"Shaun Verch2013-10-121-4/+2
| | | | This reverts commit b2f87f53245b8c15eff65700a929984ebeab75a8.
* SEVER-10545 Fix initial syncying from a non-exising logAlberto Lerner2013-10-121-9/+17
|
* Fix authenticationMechanisms check in jstest helperShaun Verch2013-10-121-2/+4
|
* SERVER-10545 Don't save tailable cursor if only one document was requested.Alberto Lerner2013-10-121-1/+1
|
* SERVER-10545 Save a tailable cursor only if it's worth tailing it.Alberto Lerner2013-10-123-4/+20
|
* SERVER-10545 Query caching in not on in the new querying system.Alberto Lerner2013-10-121-59/+64
|
* SERVER-10545 Fix test with wrong syntax.Alberto Lerner2013-10-121-2/+1
|
* SERVER-10026 stages can die natural deathsHari Khalsa2013-10-127-10/+48
|
* SERVER-10026 fix obsolete testHari Khalsa2013-10-121-1/+12
|
* SERVER-10026 fix broken oplog replay behavior and cursorid lifecycleHari Khalsa2013-10-122-7/+8
|
* SERVER-10794 Fix how initial user is added for auth passthrough testsSpencer T Brody2013-10-121-2/+4
|
* SERVER-6058 Fix time_support_test on systems with small time_tShaun Verch2013-10-121-2/+3
|
* SERVER-10026 enable new query system by defaultHari Khalsa2013-10-121-1/+1
|
* SERVER-10026 should error on bad hint not ignoreHari Khalsa2013-10-121-3/+3
|
* SERVER-9390 Bump textIndexVersion to 2Jason Rassi2013-10-111-2/+2
|
* SERVER-9390 Text search support for multi-language documentsJason Rassi2013-10-114-95/+353
| | | | | FTSIndexFormat::getKeys() now desends into subdocuments to find language field to apply to the given subdocument.
* SERVER-9063 Don't generate text plans if >1 text indexJason Rassi2013-10-111-1/+1
|
* SERVER-9063 Fix TextStage to correctly handle returning no resultsJason Rassi2013-10-112-3/+8
|
* SERVER-9063 Fix uninitialized member in StageDebugCmd::parseQueryJason Rassi2013-10-111-0/+1
|
* SERVER-9063 Correct type of return value in buildStages error caseJason Rassi2013-10-111-2/+2
|
* SERVER-10471 Correctly save result of function call in newRunQueryJason Rassi2013-10-111-1/+1
| | | | | Return value of getRunner() was being discarded by destruction of shadow variable.
* SERVER-6058 Factor out date to UTC handling code and use in mongoexportShaun Verch2013-10-115-21/+87
|
* SERVER-9063 Add new query operator $textJason Rassi2013-10-1110-8/+124
|
* SERVER-9063 Add new plan stage TextStageJason Rassi2013-10-116-13/+429
|
* SERVER-9063 Add new match expression TextMatchExpressionJason Rassi2013-10-119-4/+317
|
* SERVER-8510 Fix compile on windowsShaun Verch2013-10-111-4/+2
|
* SERVER-9038 Increment max wire version indicating write commands are now ↵Alberto Lerner2013-10-111-1/+4
| | | | supported.
* SERVER-10521 Fix batched_command_response_testAlberto Lerner2013-10-112-20/+19
|
* SERVER-9517 Fix unit test now that hasRole and canDelegate are optionalSpencer T Brody2013-10-111-76/+12
|
* SERVER-11129 Don't override authenticationMechanisms param in tests if ↵Spencer T Brody2013-10-111-3/+12
| | | | already provided
* SERVER-10794 Maintain backwards-compatible form of addUser for one more releaseSpencer T Brody2013-10-111-17/+50
|
* SERVER-9517 Fix backwards condition in user document parserSpencer T Brody2013-10-111-2/+2
|
* SEVER-10521 Update write commands types to comform to v0.4 of the specAlberto Lerner2013-10-1118-162/+271
| | | | | | | | | | | | | | | | This is the first pass on the write protocol changes made for v0.4. The changes and fixes in here are: * commands take name of a collection, rather than a namespace * continueOnError is now called ordered * w:0 returns a condensed responses in case of errors * upserted is now only returned in updates * prep work for returning the _ids of upserted documents (but not there yet * we're reporting (tentatively) error messages in the 'errMsg' field (as opposed to the 'errmsg' one). If this causes some havoc, we'll stick to the old way and live with one non-stadard named field.
* SERVER-7454 skip syslogFacility parsing on windowsmatt dannenberg2013-10-111-0/+2
|
* SERVER-7455 Improvements to the use-x509 and use-ssl passthroughsAndreas Nilsson2013-10-112-19/+25
|
* SERVER-9648 Change type of date export in csv to include millisecondsShaun Verch2013-10-111-1/+1
|
* SERVER-2363 $push support for insertion at any positionScott Hernandez2013-10-113-23/+324
|
* SERVER-6246 Validate that user passwords can't be emptySpencer T Brody2013-10-111-0/+3
|
* SERVER-8682 Add ssl client support to toolsShaun Verch2013-10-111-5/+6
|
* SERVER-10026 don't mess up tailable cursors with getmoreHari Khalsa2013-10-111-8/+20
|
* SERVER-9282 Audit tools for correct handling of log outputShaun Verch2013-10-1114-193/+322
|
* SERVER-10885 Create new Console class to redirect tool logging to stderr ↵Shaun Verch2013-10-1113-50/+161
| | | | instead of stdout
* SERVER-8510 Consolidate option parsing into the parser so parsing is implied ↵Shaun Verch2013-10-1143-438/+332
| | | | by linking the parser
* SERVER-11139 Fix wrong smart pointer used for array allocationShaun Verch2013-10-111-1/+1
|
* SERVER-1891: connect auditing hooks for databases/collections/index ↵Eliot Horowitz2013-10-114-0/+19
| | | | creation/drop