index
:
WebStat analyser
main
WebStat web site access analyser
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
schema.sql
Commit message (
Expand
)
Author
Age
*
Add indexes on all entity references in access_log
Dan Goodliffe
2026-04-26
*
Add BRIN index to access_log.request_time and improve purge
Dan Goodliffe
2026-04-23
*
Swap int for integer in schema
Dan Goodliffe
2026-04-18
*
Replace use of crc32 for entity id
Dan Goodliffe
2026-04-15
*
Replace unique constraint on entity value with index on hash
Dan Goodliffe
2026-03-18
*
Fix typo in access_log_view definition
Dan Goodliffe
2026-03-18
*
Process new field, content-type, in input stream
Dan Goodliffe
2026-01-18
*
Attempt to save uninsertable log lines to the entities table
Dan Goodliffe
2026-01-17
*
pg_format schema.sql and sql/*.sql
Dan Goodliffe
2026-01-17
*
Add access_log_view
Dan Goodliffe
2025-10-15
*
Add PROPFIND to http_verb list
Dan Goodliffe
2025-10-09
*
Switch to PostgreSQL's oid type for entity ids
Dan Goodliffe
2025-09-30
*
Write unparsable lines to the entity table
Dan Goodliffe
2025-09-23
*
Add entity detail column
Dan Goodliffe
2025-09-02
*
Tag entities with their type
webstat-0.1.1
Dan Goodliffe
2025-09-01
*
Use SQL standard identity column
Dan Goodliffe
2025-08-25
*
Add DB schema and setup a mock of it in testing
Dan Goodliffe
2025-08-25