]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/Over.pm
www: improve navigation around contemporary threads
[public-inbox.git] / lib / PublicInbox / Over.pm
2020-08-28 Eric Wongwww: improve navigation around contemporary threads
2020-08-27 Eric Wongover*: use v5.10.1, drop warnings
2020-08-27 Eric Wongover: recent: remove expensive COUNT query
2020-08-27 Eric Wongover: rename ->disconnect to ->dbh_close
2020-08-27 Eric Wongover: rename ->connect method to ->dbh
2020-08-26 Eric Wongover+msgmap: respect WAL journal_mode if set
2020-08-26 Eric Wongover: skip nodatacow on the journal
2020-08-23 Eric Wongsearch: support downloading mboxes results with full...
2020-08-23 Eric Wongsearchidx: index THREADID in Xapian
2020-08-20 Eric Wongsearchview: speed up search summary by ~10%
2020-08-20 Eric Wongsearchview: use over.sqlite3 instead of Xapian docdata
2020-08-20 Eric Wongsmsg: reduce utf8::decode call sites
2020-08-08 Eric Wongsupport setting No_COW on Perl <5.22
2020-07-29 Eric Wongsearchidx: disable CoW for SQLite and Xapian under...
2020-07-25 Eric Wongindex+xcpdb: support --no-sync flag
2020-07-14 Eric Wongover+msgmap: do not store filename after DBI->connect
2020-07-14 Eric Wongover: unset sqlite_unicode attribute
2020-06-27 Eric Wongimap: EXAMINE: avoid potential race conditions
2020-06-13 Eric Wongnntpd+imapd: detect replaced over.sqlite3
2020-06-13 Eric Wongover: uid_range: remove LIMIT
2020-06-13 Eric Wongimap: STATUS/EXAMINE: rely on SQLite overview
2020-06-13 Eric Wongover: get_art: use dbh->prepare_cached
2020-06-13 Eric Wongimap: allow UID range search on timestamps
2020-03-22 Eric Wongrename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-02-06 Eric Wongtreewide: run update-copyrights from gnulib for 2019
2020-02-04 Eric Wongover: simplify read-only vs read-write checking
2019-09-09 Eric Wongrun update-copyrights from gnulib for 2019
2019-01-10 Eric WongMerge commit 'mem'
2019-01-08 Eric Wongover: cull unneeded fields for get_thread
2018-08-05 Eric Wongview: distinguish strict and loose thread matches
2018-06-19 Konstantin RyabitsevTweak over.sqlite3 queries for sqlite < 3.8
2018-04-18 Eric Wongensure SQLite and Xapian files respect core.sharedRepos...
2018-04-18 Eric Wong (Contrac... Merge remote-tracking branch 'origin/master' into v2
2018-04-07 Eric Wong (Contrac... over: avoid excessive SELECT
2018-04-07 Eric Wong (Contrac... psgi: ensure /$INBOX/$MESSAGE_ID/T/ endpoint is chronol...
2018-04-06 Eric Wong (Contrac... www: favor reading more from SQLite, and less from...
2018-04-03 Eric Wong (Contrac... mbox: remove remaining OFFSET usage in SQLite
2018-04-03 Eric Wong (Contrac... view: avoid offset during pagination
2018-04-03 Eric Wong (Contrac... nntp: make XOVER, XHDR, OVER, HDR and NEWNEWS faster
2018-04-02 Eric Wong (Contrac... over: speedup get_thread by avoiding JOIN
2018-04-02 Eric Wong (Contrac... www: rework query responses to avoid COUNT in SQLite
2018-04-02 Eric Wong (Contrac... replace Xapian skeleton with SQLite overview DB