summaryrefslogtreecommitdiff
path: root/guix/store/database.scm
AgeCommit message (Expand)Author
2019-03-07database: Make 'register-items' transactional....Caleb Ristvedt
2018-12-21database: Use "write-ahead log" mode and set a long "busy timeout"....Ludovic Courtès
2018-11-23Update Guile-SQLite3 URL everywhere....Ludovic Courtès
2018-11-13nar: Access the database instead of connecting to the daemon....Ludovic Courtès
2018-09-23database: Register each store item only once....Ludovic Courtès
2018-09-23database: 'register-items' shows a progress bar....Ludovic Courtès
2018-07-20database: Reset timestamps to one second after the Epoch....Ludovic Courtès
2018-07-03database: 'reset-timestamps' now correctly handles symlinks....Ludovic Courtès
2018-06-14database: Allow for deterministic database construction....Ludovic Courtès
2018-06-14install: Use 'reset-timestamps' from (guix store database)....Ludovic Courtès
2018-06-14database: Add 'register-items'....Ludovic Courtès
2018-06-14database: 'sqlite-register' takes a database, not a file name....Ludovic Courtès
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