-
v1.3.0
* Background worker support by Bertrand Drouvot * Audit table support by Bertrand Drouvot * PostgreSQL 13 support by Alexander Kukushkin * Schedule jobs by name * Fixes a bug that could cause cron.schedule to crash with long schedules * Fixes a bug that could cause cron.schedule to get into an infinite loop * Fixes a bug that caused overlapping runs not to start
-
v1.1.3
Fixes a bug that causes pg_cron to run during pg_upgrade Fixes a bug that causes pg_cron to show up incorrectly in pg_stat_activity in PG11
-
v1.0.2
- PostgreSQL 10 support - Restrict the maximum number of concurrent tasks - Ensure table locks on cron.job are kept after schedule/unschedule
-
v1.0.1
* Fixes a memory leak that occurs when a connection fails immediately * Fixes a memory leak due to switching memory context when loading metadata * Fixes a segmentation fault that can occur when using an error message after PQclear