about summary refs log tree commit homepage
path: root/lib/PublicInbox/V2Writable.pm
DateCommit message (Expand)
2020-12-08searchidx: remove $oid parameter from most calls
2020-11-29v2writable: detect shard count for ExtSearchIdx properly
2020-11-28*index: more consistent graceful shutdown checks
2020-11-28mm: min/max: return 0 instead of undef
2020-11-24miscsearch: a new Xapian sub-DB for extindex
2020-11-17v2writable: avoid initiating leftover unindex if interrupted
2020-11-15extindex: support graceful shutdown via QUIT/INT/TERM
2020-11-15*index: discard sync->{todo} on iteration
2020-11-15*index: avoid per-epoch --batch-check processes
2020-11-15*index: checkpoints write last_commit metadata
2020-11-08v2writable: more accurate {current_info} warnings/progress
2020-11-08v2writable: less expensive checkpoint for extindex
2020-11-07extsearchidx: handle edits
2020-11-07v2writable: pass oid to uindex_oid
2020-11-07v2writable: reduce scope of epoch-aware code
2020-11-07v2writable: move size check init to sync_prepare
2020-11-07v2writable: make *last_commits and sync_prepare OO methods
2020-11-07v2writable: rename {v2w} field to {self}
2020-11-07v2writable: allow OO method references
2020-11-07v2writable: more generic sync setup code
2020-11-07searchidx: log2stack: simplify callers
2020-11-07v2writable: checkpoint: account for lack of {mm}
2020-11-07v2writable: rename remaining "remote" terminology
2020-11-07v2: some changes for ExtSearchIdx compatibility
2020-11-07v2writable: count_shards: allow working without {ibx}
2020-11-07v2writable: idx_shard: simplify callers
2020-11-07v2writable: hoist out write_alternates
2020-11-07v2writable: prepare initialization for external indices
2020-11-07v2writable: make OO calls to last_commit-related methods
2020-11-07v2writable: add git method
2020-10-17git: introduce async_wait_all
2020-09-30v2writable: use "HEAD" to match v1 indexing behavior
2020-09-24v2writable: drop outdated {unindex_range} check
2020-09-12treewide: avoid `goto &NAME' for tail recursion
2020-09-03v2writable: reuse read-only shard counting code
2020-09-03disambiguate OverIdx and Over by field name
2020-09-01watch: avoid unnecessary spawning on spam removals
2020-08-27over: rename ->disconnect to ->dbh_close
2020-08-26v2writable: compatibility with SWIG Xapian binding
2020-08-23index: --sequential-shard checkpoints after each shard
2020-08-23mbox: disable "&t" on existing Xapian until full reindex
2020-08-23searchidx: put all shard-related stuff in SearchIdxShard.pm
2020-08-19v2writable: show newline after "indexing all of .. " message
2020-08-13v2writable: remove IdxStack import
2020-08-10index: cleanup internal variables
2020-08-10avoid File::Temp::tempfile in more places
2020-08-10index: --sequential-shard works incrementally
2020-08-09favor `getconf _NPROCESSORS_ONLN` over GNU nproc
2020-08-07v2writable: fix batch size accounting
2020-08-07index+xcpdb: rename `--no-sync' to `--no-fsync'