Commit Graph

8 Commits

Author SHA1 Message Date
R. Ryantm
0dad29935b postgresqlPackages.pg_background: 2.0 -> 2.0.2 2026-06-17 09:25:36 +00:00
R. Ryantm
8c8ce1a6bc postgresqlPackages.pg_background: 1.9.3 -> 2.0 2026-06-08 00:04:30 +00:00
R. Ryantm
2b18edad19 postgresqlPackages.pg_background: 1.9.2 -> 1.9.3 2026-04-25 21:34:17 +00:00
R. Ryantm
374881e13a postgresqlPackages.pg_background: 1.9.1 -> 1.9.2 2026-04-09 10:26:17 +00:00
R. Ryantm
84dd51c6af postgresqlPackages.pg_background: 1.8 -> 1.9.1 2026-04-01 04:57:25 +00:00
R. Ryantm
f4daae8571 postgresqlPackages.pg_background: 1.6 -> 1.8 2026-02-19 02:42:12 +00:00
Michał Kłeczek
03820bb27e postgresqlPackages.pg_background: 1.5 -> 1.6
Release 1.6 of  https://github.com/vibhorkum/pg_background brings several improvements among which one of the most important is fixing race condition in detach.
See release notes: https://github.com/vibhorkum/pg_background/releases/tag/v1.6
2026-02-08 16:50:40 +01:00
Michał Kłeczek
fc99816dc6 postgresqlPackages.pg_background: init at 1.5
Add https://github.com/vibhorkum/pg_background, which allows you to execute arbitrary SQL commands in background worker processes within PostgreSQL (version >= 9.5). It provides a convenient way to offload long-running tasks, perform operations asynchronously, and implement autonomous transactions.
2025-12-26 18:41:24 +01:00