summaryrefslogtreecommitdiff
path: root/src/fabric/src/fabric2_fdb.erl
Commit message (Expand)AuthorAgeFilesLines
* Handle transaction timeouts in list_dbs and list_dbs_infohandle-timouts-all-dbs-and-docsNick Vatamaniuc2020-03-121-2/+10
* Fix bug in reverse folding with startkey_docidGarren Smith2020-03-101-0/+3
* Add fdb_to_revinfo version compatibility unit testJay Doane2020-03-021-0/+44
* Fix bug in fdb_to_revinfo compatibility clausesJay Doane2020-03-021-27/+5
* Add fdb_to_revinfo compatibility with 5-tuple ValJay Doane2020-03-021-1/+25
* Track the size of data stored in a databasePaul J. Davis2020-03-021-23/+121
* Implement mult-transactional iterators for _changes feedsNick Vatamaniuc2020-03-021-30/+144
* Implement `fabric2_db:list_dbs_info/1,2,3`Paul J. Davis2020-03-021-0/+11
* Implement async API for `fabric2_fdb:get_info/1`Paul J. Davis2020-03-021-0/+9
* Track a database level view size rollupPaul J. Davis2020-03-021-18/+18
* Improve transaction name setting when tracing FDB transactionsNick Vatamaniuc2020-03-021-1/+4
* Delete attachments when no longer referencedPaul J. Davis2020-03-021-14/+112
* Trace fdb transactionsILYA Khlopotov2020-03-021-10/+37
* Assert Db handle field existence in `load_config/1` in fabric2_fdbNick Vatamaniuc2020-03-021-3/+5
* Update fabric2_fdb's set_config to take un-encoding valuesNick Vatamaniuc2020-03-021-21/+19
* Before starting a db transanction, refresh the db handle from the cacheNick Vatamaniuc2020-03-021-13/+36
* Check security properties in the main transactionNick Vatamaniuc2020-03-021-21/+18
* Add a special error for an invalid legacy local doc revsionNick Vatamaniuc2020-03-021-2/+7
* Chunkify local docsNick Vatamaniuc2020-03-021-17/+67
* Take better advantage of metadata version key featureNick Vatamaniuc2020-03-021-30/+80
* Use a shorter name for create_or_open_couchdb_dirNick Vatamaniuc2020-03-021-4/+4
* DRY out CouchDB FDB prefix fetchingNick Vatamaniuc2020-03-021-6/+9
* Fix doc counts for replicated deletionsNick Vatamaniuc2020-03-021-2/+10
* Make get_security and get_revs_limit calls consistentNick Vatamaniuc2020-03-021-1/+15
* Implement _design_docs and _local_docsNick Vatamaniuc2020-03-021-0/+6
* Fix DB reopen behaviorNick Vatamaniuc2020-03-021-10/+26
* Configurable FDB directory prefixes for CouchDB instancesNick Vatamaniuc2020-03-021-2/+4
* Remember to remove old doc bodiesPaul J. Davis2020-03-021-5/+25
* Write large documents in chunksPaul J. Davis2020-03-021-16/+29
* Update to use new fold_range_future/wait functionsPaul J. Davis2020-03-021-6/+7
* Fix default key ranges for fold_rangePaul J. Davis2020-03-021-15/+16
* Implement _all_dbs/_all_docs API parametersPaul J. Davis2020-03-021-125/+111
* Implement `_users` db authenticationPaul J. Davis2020-03-021-1/+7
* Database config changes should bump the db versionPaul J. Davis2020-03-021-1/+1
* Convert attachment info to disk terms correctlyPaul J. Davis2020-03-021-4/+9
* Fix revision generation on attachment uploadPaul J. Davis2020-03-021-8/+1
* Initial fabric2 implementation on FoundationDBPaul J. Davis2020-03-021-0/+1187