summaryrefslogtreecommitdiff
path: root/src/couch_views
Commit message (Expand)AuthorAgeFilesLines
* Decrease the view indexer transaction timedecrease-indexer-transaction-time-limitNick Vatamaniuc2021-03-221-1/+1
* Lower the view indexer transaction retry limitNick Vatamaniuc2021-03-041-2/+12
* Relax isolation level when indexer reads from DB (#3393)Adam Kocoloski2021-03-021-6/+8
* Fix badmatch in couch_views_indexerNick Vatamaniuc2021-03-021-4/+6
* Add failing cases for ebtree:lookup_multi/3 bugPaul J. Davis2021-02-261-0/+26
* Fix typoPaul J. Davis2021-02-261-8/+8
* Remove unnecessary line wrapsPaul J. Davis2020-11-171-4/+2
* Minimize conflicts while building viewsPaul J. Davis2020-11-172-8/+91
* Remove use of cachingPaul J. Davis2020-11-101-27/+1
* Allow administrators to optionally encrypt viewsPaul J. Davis2020-11-061-2/+15
* Merge pull request #3227 from cloudant/fix-total_rows-semanticsiilyak2020-10-261-11/+6
|\
| * Fix semantics of total_rowsILYA Khlopotov2020-10-221-11/+6
* | Remove debug loggingPaul J. Davis2020-10-211-3/+0
* | Fix empty reduce output to match 3.x behaviorPaul J. Davis2020-10-212-22/+7
* | Allow for disabling custom reduce functionsPaul J. Davis2020-10-204-5/+235
* | Add test suite for reduce viewsPaul J. Davis2020-09-301-0/+745
* | Use ebtree for reduce functionsPaul J. Davis2020-09-304-38/+327
* | Upgrade legacy viewsPaul J. Davis2020-09-304-41/+551
* | Reimplement db wide view size trackingPaul J. Davis2020-09-303-529/+357
* | Views on ebtreePaul J. Davis2020-09-3012-475/+657
* | Fix include directive in couch_views_batch_implPaul J. Davis2020-09-211-1/+1
|/
* Move error reporting test to EUnitPaul J. Davis2020-09-151-0/+102
* Optimize view indexer batch sizesPaul J. Davis2020-09-157-26/+508
* Remove couch_ratePaul J. Davis2020-09-156-130/+32
* Fix flaky active tasks testPaul J. Davis2020-09-101-0/+3
* Add node and pid to indexer active tasks outputNick Vatamaniuc2020-09-092-1/+16
* Fix ordering of page_size based pagination for viewsILYA Khlopotov2020-08-311-13/+18
* Do not use (catch ...) in couch_views_reader:load_docs/4Nick Vatamaniuc2020-08-201-2/+1
* add local_seq option to views (#3043)garren smith2020-08-052-10/+70
* Add format_status/2 callback in gen_server implementationsILYA Khlopotov2020-07-301-1/+16
* add active_tasks for view builds using version stampsTony Sun2020-07-243-7/+208
* Fix 'first page should not return previous bookmark' testILYA Khlopotov2020-07-231-3/+7
* Merge pull request #2904 from cloudant/support-previous-bookmarkiilyak2020-07-221-5/+38
|\
| * Add support for previous bookmarkILYA Khlopotov2020-05-221-5/+38
* | Split couch_views acceptors and workersNick Vatamaniuc2020-06-084-19/+300
* | Improve efficiency of couch_jobs:accept/2 for viewsNick Vatamaniuc2020-06-023-3/+6
* | Fix mango erlfdb error catch clause erlfdb -> erlfdb_errorNick Vatamaniuc2020-05-282-5/+6
* | Don't skip over docs in mango indices on erlfdb errorsNick Vatamaniuc2020-05-282-1/+16
|/
* Improve load handling in couch_jobs and couch_viewsNick Vatamaniuc2020-05-211-1/+1
* Fix handling of limit query parameterILYA Khlopotov2020-05-201-19/+44
* Implement pagination APIILYA Khlopotov2020-05-152-2/+350
* Move not_implemented check down to allow testing of validationILYA Khlopotov2020-05-151-5/+6
* Fix couch_views updater_running info resultNick Vatamaniuc2020-05-093-34/+56
* return correct not implemented for reduceGarren Smith2020-05-041-1/+1
* Add a couch_views test for multiple design documents with the same mapNick Vatamaniuc2020-04-271-8/+80
* Add native encryption supportRobert Newson2020-04-271-4/+4
* Refactor fetching rev code in fabric2_fdbGarren Smith2020-04-231-1/+1
* Add after_interactive_write plugin to couch_views_updaterGarren Smith2020-04-233-2/+47
* Implement couch_views_cleanup_test.erlPaul J. Davis2020-04-101-0/+411
* Remove failed view jobsPaul J. Davis2020-04-103-8/+22