aboutsummaryrefslogtreecommitdiff
path: root/guix/store/database.scm
Commit message (Expand)AuthorAge
* store: database: Use correct function name in assertion.Wojtek Kosior2024-04-07
* store: database: Rename a couple of procedures.Christopher Baines2024-04-03
* store: database: Refactor sqlite-register.Christopher Baines2024-04-03
* store: database: Stop finalizing prepared statements.Christopher Baines2024-04-03
* store: database: Inline SQL to where it's used.Christopher Baines2024-04-03
* store: database: Remove with-statement and associated code.Christopher Baines2024-04-03
* store: database: Remove call-with-savepoint and associated code.Christopher Baines2024-04-03
* guix: Strip #:use-module lists.Ludovic Courtès2023-03-13
* guix gc: Add '--vacuum-database'.Efraim Flashner2022-11-06
* database: Validate #:nar-size and #:time when registering store items.Ludovic Courtès2021-01-31
* database: Remove workarounds unnecessary with guile-sqlite3 0.1.2.Ludovic Courtès2021-01-31
* database: Honor 'SOURCE_DATE_EPOCH'.Ludovic Courtès2020-12-15
* database: Remove 'register-path'.Ludovic Courtès2020-12-15
* system: 'init' does not recompute the hash of each store item.Ludovic Courtès2020-12-15
* database: Remove #:deduplicate? and #:reset-timestamps? from 'register-path'.Ludovic Courtès2020-12-15
* database: Remove #:deduplicate? from 'register-items'.Ludovic Courtès2020-12-15
* database: Remove #:reset-timestamps? from 'register-items'.Ludovic Courtès2020-12-15
* database: Remove unnecessary module imports.Ludovic Courtès2020-12-08
* database: register-items: reduce transaction scope.Christopher Baines2020-09-14
* database: document extra registration requirements.Caleb Ristvedt2020-09-14
* image: Do not set journal_model=WAL for the Hurd.Jan (janneke) Nieuwenhuizen2020-07-11
* database: 'register-items' takes an open database.Ludovic Courtès2020-06-18
* database: separate transaction-handling and retry-handling.Caleb Ristvedt2020-06-10
* database: ensure update-or-insert is run within a transactionCaleb Ristvedt2020-06-10
* database: rewrite query procedures in terms of with-statement.Caleb Ristvedt2020-06-10
* database: work around guile-sqlite3 bug preventing statement resetCaleb Ristvedt2020-06-10
* database: 'reset-timestamps' can optionally preserve permissions.Ludovic Courtès2020-04-11
* database: Make 'register-items' transactional.Caleb Ristvedt2019-03-07
* database: Use "write-ahead log" mode and set a long "busy timeout".Ludovic Courtès2018-12-21
* Update Guile-SQLite3 URL everywhere.Ludovic Courtès2018-11-23
* nar: Access the database instead of connecting to the daemon.Ludovic Courtès2018-11-13
* database: Register each store item only once.Ludovic Courtès2018-09-23
* database: 'register-items' shows a progress bar.Ludovic Courtès2018-09-23
* database: Reset timestamps to one second after the Epoch.Ludovic Courtès2018-07-20
* database: 'reset-timestamps' now correctly handles symlinks.Ludovic Courtès2018-07-03
* database: Allow for deterministic database construction.Ludovic Courtès2018-06-14
* install: Use 'reset-timestamps' from (guix store database).Ludovic Courtès2018-06-14
* database: Add 'register-items'.Ludovic Courtès2018-06-14
* database: 'sqlite-register' takes a database, not a file name.Ludovic Courtès2018-06-14
* database: 'reset-timestamps' sets file permissions as well.Ludovic Courtès2018-06-14
* database: Replace existing entries in Refs.Ludovic Courtès2018-06-14
* database: Add #:reset-timestamps? to 'register-path'.Ludovic Courtès2018-06-14
* database: Remove extra SQL parameter in 'update-or-insert'.Ludovic Courtès2018-06-14
* database: 'register-path' creates the database directory if needed.Ludovic Courtès2018-06-14
* database: Provide a way to specify the schema location.Ludovic Courtès2018-06-14
* database: Fail registration when encountering unregistered references.Ludovic Courtès2018-06-14
* database: 'with-database' can now initialize new databases.Ludovic Courtès2018-06-14
* Add (guix store deduplication).Caleb Ristvedt2018-06-01
* database: 'register-path' resets timestamps.Ludovic Courtès2018-06-01
* Add (gnu store database).Caleb Ristvedt2018-06-01