summaryrefslogtreecommitdiff
path: root/internal/db/bundb/relationship_follow_req.go
AgeCommit message (Expand)AuthorFiles
2024-11-25[performance] convert enum strings to ints (#3558)Libravatar kim1
2024-11-11[performance] minimise log field allocations (#3529)Libravatar kim1
2024-09-16[performance] cache more database calls, reduce required database calls overa...Libravatar kim1
2024-09-02[chore/performance] Further reduce nil uncached queries (#3267)Libravatar tobi1
2024-09-02[chore/performance] Avoid unnecessary "uncached" queries (#3265)Libravatar tobi1
2024-07-24[chore] renames the `GTS` caches to `DB` caches (#3127)Libravatar kim1
2024-04-02[chore] bump go structr cache version -> v0.6.0 (#2773)Libravatar kim1
2024-03-06[chore/bugfix] Little DB fixes (#2726)Libravatar tobi1
2024-01-19[performance] overhaul struct (+ result) caching library for simplicity, perf...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-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-08[bugfix] Delete mutual follow (requests) when receiving block from remote (#1...Libravatar tobi1
2023-05-12[feature] status refetch support (#1690)Libravatar kim1
2023-05-09[bugfix] update go-cache version to support multi-keying (#1756)Libravatar kim1
2023-04-10[feature] Receive notification when followed account posts (if desired) (#1680)Libravatar tobi1
2023-03-31[bugfix] Fix relationship not updating 'following' on accept follow request (...Libravatar tobi1
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim1