1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-05 07:26:52 +00:00
synapse/changelog.d
Patrick Cloke 0afbef30cf
Use simple_select_many_txn in event persistance code. (#16585)
Just to standardize on the normal helpers, it might also have
a slight perf improvement on PostgreSQL which will now use
`ANY (?)` instead of `IN (?, ?, ...)`.
2023-11-02 09:41:00 -04:00
..
.gitignore
16564.misc Remove remaining usage of cursor_to_dict. (#16564) 2023-10-31 13:13:28 -04:00
16585.misc Use simple_select_many_txn in event persistance code. (#16585) 2023-11-02 09:41:00 -04:00
16588.misc Bump twisted from 23.8.0 to 23.10.0 (#16588) 2023-11-01 10:23:13 +00:00
16589.misc Do not call getfullargspec on every call. (#16589) 2023-10-31 20:16:17 +00:00