gnu-social/lib
Alexei Sorokin e9d1c5593d [CORE] Avoid materialisation in the TagNoticeStream query
The notice.created sort forced the notice_tag by notice join plain to employ
materialisation, which can have a serious performance penalty depending on the
size of the database.
Sort by notice_tag.created instead, which should be exactly the same.
2021-07-16 19:44:37 +01:00
..
action [XML] Inscrease types strictness 2021-07-16 19:44:37 +01:00
activitystreams [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
admin [MODULES] Make disable in admin panel effective 2021-07-16 19:44:35 +01:00
api [XML] Inscrease types strictness 2021-07-16 19:44:37 +01:00
application [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
cache [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
database [SCHEMA] Improve timestamp storage 2021-07-16 19:44:37 +01:00
exceptions [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
feeds [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL 2021-07-16 19:44:36 +01:00
groups [DATABASE] Consistently use the "LIMIT $limit OFFSET $offset" syntax 2021-07-16 19:44:35 +01:00
im [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
media [AVATAR] Temporary ImageFile wasn't 2021-07-16 19:44:37 +01:00
modules [NOTICES] Add data-nosnippet attribute for notices by remote profiles 2021-07-16 19:44:36 +01:00
notices [CORE] Avoid materialisation in the TagNoticeStream query 2021-07-16 19:44:37 +01:00
portablecontacts [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00
profile [LIB_REFACTOR] Fix minor issues 2021-07-16 19:44:35 +01:00
queue [PLUGINS] Added UnQueue, a new default plugin which does all actions immediately 2021-07-16 19:44:34 +01:00
search [DATABASE] Re-introduce PostgreSQL support 2021-07-16 19:44:35 +01:00
ui [DATABASE] Some query improvements 2021-07-16 19:44:36 +01:00
util [MEDIA] Move AttachmentAction::sendFile to common_send_file 2021-07-16 19:44:37 +01:00