Skip to content

Tags: rogerslynch/pg_cron

Tags

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

v1.0.0-rc.1

Toggle v1.0.0-rc.1's commit message
Initial 1.0 candidate

v0.1

Toggle v0.1's commit message
Update .pgpass comment in readme.

Fixes citusdata#5