guix-data-service/guix-data-service
Christopher Baines 18b6dd9e6d Stop opening a PostgreSQL connection per request
This was good in that it avoided having to deal with long running connections,
but it probably takes some time to open the connection, and these changes are
a step towards offloading the PostgreSQL queries to other threads, so they
don't block the threads for fibers.
2020-10-03 09:22:29 +01:00
..
jobs Better handle loading the (guix i18n) module in the inferior 2020-09-26 16:07:53 +01:00
model Reformat lint warning related query 2020-10-02 17:52:07 +01:00
web Stop opening a PostgreSQL connection per request 2020-10-03 09:22:29 +01:00
branch-updated-emails.scm Improve the branch-updated-emails module line length 2020-02-08 12:05:42 +00:00
builds.scm Implement more support for builds from the Guix Build Coordinator 2020-07-01 09:35:29 +01:00
comparison.scm Change the locale codeset representation 2020-09-26 11:45:57 +01:00
config.scm.in Add a page listing the available database dumps 2020-02-22 23:24:24 +00:00
data-deletion.scm Delete derivation_source_files that are unreferenced 2020-10-02 20:15:23 +01:00
database.scm Add some utilities to work with PostgreSQL connections in threads 2020-10-03 09:20:39 +01:00
jobs.scm Support customising the latest branch revision max processes 2020-02-28 20:58:21 +00:00
metrics.scm COALESCE a couple more pg_stat fields 2020-10-01 22:00:52 +01:00
substitutes.scm Add a lookup_builds field to the build_servers table 2020-05-24 17:02:53 +01:00
utils.scm Make call-with-time-logging handle multiple return values 2020-08-12 08:53:54 +01:00