about summary refs log tree commit homepage
path: root/lib/PublicInbox/OverIdx.pm
DateCommit message (Expand)
2024-03-10lei: prevent empty {bytes} field in saved search
2023-10-10over*: avoid defined-or hash assignments with side-effects
2023-10-08overidx: use croak/confess instead of die
2023-10-01overidx: fix version comparison
2022-10-24treewide: replace /^I: / prefix with /^# /
2022-10-01lei: force --jobs=1,1 for SQLite < 3.8.3
2021-10-16smsg: add ->oidbin method
2021-10-13index: optimize after all SQLite DB commits
2021-10-12extindex: avoid invalid blobs after unref
2021-10-12extindex: speed up --reindex --fast
2021-10-08overidx: each_by_mid: account for messages being deleted
2021-10-06overidx: subject_path: allow non-ASCII char in subject matches
2021-10-05overidx: update comment for new sub name
2021-08-11treewide: use *nix-specific dirname regexps
2021-07-06extindex: implement --dedupe to fix old extindices
2021-05-04lei index: new command to index mail w/o git storage
2021-04-03lei: improve handling of Message-ID-less draft messages
2021-03-21lei q: support vmd for external-only messages
2021-02-07treewide: replace confess with croak
2021-01-24smsg: make parse_references an object method
2021-01-21overidx: eidx_prep: fix leftover dbh reference
2021-01-01update copyrights for 2021
2021-01-01lei_store: handle messages without Message-ID at all
2020-12-31Merge remote-tracking branch 'origin/master' into lorelei
2020-12-27extindex: --watch for inotify-based updates
2020-12-19lei_store: local storage for Local Email Interface
2020-12-17extindex: preliminary --reindex support
2020-12-08overidx: wrap eidx_key => ibx_id mapping
2020-12-07overidx: {num} column is INTEGER PRIMARY KEY
2020-12-05over: ensure old, merged {tid} is really gone
2020-11-29extindex: fix delete (`d') handling
2020-11-28nntp: xref: use ->ALL extindex if available
2020-11-07extsearchidx: handle edits
2020-11-07over: store xref3 data in over.sqlite3
2020-11-07overidx: introduce changes for external index
2020-09-03overidx: document column uses
2020-08-27overidx: inline create_ghost sub
2020-08-27over*: use v5.10.1, drop warnings
2020-08-27over: rename ->disconnect to ->dbh_close
2020-08-27over: rename ->connect method to ->dbh
2020-08-26over+msgmap: respect WAL journal_mode if set
2020-08-23searchidx: index THREADID in Xapian
2020-08-07index+xcpdb: rename `--no-sync' to `--no-fsync'
2020-08-02remove unnecessary ->header_obj calls
2020-07-26overidx: fix compatibility with current versions
2020-07-25index+xcpdb: support --no-sync flag
2020-07-25index: support --rethread switch to fix old indices
2020-07-17search: simplify unindexing
2020-07-17overidx: favor non-OO sub dispatch for internal subs
2020-07-17overidx: each_by_mid: pass self and args to callbacks