about summary refs log tree commit homepage
path: root/lib/PublicInbox/OverIdx.pm
DateCommit message (Expand)
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
2020-07-14over+msgmap: do not store filename after DBI->connect
2020-07-14over: unset sqlite_unicode attribute
2020-07-02overidx: document why we don't use SQLite WAL
2020-06-03smsg: remove remaining accessor methods
2020-06-03smsg: get rid of remaining {mime} users
2020-05-12overidx: document the SQLite PRAGMA we use
2020-03-22*idx: pass smsg in even more places
2020-03-22*idx: pass $smsg in more places instead of many args
2020-03-22overidx: parse_references: less error-prone args
2020-03-22smsg: to_doc_data: use existing fields
2020-03-22rename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-03-22index: use git commit times on missing Date/Received
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-02-04over: simplify read-only vs read-write checking
2020-01-24contentid: ignore duplicate References: headers
2019-10-28index: allow search/lookups on X-Alt-Message-ID
2019-10-23Merge branch 'regen'
2019-10-22overidx: remove unused delete_articles sub
2019-10-21v2writable: reindex handles 3-headered monsters
2019-09-09run update-copyrights from gnulib for 2019
2019-05-15www: use Inbox->over where appropriate
2019-05-14searchidx: fix incremental index with indexlevel=basic on v1
2018-08-05overidx: preserve `tid' column on re-indexing
2018-04-07store less data in the Xapian document
2018-04-07over: remove forked subprocess
2018-04-06search: index and allow searching by date-time
2018-04-06over: use only supported and safe SQLite APIs
2018-04-02replace Xapian skeleton with SQLite overview DB