summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "fix(mango): GET invalid path under `_index` should not cause 500"Robert Newson2023-05-092-7/+3
* remove Content-MD5 header supportRobert Newson2023-05-095-110/+18
* Remove duplicate etag generation functionNick Vatamaniuc2023-05-073-6/+5
* Encapsulate MD5 file checksums bits in couch_fileNick Vatamaniuc2023-05-052-4/+4
* Import xxHashNick Vatamaniuc2023-05-0512-1/+6730
* mention flag and new dependenciesRobert Newson2023-05-052-0/+12
* Add report logging (#4483)Russell Branca2023-05-0419-29/+251
* Nouveau doc fixes (#4572)Glynn Bird2023-05-041-9/+9
* CVE-2023-2626 details doc updateNick Vatamaniuc2023-05-021-5/+39
* Clarify encoding length in performance.rstRuben Laguna2023-05-021-2/+2
* fix ken_server:nouveau_updatedfix-ken-server-nouveauRobert Newson2023-05-011-1/+1
* Make Erlang 24 the minimum versionNick Vatamaniuc2023-04-307-160/+19
* finish partitioned support for nouveauRobert Newson2023-04-294-6/+32
* OTP 23 supportRobert Newson2023-04-274-4/+125
* Another flaky couch_js fixNick Vatamaniuc2023-04-261-3/+1
* Noticed the new internal error couchjs test was flakyNick Vatamaniuc2023-04-261-0/+6
* declare dependency on nouveauRobert Newson2023-04-261-1/+2
* doc(cve): add 2023-26268 placeholder & backport release notes3.3.2.post1Jan Lehnardt2023-04-252-0/+65
* doc(cve): add 2023-26268 placeholderJan Lehnardt2023-04-251-0/+27
* Import nouveau (#4291)Robert Newson2023-04-2241-33/+3653
* fix(mango): GET invalid path under `_index` should not cause 500Gabor Pali2023-04-192-3/+7
* mango: refactorGabor Pali2023-04-181-20/+23
* mango: fix definition of index coverageGabor Pali2023-04-183-5/+107
* mango: enhance compositionality of `consider_index_coverage/3`Gabor Pali2023-04-182-34/+46
* mango: mark fields with the `$exists` operator indexableGabor Pali2023-04-181-0/+94
* mango: add integration tests for keys-only covering indexesGabor Pali2023-04-181-0/+115
* _find: mention the `covered` attribute in the `_explain` responseGabor Pali2023-04-181-0/+4
* mango: add eunit testsGabor Pali2023-04-182-1/+820
* mango: increase coverage of the `choose_best_index/1` testGabor Pali2023-04-181-2/+9
* mango: add type information for better self-documentationGabor Pali2023-04-183-8/+88
* mango: introduce support for covering indexesGabor Pali2023-04-182-27/+77
* Remove explicit importGabor Pali2023-04-182-143/+120
* Remove limit parameter from kenNick Vatamaniuc2023-04-172-19/+4
* Improve couch_proc_managerNick Vatamaniuc2023-04-1515-546/+1062
* fix (prometheus): do not emit ophaned HELP/TYPE linesWill Holley2023-04-141-0/+2
* feat (prometheus): add Erlang distribution statsWill Holley2023-04-141-1/+136
* feat (prometheus): couch_db_updater and couch_file queue statsWill Holley2023-04-143-4/+41
* feat (prometheus): include aggregated couch/index message queuesWill Holley2023-04-142-44/+23
* Querying `_all_docs` with non-string `key` should return an empty listjiahuili2023-04-122-4/+27
* Improve compression eunit test suiteNick Vatamaniuc2023-04-101-61/+55
* docs: Fixed `_compact/{ddoc}` and `_shards/{docid}` examplesjiahuili2023-04-103-10/+22
* docs(_find): Remove redundancy from sample `_explain` responseGabor Pali2023-04-071-1/+0
* allow configurable timeouts for _view and _searchRobert Newson2023-04-054-5/+5
* treat single-element keys as the key for `_view`jiahuili2023-04-046-131/+518
* fix (prometheus): gauge types for metrics that can be decrementedWill Holley2023-04-031-0/+13
* feat (prometheus): membership metricWill Holley2023-04-031-1/+13
* feat (prometheus): internal_replication_jobs metricWill Holley2023-03-314-18/+41
* feat (prometheus): metrics for individual message queuesWill Holley2023-03-312-8/+15
* docs(hosts): Remove misleading /etc/hosts info (#4506)Ronny Berndt2023-03-301-4/+0
* Treat javascript internal errors as fatalNick Vatamaniuc2023-03-291-1/+37