summaryrefslogtreecommitdiff
path: root/guix/store/database.scm
AgeCommit message (Expand)Author
2021-01-31database: Validate #:nar-size and #:time when registering store items....Ludovic Courtès
2021-01-31database: Remove workarounds unnecessary with guile-sqlite3 0.1.2....Ludovic Courtès
2020-12-15database: Honor 'SOURCE_DATE_EPOCH'....Ludovic Courtès
2020-12-15database: Remove 'register-path'....Ludovic Courtès
2020-12-15system: 'init' does not recompute the hash of each store item....Ludovic Courtès
2020-12-15database: Remove #:deduplicate? and #:reset-timestamps? from 'register-path'....Ludovic Courtès
2020-12-15database: Remove #:deduplicate? from 'register-items'....Ludovic Courtès
2020-12-15database: Remove #:reset-timestamps? from 'register-items'....Ludovic Courtès
2020-12-08database: Remove unnecessary module imports....Ludovic Courtès
2020-09-14database: register-items: reduce transaction scope....Christopher Baines
2020-09-14database: document extra registration requirements....Caleb Ristvedt
2020-07-11image: Do not set journal_model=WAL for the Hurd....Jan (janneke) Nieuwenhuizen
2020-06-18database: 'register-items' takes an open database....Ludovic Courtès
2020-06-10database: separate transaction-handling and retry-handling....Caleb Ristvedt
2020-06-10database: ensure update-or-insert is run within a transaction...Caleb Ristvedt
2020-06-10database: rewrite query procedures in terms of with-statement....Caleb Ristvedt
2020-06-10database: work around guile-sqlite3 bug preventing statement reset...Caleb Ristvedt
2020-04-11database: 'reset-timestamps' can optionally preserve permissions....Ludovic Courtès
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