summaryrefslogtreecommitdiff
path: root/internal/db/bundb/list.go
AgeCommit message (Expand)AuthorFiles
2024-02-07[feature/performance] sqlite pragma optimize on close (#2596)Libravatar kim1
2024-01-19[performance] overhaul struct (+ result) caching library for simplicity, perf...Libravatar kim1
2023-08-31[bugfix] wrap bun.Tx to add our own error processing (#2169)Libravatar kim1
2023-08-17[bugfix] fix double firing bun.DB query hooks (#2124)Libravatar kim1
2023-08-09[feature] List replies policy, refactor async workers (#2087)Libravatar tobi1
2023-08-09[bugfix] Fix incorrect per-loop variable capture (#2092)Libravatar Daenney1
2023-08-02[bugfix] Rework MultiError to wrap + unwrap errors properly (#2057)Libravatar tobi1
2023-07-31[performance] cache follow, follow request and block ID lists (#2027)Libravatar kim1
2023-07-25[performance] retry db queries on busy errors (#2025)Libravatar kim1
2023-07-18[bugfix] more robust list timeline invalidation (#1995)v0.10.0-rc3Libravatar kim1
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi1