summaryrefslogtreecommitdiff
path: root/guix/store/database.scm
AgeCommit message (Expand)Author
2018-06-14database: 'reset-timestamps' sets file permissions as well....Ludovic Courtès
2018-06-14database: Replace existing entries in Refs....Ludovic Courtès
2018-06-14database: Add #:reset-timestamps? to 'register-path'....Ludovic Courtès
2018-06-14database: Remove extra SQL parameter in 'update-or-insert'....Ludovic Courtès
2018-06-14database: 'register-path' creates the database directory if needed....Ludovic Courtès
2018-06-14database: Provide a way to specify the schema location....Ludovic Courtès
2018-06-14database: Fail registration when encountering unregistered references....Ludovic Courtès
2018-06-14database: 'with-database' can now initialize new databases....Ludovic Courtès
2018-06-01Add (guix store deduplication)....Caleb Ristvedt
2018-06-01database: 'register-path' resets timestamps....Ludovic Courtès
2018-06-01Add (gnu store database)....Caleb Ristvedt