index
:
guix/data-service
channel-news-entries
guile3
master
refactor-revision-controller
wip-debug
wip-derivation-comparison
wip-derivation-history
wip-error
wip-fix-foreign
wip-memcached
wip-narinfo
wip-rb6-summit
wip-reproducibility-pie-chart
wip-temp-table-insertion
Guix
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
guix-data-service
/
data-deletion.scm
Commit message (
Expand
)
Author
Age
*
Vacuum some tables when deleting derivations
Christopher Baines
2024-10-04
*
Fix delete-revisions-from-branch
Christopher Baines
2024-07-07
*
Properly handle deleting commits that occur on multiple branches
Christopher Baines
2024-06-29
*
Speed up deleting derivation sources
Christopher Baines
2024-06-20
*
Cache the derivations that weren't deleted
Christopher Baines
2024-06-20
*
Guard against trying to delete an empty list of commits
Christopher Baines
2024-05-22
*
Add code to delete nars entries
Christopher Baines
2023-08-01
*
Delete unreferenced derivations in batches
Christopher Baines
2023-08-01
*
Rewrite deleting unreferenced derivations
Christopher Baines
2023-07-25
*
Stop using a pool of threads for database operations
Christopher Baines
2023-07-10
*
Improve data deletion
Christopher Baines
2023-07-01
*
Set lock_timeout for some data deletion transactions
Christopher Baines
2023-05-09
*
Include distribution counts table in data deletion
Christopher Baines
2023-04-07
*
Speed up deleting blocked_builds entries
Christopher Baines
2023-02-27
*
Move the delete-unreferenced-derivations advisory lock
Christopher Baines
2023-02-27
*
Remove redundant postgresql connection when deleting derivations
Christopher Baines
2023-02-14
*
Delete blocked_builds entries when deleting derivations
Christopher Baines
2023-02-14
*
Delete git_branches entries
Christopher Baines
2023-02-14
*
Avoid errors dropping partition tables if they don't exist
Christopher Baines
2023-02-13
*
Improve dropping package_derivation_by_guix_revision_range partitions
Christopher Baines
2023-02-13
*
Use advisory locks to avoid deadlocks during data deletion
Christopher Baines
2022-11-28
*
Improve deleting derivations
Christopher Baines
2022-07-08
*
Fix ambiguous id column in delete-guix-revisions query
Christopher Baines
2022-06-16
*
Fix DELETE query in delete-revisions-from-branch
Christopher Baines
2022-06-16
*
Fix ambiguous id column in delete-from-git-commits
Christopher Baines
2022-06-16
*
Remove duplicate AND from delete-from-git-commits query
Christopher Baines
2022-06-16
*
Partition the package_derivations_by_guix_revision_range table
Christopher Baines
2022-05-23
*
Update delete-unreferenced-derivations
Christopher Baines
2020-10-13
*
Add another guard clause in to the data deletion code
Christopher Baines
2020-10-10
*
Guard against derivation IDs that aren't numbers
Christopher Baines
2020-10-09
*
Just use map rather than par-map& for deleting derivations
Christopher Baines
2020-10-08
*
Make the derivation deletion batch size configurable
Christopher Baines
2020-10-08
*
Reduce the derivation deletion batch size
Christopher Baines
2020-10-08
*
Actually delete more of the data for a revision
Christopher Baines
2020-10-04
*
Fix delete-unreferenced-derivations
Christopher Baines
2020-10-04
*
Extract out the ability to delete a range of commits
Christopher Baines
2020-10-04
*
Rework the shortlived PostgreSQL specific connection channel
Christopher Baines
2020-10-03
*
Delete derivation_source_files that are unreferenced
Christopher Baines
2020-10-02
*
Delete derivations in parallel
Christopher Baines
2020-10-01
*
Remove the deleting derivations progress output
Christopher Baines
2020-10-01
*
Delete derivations through a channel
Christopher Baines
2020-10-01
*
Remove a now redundant part of the maybe-delete-derivation query
Christopher Baines
2020-09-30
*
Stop recursing now that derivation deletion selection is smarter
Christopher Baines
2020-09-30
*
Attempt to speed up derivation deletion
Christopher Baines
2020-09-30
*
Fix delete builds for derivation output details set
Christopher Baines
2020-09-27
*
Delete builds for unreferenced derivations
Christopher Baines
2020-09-27
*
Further data deletion improvements
Christopher Baines
2020-09-27
*
Add delete-revisions-from-branch-except-most-recent-n
Christopher Baines
2020-09-26
*
Split off delete-revisions-from-branch from delete-data-for-branch
Christopher Baines
2020-09-26
*
Add a helper procedure to delete data for deleted branches
Christopher Baines
2020-05-23
[next]