aprs.me/priv/gettext
Graham McIntire b08eba2c6b
Partition packets table by day and simplify cleanup
Convert the packets table to a time-partitioned table with daily
partitions (PARTITION BY RANGE on received_at). This replaces the
expensive CTE-based batch DELETE cleanup with instant DROP TABLE
partition drops — no dead tuples, no WAL pressure, no VACUUM needed.

- Add PartitionManager GenServer to create/drop daily partitions
- Simplify PacketCleanupWorker to delegate to PartitionManager
- Replace gridsquare/geocalc deps with local Maidenhead module
- Remove gettext_pseudolocalize dependency
- Fix Decimal comparison in packet consumer test
2026-02-20 11:25:16 -06:00
..
de/LC_MESSAGES add more translations 2025-07-18 11:18:04 -05:00
en/LC_MESSAGES add more translations 2025-07-18 11:18:04 -05:00
es/LC_MESSAGES add more translations 2025-07-18 11:18:04 -05:00
fr/LC_MESSAGES add more translations 2025-07-18 11:18:04 -05:00
xx/LC_MESSAGES Partition packets table by day and simplify cleanup 2026-02-20 11:25:16 -06:00
default.pot add more translations 2025-07-18 11:18:04 -05:00
errors.pot en español 2025-07-05 15:51:39 -05:00