core/homeassistant/components/recorder
J. Nick Koston 3c10ac308d
Fix migration to schema v25 with Postgresql (#68426)
2022-03-20 21:49:11 +01:00
..
__init__.py Avoid hashing attributes when they are already in the cache (#68395) 2022-03-19 23:33:37 -07:00
const.py Avoid hashing attributes when they are already in the cache (#68395) 2022-03-19 23:33:37 -07:00
executor.py Use a dedicated executor pool for database operations (#68105) 2022-03-17 23:09:01 -10:00
history.py Convert unindexed domain queries to entity_id queries (#68404) 2022-03-20 01:28:17 -10:00
manifest.json Separate attrs into another table (reduces database size) (#68224) 2022-03-18 00:23:13 -10:00
migration.py Fix migration to schema v25 with Postgresql (#68426) 2022-03-20 21:49:11 +01:00
models.py Convert unindexed domain queries to entity_id queries (#68404) 2022-03-20 01:28:17 -10:00
pool.py Add shutdown guard to Recorder pool in case there is no connection (#68407) 2022-03-20 01:28:44 -10:00
purge.py Fix FOREIGN KEY constraint failed when removing state_attributes (#68364) 2022-03-19 14:21:28 -07:00
repack.py
services.yaml
statistics.py
util.py
websocket_api.py Use a dedicated executor pool for database operations (#68105) 2022-03-17 23:09:01 -10:00