summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix eunit tests for partitions PRfix-eunit-partitionsGarren Smith2018-10-042-9/+28
* Add /_partition/:partition/ endpointGarren Smith2018-10-037-5/+161
* Advertise the partitions featureRobert Newson2018-10-031-0/+1
* add partition support to mango text and fix failing testsGarren Smith2018-10-037-40/+64
* Add get_partition_info/2Robert Newson2018-10-031-0/+47
* validate that a system db cannot be partitionedGarren Smith2018-10-031-0/+15
* move view validation to chttp_view for partition checksGarren Smith2018-10-032-14/+20
* validate partitioned design docsGarren Smith2018-10-031-3/+31
* Optimize skip for partitioned queriesRobert Newson2018-10-035-15/+28
* add r = 3 restrictions to partition _find and _explainGarren Smith2018-10-033-0/+22
* add POST support for keys for viewsGarren Smith2018-10-031-0/+19
* Add /_partition/$partition/... endpointsGarren Smith2018-10-039-22/+193
* Add restrictions to partitioned viewsRobert Newson2018-10-031-0/+16
* Add test for all_docs partition optimisationGarren Smith2018-10-031-0/+86
* optimize _all_docs requests that are bounded within a single partitionRobert Newson2018-10-031-1/+23
* Implement _all_docs and _find supportRobert Newson2018-10-0313-36/+175
* mem3 tests for partitioned databasesGarren Smith2018-10-013-2/+147
* implement partitioned viewsRobert Newson2018-10-016-12/+85
* validate new partition argumentsRobert Newson2018-10-011-0/+11
* Select only the shard containing the partition, if specifiedRobert Newson2018-10-012-5/+28
* Allow partitioned option in mrviewsRobert Newson2018-10-016-5/+34
* expose partitioned flag in GET /dbname infoRobert Newson2018-10-012-2/+16
* Enforce partition:id format in doc idsRobert Newson2018-10-013-14/+46
* map documents to shards by their partitionRobert Newson2018-10-013-8/+72
* Support and persist ?partitioned=true flag at db creation timeRobert Newson2018-10-011-1/+15
* Add a generic 'props' list at db creation timeGarren Smith2018-10-019-11/+163
* Explicit Python version in scriptsAdrien Vergé2018-09-274-4/+4
* Mango match doc on co-ordinating node (#1609)garren smith2018-09-211-10/+72
* Ignore local nodes in read repair filteringNick Vatamaniuc2018-09-192-3/+26
* Merge pull request #1601 from cloudant/log_file_path_on_crashiilyak2018-09-121-1/+4
|\
| * Implement couch_file:format_status to log filepathILYA Khlopotov2018-09-121-1/+4
|/
* Merge pull request #1593 from apache/couch-server-improvementsRussell Branca2018-09-121-4/+15
|\
| * Don't send update_lru messages when disabledcouch-server-improvementsRussell Branca2018-09-111-3/+8
| * Add read_concurrency options to couch_server ETSRussell Branca2018-09-111-1/+7
|/
* Allow disabling off-heap messagesNick Vatamaniuc2018-09-066-12/+17
* Fix couch_server concurrency errorPaul J. Davis2018-09-062-11/+21
* Reproduce race condition in couch_serverPaul J. Davis2018-09-061-0/+173
* Fix couch_server:terminate/2Paul J. Davis2018-09-061-1/+5
* Merge pull request #1568 from cloudant/log-changes-rewind-reasonsPeng Hui Jiang2018-09-053-4/+24
|\
| * Log warning when changes seq rewinds to 0Jay Doane2018-09-043-4/+24
|/
* Merge pull request #1591 from apache/create-shards-if-missingRobert Newson2018-08-301-1/+1
|\
| * Create shard files if missingcreate-shards-if-missingRobert Newson2018-08-301-1/+1
|/
* Check if db exists in /db/_ensure_full_commit call (#1588)Eric Avdey2018-08-302-1/+28
* Merge pull request #1590 from cloudant/add-mem3-pingiilyak2018-08-301-0/+24
|\
| * Implement convinience `mem3:ping/2` functionILYA Khlopotov2018-08-301-0/+24
|/
* Merge pull request #1586 from cloudant/improve-cleanup_index_filesiilyak2018-08-302-2/+57
|\
| * Improve cleanup_index_filesILYA Khlopotov2018-08-302-2/+57
|/
* Merge pull request #1581 from apache/1580-shard-record-violationPeng Hui Jiang2018-08-281-6/+6
|\
| * Fix dialyzer warning of shard record constructionjiangph2018-08-281-6/+6
|/
* Merge pull request #1582 from apache/improve-dbcreate-validationRobert Newson2018-08-272-5/+12
|\