| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Don't order rows when purging | Dan Goodliffe | 9 days |
| | | | | | | | | The need to purge rows in request_time order is not necessary (all rows will be deleted at some point in the process anyway) and is otherwise extremely expensive. Removing the order by clause is a roughly 300x speed up. | ||
| * | Add BRIN index to access_log.request_time and improve purge | Dan Goodliffe | 2026-04-23 |
| | | | | | Purge is now fully request_time based and not hacked around id ranges. | ||
| * | pg_format schema.sql and sql/*.sql | Dan Goodliffe | 2026-01-17 |
| | | | | | No changes. | ||
| * | Add job for puring old access log entries from the database | Dan Goodliffe | 2025-12-20 |
