index
:
gotosocial.git
next
trunk
GoToSocial is an ActivityPub social network server
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
db
/
bundb
/
bundb.go
Age
Commit message (
Expand
)
Author
Files
2024-09-08
[bugfix] Fix temp table deletion causing runaway allocations (#3278)
tobi
1
2024-08-08
[feature] Add `db-postgres-connection-string` option (#3178)
John Winston
1
2024-07-30
[feature] persist worker queues to db (#3042)
kim
1
2024-07-23
[feature] Conversations API (#3013)
Vyr Cossont
1
2024-07-11
[chore] Add interaction policy gtsmodels (#3075)
tobi
1
2024-05-27
[experiment] add alternative wasm sqlite3 implementation available via build-...
kim
1
2024-03-14
[docs] Add database maintenance section; update info message on ANALYZE run (...
tobi
1
2024-03-06
[feature/chore] Add Move database functions + cache (#2647)
tobi
1
2024-03-06
[feature] Filters v1 (#2594)
Vyr Cossont
1
2024-02-07
[feature/performance] sqlite pragma optimize on close (#2596)
kim
1
2024-01-19
[performance] overhaul struct (+ result) caching library for simplicity, perf...
kim
1
2023-12-18
[feature] request blocking by http headers (#2409)
kim
1
2023-12-16
[feature] Run ANALYZE after migrations on SQLite (#2428)
Daenney
1
2023-11-20
[feature] Initial Prometheus metrics implementation (#2334)
Tsuribori
1
2023-11-08
[feature] add support for polls + receiving federated status edits (#2330)
kim
1
2023-10-25
[feature] Status thread mute/unmute functionality (#2278)
tobi
1
2023-10-23
[chore] bump go version -> 1.21.x (#2287)
tobi
1
2023-09-01
[bugfix] move SQLite pragmas into connection string (#2171)
kim
1
2023-08-19
[feature] Instance rules (#2125)
f0x52
1
2023-08-17
[bugfix] fix double firing bun.DB query hooks (#2124)
kim
1
2023-08-10
[performance] remove last of relational queries to instead rely on caches (#2...
kim
1
2023-07-31
[feature] Hashtag federation (in/out), hashtag client API endpoints (#2032)
tobi
1
2023-07-29
[feature] Implement markers API (#1989)
Vyr Cossont
1
2023-07-25
[performance] retry db queries on busy errors (#2025)
kim
1
2023-07-07
[chore/bugfix] Domain block tidying up, Implement first pass of `207 Multi-St...
tobi
1
2023-06-21
[feature] Add partial text search for accounts + statuses (#1836)
tobi
1
2023-05-25
[feature] Add List functionality (#1802)
tobi
1
2023-05-12
[chore] Update a bunch of database dependencies (#1772)
tobi
1
2023-05-09
feat: initial tracing support (#1623)
Dominik Süß
1
2023-03-20
[chore] Refactor account deleting/block logic, tidy up some other processing ...
tobi
1
2023-03-12
[chore] Improve copyright header handling (#1608)
Daenney
1
2023-02-17
[feature] Add a request ID and include it in logs (#1476)
Daenney
1
2023-02-13
[bugfix] Fix up `error getting account avatar/header` errors, other small fix...
tobi
1
2023-02-03
[chore] Text formatting overhaul (#1406)
Autumn!
1
2023-02-01
[chore/performance] use only 1 sqlite db connection regardless of multiplier ...
tobi
1
2023-01-31
[chore] Use 'immediate' lock for sqlite transactions (#1404)
tobi
1
2023-01-26
[chore] set max open / idle conns + conn max lifetime for both postgres and s...
tobi
1
2023-01-17
[feature] Tune sqlite pragmas (#1349)
tobi
1
2023-01-10
[feature] Implement Report database model and utility functions (#1310)
tobi
1
2023-01-05
[chore] Update/add license headers for 2023 (#1304)
tobi
1
2022-12-08
[chore] move caches to a separate State{} structure (#1078)
kim
1
2022-11-20
[performance] add account block DB cache and remove block query joins (#1085)
kim
1
2022-11-18
[performance] replace account emojis relational query with separate calls to ...
kim
1
2022-11-18
[performance] replace status query relationals with separate calls in order t...
kim
1
2022-11-15
[chore] update database caching library (#1040)
kim
1
2022-11-14
[feature] Allow newly uploaded emojis to be placed in categories (#939)
tobi
1
2022-11-11
[feature] Read + Write tombstones for deleted Actors (#1005)
tobi
1
2022-10-08
[chore] Standardize database queries, use `bun.Ident()` properly (#886)
tobi
1
2022-10-03
[performance] add user cache and database (#879)
tobi
1
2022-09-28
[chore] update dependencies, bump to Go 1.19.1 (#826)
kim
1
[next]