You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2020/11/06 16:02:06 UTC

[couchdb] branch main updated (4b10750 -> 753fc9a)

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 4b10750  Allow administrators to optionally encrypt views
     add a499d6f  Retry filter_docs sequentially if the patch exceeds couchjs stack
     add 9e3637e  Add test for splitting filter batches
     new 753fc9a  Merge pull request #3248 from apache/changes_filter_all_docs_oom_main

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/couch/src/couch_query_servers.erl              | 14 +++++-
 src/couch/test/eunit/couch_query_servers_tests.erl | 55 ++++++++++++++++++++++
 2 files changed, 68 insertions(+), 1 deletion(-)


[couchdb] 01/01: Merge pull request #3248 from apache/changes_filter_all_docs_oom_main

Posted by rn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 753fc9a4296d2b31bec5af53d771ee0ca43c03c6
Merge: 4b10750 9e3637e
Author: Robert Newson <rn...@apache.org>
AuthorDate: Fri Nov 6 16:01:58 2020 +0000

    Merge pull request #3248 from apache/changes_filter_all_docs_oom_main
    
    Retry filter_docs sequentially if the patch exceeds couchjs stack

 src/couch/src/couch_query_servers.erl              | 14 +++++-
 src/couch/test/eunit/couch_query_servers_tests.erl | 55 ++++++++++++++++++++++
 2 files changed, 68 insertions(+), 1 deletion(-)