summaryrefslogtreecommitdiff
path: root/src/couch
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated dbinfo fields (#2163)Adam Kocoloski2019-09-181-11/+0
* Extend timeout on shard splitting testAdam Kocoloski2019-08-181-1/+1
* Extend timeouts for couch_bt_engine_upgrade_testsAdam Kocoloski2019-08-161-8/+9
* Refactor fabric:cleanup_index_filesILYA Khlopotov2019-08-151-0/+101
* Add timeout for couch_db_split_testsAdam Kocoloski2019-08-091-1/+2
* Move eunit tests into test/eunit directoryILYA Khlopotov2019-07-2974-1/+1
* Minimal ExUnit setupILYA Khlopotov2019-07-291-0/+2
* Fix EUnit timeouts (#2087)Adam Kocoloski2019-07-281-1/+1
* Increase timeouts on two slow btree testsAdam Kocoloski2019-07-281-2/+7
* Make sure that fsync errors are raisedPaul J. Davis2019-07-222-3/+59
* fix: remove restart handlers for obsolete config settingsJan Lehnardt2019-05-221-6/+0
* Fix epoch mismatch errors (#2027)Paul J. Davis2019-05-071-4/+20
* Implement initial shard splitting data copyNick Vatamaniuc2019-04-036-1/+887
* Uneven shard copy handling in mem3 and fabricNick Vatamaniuc2019-04-032-2/+15
* Reuse pre-calculated external docs' size on compactionEric Avdey2019-03-281-6/+6
* Use couch_ejson_size for calculation of doc's ejson sizeEric Avdey2019-03-271-1/+1
* Add stats in fabric for partition and normal views (#1963)garren smith2019-03-061-0/+48
* Support list for docid when using couch_db:purge_docs/3jiangph2019-02-211-3/+5
* Set io_priority for couch_index pidsILYA Khlopotov2019-02-143-11/+260
* Import smoosh from CloudantRobert Newson2019-02-063-979/+1
* Fix badarg crash on invalid rev for individual doc updatefix-doc-update-invalid-rev-crashEric Avdey2019-02-042-5/+24
* Fix from_json_obj_validate crash when provided rev isn't a valid hexEric Avdey2019-02-042-3/+16
* Make from_json_error_cases tests idiomaticEric Avdey2019-02-041-10/+6
* Compaction: Add snooze_period_ms for finer tuning (#1880)Adrien Vergé2019-01-302-5/+68
* Fix engine header upgradesfix-pq-db-header-versionPaul J. Davis2019-01-3011-165/+41
* rename partitions feature to partitioned featureGarren Smith2019-01-281-1/+1
* Add ability to feature flag partitioned db'sGarren Smith2019-01-221-1/+5
* Enforce partition size limitsPaul J. Davis2019-01-181-4/+88
* Use an accumulator when merging revision treesPaul J. Davis2019-01-181-14/+43
* Implement partitioned viewsPaul J. Davis2019-01-183-2/+13
* Implement `couch_db:get_partition_info/2`Paul J. Davis2019-01-184-0/+86
* Implement partitioned dbsPaul J. Davis2019-01-185-25/+205
* Pass the DB record to index validation functionsPaul J. Davis2019-01-181-3/+3
* Improve `couch_db:clustered_db` flexibilityPaul J. Davis2019-01-181-3/+14
* Add PSE API to store opaque propertiesGarren Smith2019-01-187-9/+180
* Update before_doc_update/2 to before_doc_update/3before_doc_updatejiangph2019-01-056-20/+26
* Change minimum supported Erlang version to OTP 19Jay Doane2018-12-283-43/+0
* Remove obsolete travis filesJay Doane2018-12-271-23/+0
* Suppress export-related compiler warningsJay Doane2018-12-272-2/+5
* Suppress misc compiler warningsJay Doane2018-12-271-1/+1
* Suppress unused function compiler warningsJay Doane2018-12-274-100/+98
* Suppress crypto and random compiler warningsJay Doane2018-12-273-3/+3
* Suppress unused variable and type compiler warningsJay Doane2018-12-273-4/+4
* Suppress variable exported from 'case' compiler warningsJay Doane2018-12-272-9/+8
* Remove shim couch_replicator_manager moduleKyle Snavely2018-12-201-14/+14
* Fix function_clause errorwenwl2018-12-081-5/+9
* Add `couch_db:get_design_doc/2`Paul J. Davis2018-12-072-0/+19
* Ignore clang compile commands database fileEric Avdey2018-12-061-0/+1
* mock couch_logILYA Khlopotov2018-12-031-3/+24
* Fix expected result from testILYA Khlopotov2018-12-031-1/+1