about summary refs log tree commit homepage
path: root/lib/PublicInbox/Over.pm
DateCommit message (Expand)
2020-07-29searchidx: disable CoW for SQLite and Xapian under btrfs
2020-07-25index+xcpdb: support --no-sync flag
2020-07-14over+msgmap: do not store filename after DBI->connect
2020-07-14over: unset sqlite_unicode attribute
2020-06-27imap: EXAMINE: avoid potential race conditions
2020-06-13nntpd+imapd: detect replaced over.sqlite3
2020-06-13over: uid_range: remove LIMIT
2020-06-13imap: STATUS/EXAMINE: rely on SQLite overview
2020-06-13over: get_art: use dbh->prepare_cached
2020-06-13imap: allow UID range search on timestamps
2020-03-22rename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-02-04over: simplify read-only vs read-write checking
2019-09-09run update-copyrights from gnulib for 2019
2019-01-08over: cull unneeded fields for get_thread
2018-08-05view: distinguish strict and loose thread matches
2018-06-19Tweak over.sqlite3 queries for sqlite < 3.8
2018-04-18ensure SQLite and Xapian files respect core.sharedRepository
2018-04-07over: avoid excessive SELECT
2018-04-07psgi: ensure /$INBOX/$MESSAGE_ID/T/ endpoint is chronological
2018-04-06www: favor reading more from SQLite, and less from Xapian
2018-04-03mbox: remove remaining OFFSET usage in SQLite
2018-04-03view: avoid offset during pagination
2018-04-03nntp: make XOVER, XHDR, OVER, HDR and NEWNEWS faster
2018-04-02over: speedup get_thread by avoiding JOIN
2018-04-02www: rework query responses to avoid COUNT in SQLite
2018-04-02replace Xapian skeleton with SQLite overview DB