summaryrefslogtreecommitdiff
path: root/src/couch_mrview
Commit message (Expand)AuthorAgeFilesLines
* Improve couch_proc_managerNick Vatamaniuc2023-04-151-2/+3
* Querying `_all_docs` with non-string `key` should return an empty listjiahuili2023-04-122-4/+27
* treat single-element keys as the key for `_view`jiahuili2023-04-044-10/+81
* inspect the document more precisely to avoid skipping user docsChristian Kruse2023-02-241-5/+22
* hide shard-sync and purge documents from `_local_docs`Christian Kruse2023-02-241-30/+39
* Update couch_mrview_debug with a few new functionsNick Vatamaniuc2022-11-101-2/+126
* Improve fabric index cleanupNick Vatamaniuc2022-11-103-66/+263
* Enable eunit coverage for all applicationsJay Doane2022-09-281-4/+0
* Add editors magic linesNoah Shaw2022-07-281-0/+2
* Implement view_report functionncshaw2022-07-221-2/+389
* Turn document update mode atoms into definesNick Vatamaniuc2022-07-201-3/+3
* Fix "variable bound multiple times" warningJay Doane2022-06-181-1/+1
* Fix skip and limit parametersjiahuili2022-03-311-1/+9
* Track libicu collator versions in the view headerNick Vatamaniuc2022-02-113-26/+141
* Add couch_mrview_debug:view_signature/2ILYA Khlopotov2022-02-101-0/+50
* Add sharding to couch_index_serverRobert Newson2021-12-131-5/+5
* Apply erlfmt formatting to source treeNick Vatamaniuc2021-11-2224-2451/+2944
* Remove couch_icu_driver moduleNick Vatamaniuc2021-10-151-1/+5
* feat: add more fine-grained CSP supportJan Lehnardt2021-09-081-1/+3
* move couch_httpd_auth options to chttpd_auth 3.xJiahui Li2021-05-271-2/+3
* Reset if we don't get a view header3.x-reset-corrupt-view-index-2Robert Newson2020-11-091-0/+6
* Fix boolean POST to view-like endpointsBessenyei Balázs Donát2020-10-131-4/+4
* bypass partition query limit for mango (#3114)Tony Sun2020-08-281-3/+6
* View is partitioned if db and view are partitionedRobert Newson2020-04-271-10/+1
* Reset a view shard if the signature is wrongRobert Newson2020-01-101-0/+6
* Speedup eunit: couch_mrview_purge_docs_fabric_testsPaul J. Davis2019-12-251-4/+14
* Speedup eunit: couch_mrview_compactorPaul J. Davis2019-12-251-19/+22
* Allow all params to be passed via body for POST _all_docsBessenyei Balázs Donát2019-12-092-2/+12
* Allow all params to be passed via body for POST viewBessenyei Balázs Donát2019-12-052-3/+12
* Modify all mrview records and add according migration functionality2167-no-view-changesEric Avdey2019-12-033-63/+58
* Remove all view_changes functionality from mrview utilsEric Avdey2019-12-031-238/+24
* Remove view changes interface functions, tests and end-pointEric Avdey2019-12-036-594/+2
* Remove seq, kseq and log trees from updater, compactor and indexerEric Avdey2019-12-033-280/+53
* Update usage of couch_hash:md5_hash shimcouch_hash_updateWill Holley2019-12-021-1/+1
* Remove delayed commits optionNick Vatamaniuc2019-09-262-2/+0
* Remove deprecated dbinfo fields (#2163)Adam Kocoloski2019-09-182-12/+0
* Fix typo in couch_mrview commentJamie Luckett2019-09-161-1/+1
* Extend timeout for mrview_purge_docs_fabricAdam Kocoloski2019-08-091-5/+5
* Move eunit tests into test/eunit directoryILYA Khlopotov2019-07-2916-0/+0
* Don't reset_index if read_header failsdont-reset-indexRobert Newson2019-04-121-2/+2
* Remove compilation warningsILYA Khlopotov2019-02-221-1/+1
* Support list for docid when using couch_db:purge_docs/3jiangph2019-02-211-0/+69
* Set io_priority for couch_index pidsILYA Khlopotov2019-02-141-4/+7
* Make _all_docs and view query limits configurableGarren Smith2019-01-232-4/+29
* Implement partitioned viewsPaul J. Davis2019-01-186-15/+217
* Implement partitioned dbsPaul J. Davis2019-01-181-2/+1
* Validate design document options more strictlyPaul J. Davis2019-01-181-0/+4
* Pass the DB record to index validation functionsPaul J. Davis2019-01-181-3/+6
* Remove obsolete travis filesJay Doane2018-12-271-23/+0
* Remove explicit modules list from .app.src filesJay Doane2018-12-271-10/+0