Skip to content

Tags: japinli/pg_cron

Tags

v1.3.0

Toggle v1.3.0's commit message
* 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

Toggle v1.1.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
velioglu Burak Velioglu
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

Toggle v1.0.2's commit message
- PostgreSQL 10 support

- Restrict the maximum number of concurrent tasks
- Ensure table locks on cron.job are kept after schedule/unschedule

v1.0.1

Toggle v1.0.1's commit message
* 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