Results 113 issues of dullbananas

This should cause a huge improvement in query plans, especially for queries that previously reached the from/join collapse limits. For example, getting saved posts might now start with an index...

* Fix some aggregates fields being set in update triggers but not in insert triggers, which can be a problem when something is both created and updated before being sent...

The horrific formatting of this file is forced by the formatter that's currently used https://github.com/dullbananas/lemmy/blob/bliss/replaceable_schema.sql

area: maintenance

Not needed anymore in rust 1.75

area: maintenance

Later this will be done for all views Other changes in this PR: * Made more subqueries deduplicated because that can now be done very cleanly using `filter_var_eq` * Read...

This slightly improve performance. Most overhead is from running things such as `wasm-bindgen`, `wasm-opt`, and `rustc --version`. Helps with #1260 Make sure these boxes are checked! 📦✅ - [x] You...

Wasm-pack should be optimized. Even when re-compiling unchanged code, there's a noticable delay that could be improved, and it's slower than `cargo run`.