aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/database.scm
Commit message (Expand)AuthorAge
* Switch to spawn for running sqitchChristopher Baines2024-04-02
* Remove the per-thread PostgreSQL connection codeChristopher Baines2024-04-01
* Attempt to avoid issues with the guix-daemon WALChristopher Baines2024-03-08
* Support polling git repositories for new branches/revisionsChristopher Baines2023-10-09
* Stop using a pool of threads for database operationsChristopher Baines2023-07-10
* Detach the database setup from the main guix-data-service processChristopher Baines2023-06-09
* Support instrumenting the number of database connectionsChristopher Baines2023-01-01
* Fix closing thread postgresql connectionsChristopher Baines2022-11-17
* Close postgresql connections when the thread pool thread is idleChristopher Baines2022-10-23
* Try to adapt the PostgreSQL paramstring to use with sqitchChristopher Baines2021-06-16
* Start to add compatibility with squee returning #f for null valuesChristopher Baines2021-01-02
* Remove some non-existent importsChristopher Baines2020-10-04
* Rework the shortlived PostgreSQL specific connection channelChristopher Baines2020-10-03
* Add some utilities to work with PostgreSQL connections in threadsChristopher Baines2020-10-03
* Extract out opening PostgreSQL connectionsChristopher Baines2020-10-03
* Make with-postgresql-connection work with multiple valuesChristopher Baines2020-10-02
* Drop default thread count for make-postgresql-connection-channelChristopher Baines2020-10-01
* Add some utilities to use PostgreSQL/Squee through a channelChristopher Baines2020-10-01
* Support setting a statement timeoutChristopher Baines2020-04-24
* Use the config options when creating the default paramstringChristopher Baines2020-04-07
* Add a function to check if the test database is being usedChristopher Baines2020-02-24
* Add support for using a database URIChristopher Baines2019-10-08
* Hack better NULL support on to (squee)Christopher Baines2019-09-04
* Add a couple of functions for PostgreSQL advisory locksChristopher Baines2019-07-12
* Associate a name with database connectionsChristopher Baines2019-07-12
* Add a with-postgresql-transaction procedureChristopher Baines2019-05-05
* Extract out some database functionality to another moduleChristopher Baines2019-04-14