summaryrefslogtreecommitdiff
path: root/src/couch_index
Commit message (Expand)AuthorAgeFilesLines
* feat: demote view index opening/closing to log level debugJan Lehnardt2018-03-061-3/+3
* Implement pluggable storage enginesPaul J. Davis2018-02-281-3/+3
* Add coverage reports to more applicationsNick Vatamaniuc2017-12-111-0/+2
* Remove invalid meck unloadEric Avdey2017-11-302-4/+2
* Add missing methods to fake indexEric Avdey2017-11-302-6/+9
* Remove public access to the db recordPaul J. Davis2017-09-274-11/+11
* Stop couch_index processes on ddoc updateMayya Sharipova2017-07-312-28/+57
* Remove couch_cryptoRobert Newson2017-07-161-1/+1
* Avoid a race when restarting an index updaterPaul J. Davis2017-07-131-3/+11
* Prevent a terrible race conditionPaul J. Davis2017-07-131-18/+31
* Notify couch_index_processes on all shards when ddoc updatedMayya Sharipova2017-06-023-0/+183
* Whait db close a little bit before failing testILYA Khlopotov2017-05-191-1/+11
* Expose couch_index_compactor:get_compacting_pid/1Jay Doane2017-04-191-1/+5
* Don't crash compactor when compacting process failsEric Avdey2017-04-192-1/+19
* Add 'src/couch_index/' from commit 'f0a6854e578469612937a766632fdcdc52ee9c65'Jan Lehnardt2017-04-0114-0/+1764
* Remove src/couch_indexPaul J. Davis2014-02-047-1112/+0
* Build with rebarRobert Newson2014-02-032-39/+1
* Reject design docs with compilation errorsPaul J. Davis2013-03-201-1/+27
* Major change to use the new config appRobert Newson2013-03-203-19/+46
* Fix views for node-local databasesPaul J. Davis2013-03-201-0/+12
* Ignore unexpected messages to couch_index_serverPaul J. Davis2013-03-201-1/+4
* GC liberally throughout view indexing code pathAdam Kocoloski2013-03-201-0/+1
* Make couch_view_updater amenable to hot upgradesAdam Kocoloski2013-03-201-3/+6
* API for triggering view updatesPaul J. Davis2013-03-201-0/+17
* Squash to #full_doc_info{} in by_seq treePaul J. Davis2013-03-201-2/+6
* Store #full_doc_info{} records in the seq treePaul J. Davis2013-03-201-6/+9
* Refactor couch source treePaul J. Davis2013-03-206-6/+6
* Close view files cleanly on DB create/deleteAdam Kocoloski2012-12-051-1/+3
* COUCHDB-1444 Fix missing_named_viewPaul Joseph Davis2012-08-151-4/+5
* Revert "COUCHDB-1444 Fix missing_named_view errors"Paul Joseph Davis2012-08-151-17/+13
* COUCHDB-1444 Fix missing_named_view errorsPaul Joseph Davis2012-08-141-13/+17
* Assert that index sig never changes in the lifetime of a couch index processRobert Newson2012-08-091-1/+13
* COUCHDB-1491 - cleanup view tablesRobert Newson2012-07-301-1/+1
* Use the correct utility function to get the index directory pathJason Smith (air)2012-01-221-1/+1
* Fix ets lookup case_clause error after ddoc is updatedFilipe David Borba Manana2012-01-171-5/+4
* Shutdown view group on ddoc updateFilipe David Borba Manana2011-11-152-17/+64
* reflect api changes in couch_api_index. While I'm here, even if theBenoit Chesneau2011-09-271-3/+5
* fix typosBenoit Chesneau2011-09-271-1/+1
* Commit the compacted index before returning it.Paul Joseph Davis2011-09-231-0/+1
* Remember to provide a 2-arity wrapper to udpate.Paul Joseph Davis2011-09-211-1/+5
* Keep the databae open for index compaction.Paul Joseph Davis2011-09-211-2/+5
* Avoid a race condition for monitored compaction.Paul Joseph Davis2011-09-182-18/+13
* Only restart the updater if it was running.Paul Joseph Davis2011-09-181-2/+5
* Better lifetime error messages for couch_index.Paul Joseph Davis2011-09-181-2/+9
* Use #doc_info{} optimization for _all_docs.Paul Joseph Davis2011-09-181-18/+20
* Improved _active_tasks APIFilipe David Borba Manana2011-09-172-24/+7
* Add logging for indexer events.Paul Joseph Davis2011-09-163-5/+37
* Paul is an idiot commit 1 of 3.Paul Joseph Davis2011-09-158-0/+961