summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hacksuser-partitioned-dbs-wipRobert Newson2018-07-301-2/+2
* fixesRobert Newson2018-07-261-1/+2
* cleanupRobert Newson2018-07-231-1/+0
* hackish idempotencyRobert Newson2018-07-232-1/+6
* support _find (WIP)Robert Newson2018-07-236-50/+137
* system dbs are not partitionedRobert Newson2018-07-191-0/+3
* remove unused variableRobert Newson2018-07-191-1/+0
* support reduce results in partitioned dbsRobert Newson2018-07-181-0/+2
* prohibit custom reduces for partitioned viewsRobert Newson2018-07-181-1/+9
* A view defaults to the same partitioned-ness of the dbRobert Newson2018-07-183-3/+23
* full removal of default_propsRobert Newson2018-07-181-2/+1
* support descending=false for partitioned view queriesRobert Newson2018-07-171-3/+12
* Improve accuracy of error messageRobert Newson2018-07-171-2/+2
* Prohibit include_docs=true for partitioned viewsRobert Newson2018-07-171-3/+4
* tidierRobert Newson2018-07-172-6/+6
* move partition flag into view optionsRobert Newson2018-07-174-10/+12
* fix bug that forced all dbs to be partitionedRobert Newson2018-07-161-1/+1
* expose partitioned flag in GET /dbname infoRobert Newson2018-07-164-5/+7
* tidierRobert Newson2018-07-164-8/+8
* add persistent 'partitioned' flagRobert Newson2018-07-134-5/+55
* Revert "Add props field to couch_db_engine"Robert Newson2018-07-134-117/+2
* Revert "Add default props at db creation"Robert Newson2018-07-131-14/+5
* map documents to shards by their partitionRobert Newson2018-07-101-9/+14
* Only consult the shards holding the partition in questionRobert Newson2018-07-103-5/+15
* cleanupRobert Newson2018-07-101-7/+0
* unpartition key in view responsesRobert Newson2018-07-104-5/+16
* ?partition=fooRobert Newson2018-07-103-19/+19
* WIP plumbingRobert Newson2018-07-106-24/+53
* WIP support user-partitioned viewsRobert Newson2018-07-104-9/+78
* add ?partitioned=true parameter when creating a databaseRobert Newson2018-07-102-2/+15
* Extract side-effect free part of validate_argsRobert Newson2018-07-108-15/+26
* introduce mem3_util:docid_hash/1 and docid_hash/2Robert Newson2018-07-103-3/+18
* Add default props at db creationuser-partitioned-dbsGarren Smith2018-07-041-5/+14
* Add props field to couch_db_engineGarren Smith2018-07-044-2/+117
* Don't set context for compaction files during db delete (#1419)Eric Avdey2018-06-292-3/+3
* Merge pull request #1401 from Spotme/spotme/fix/couch-native-processiilyak2018-06-292-1/+49
|\
| * tests(couch_changes): add tests for changes feed filtering using an Erlang viewAlexanderKaraberov2018-06-291-1/+37
| * fix(_view changes feed): fix function_clause crash in couch_native_process.AlexanderKaraberov2018-06-291-0/+12
|/
* Add regression runs on new dedicated FreeBSD VMJoan Touzet2018-06-271-1/+26
* Update build dependency docs for FreeBSDJoan Touzet2018-06-271-2/+4
* Update snappy dep to CouchDB-1.0.1 with 21.0 supportNick Vatamaniuc2018-06-211-1/+1
* Add constant index fields to sort based on the selector (#1376)garren smith2018-06-207-47/+392
* Prepare to fabric attachment receiver from a fun closure to a tupleNick Vatamaniuc2018-06-192-0/+170
* refactor process_request to not drop req (#1375)Tony Sun2018-06-191-5/+46
* Call `set_mqd_off_heap` for critical processesPaul J. Davis2018-06-195-0/+6
* Add set_mqd_off_heap utility functionPaul J. Davis2018-06-191-0/+10
* Fix couch_key_tree_tests.erlPaul J. Davis2018-06-161-5/+19
* Optimize couch_key_tree:stem/2Paul J. Davis2018-06-163-22/+95
* Fix active size calculations for viewsPaul J. Davis2018-06-153-26/+90
* Merge pull request #1387 from cloudant/make-bin_opt_info-optionalEric Avdey2018-06-152-5/+13
|\