This is an automated email from the ASF dual-hosted git repository.
davisp pushed a change to branch feature/database-partitions
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
omit 8e30cdb Add Elixir tests for database partitions
omit c4a5cf7 Support partitioned queries in Mango
omit b8b5ae2 Optimize offset/limit for partition queries
omit 5def47b Optimize all_docs queries in a single partition
omit 8c5a086 Implement partitioned views
omit 9db555a Implement `couch_db:get_partition_info/2`
omit be1c919 Implement partitioned dbs
omit 94964b2 Implement configurable hash functions
omit 0c91ff2 Validate design document options more strictly
omit 5b1d35c Pass the DB record to index validation functions
omit 5e39198 Implement `fabric_util:open_cluster_db`
omit a1607a6 Improve `couch_db:clustered_db` flexibility
omit f073700 Add PSE API to store opaque properties
add c6221dc Add PSE API to store opaque properties
add 0b4edb4 Improve `couch_db:clustered_db` flexibility
add 2bc7c1b Implement `fabric_util:open_cluster_db`
add 5fff607 Pass the DB record to index validation functions
add 174a587 Validate design document options more strictly
add e463553 Implement configurable hash functions
add e9987da Implement partitioned dbs
add 9f097db Implement `couch_db:get_partition_info/2`
add 0e320ef Implement partitioned views
add 0763a2a Optimize all_docs queries in a single partition
add 19999b5 Optimize offset/limit for partition queries
add d78c0d8 Support partitioned queries in Mango
add 9fa95b8 Add Elixir tests for database partitions
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8e30cdb)
\
N -- N -- N refs/heads/feature/database-partitions (9fa95b8)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
src/couch/src/couch_db.erl | 2 +-
src/couch/src/couch_partition.erl | 5 +++++
src/couch_mrview/src/couch_mrview_util.erl | 2 +-
src/fabric/src/fabric_view.erl | 4 ++--
src/mango/src/mango_error.erl | 2 +-
5 files changed, 10 insertions(+), 5 deletions(-)