core/homeassistant/components/recorder
J. Nick Koston e136070718
Speed up purging the database (#92247)
2023-04-29 18:45:14 +02:00
..
auto_repairs
history Reduce number of columns when selecting attributes for history (#91717) 2023-04-22 14:21:08 +02:00
models Update pylint to 2.17.2 (#91894) 2023-04-23 14:46:48 +02:00
system_health
table_managers Fix migration with negative event type cache (#91910) 2023-04-23 20:56:17 -04:00
__init__.py
backup.py
const.py
core.py Add a negative cache to the recorder event type manager (#91770) 2023-04-22 14:09:04 +02:00
db_schema.py Bump sqlalchemy to 2.0.10 (#91982) 2023-04-25 09:45:49 -05:00
entity_registry.py
executor.py
filters.py
manifest.json Bump sqlalchemy to 2.0.11 to fix a critical regression with postgresql (#92126) 2023-04-27 18:52:43 +02:00
migration.py Fix migration with negative event type cache (#91910) 2023-04-23 20:56:17 -04:00
pool.py
purge.py Speed up purging the database (#92247) 2023-04-29 18:45:14 +02:00
queries.py Ensure purge can cleanup old format detached states in the database (#92145) 2023-04-28 21:03:59 +02:00
repack.py
services.py
services.yaml
statistics.py Speed up sql queries where ORM rows are not needed (#91839) 2023-04-21 23:28:07 -04:00
strings.json
tasks.py Add a negative cache to the recorder event type manager (#91770) 2023-04-22 14:09:04 +02:00
util.py Speed up sql queries where ORM rows are not needed (#91839) 2023-04-21 23:28:07 -04:00
websocket_api.py