about summary refs log tree commit homepage
path: root/lib/PublicInbox/Over.pm
DateCommit message (Expand)
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