index
:
cloudant_bigcouch.git
debian
master
upstream
[cloudant_bigcouch]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
couchdb
/
couch_view_updater.erl
Age
Commit message (
Expand
)
Author
2009-10-13
Fix partial view updating regression.
Paul Joseph Davis
2009-09-11
Refactoring of endkey code in views and btrees. End key functionaility is now...
Damien F. Katz
2009-09-02
Added 3 stage pipeline for indexing views: loader, mapper, writer. This resul...
Damien F. Katz
2009-07-22
various bugfixes and improvements for view compaction
Adam Kocoloski
2009-07-16
checkpoint long-running view updates
Adam Kocoloski
2009-07-14
wheeeeeeee
Noah Slater
2009-07-06
trimmed trailing whitespace
Noah Slater
2009-07-04
Name view index files by their function hashes for no downtime deploys. Close...
John Christopher Anderson
2009-07-04
last three dialyzer recommended cleanups
John Christopher Anderson
2009-05-23
remove leftover trace logging
John Christopher Anderson
2009-05-23
added an design doc option so that doc._local_seq can be available in the map...
John Christopher Anderson
2009-05-06
First cut at _changes api. Update the by_id and by_seq indexes to contain upd...
Damien F. Katz
2009-02-01
Added options member to design docs. Currently the only option is include_des...
John Christopher Anderson
2009-01-23
Added task status checking, to help debug the progress of long running tasks,...
Damien F. Katz
2009-01-05
Fixed views to not commit index headers if they are ahead of what has been fu...
Damien F. Katz
2008-12-12
modifications to view server to keep the file descriptor open for the life of...
Damien F. Katz
2008-12-11
removed a particularly verbose LOG_DEBUG statement
John Christopher Anderson
2008-12-10
view group state gen_server. thanks damien and davisp.
John Christopher Anderson