Skip to content

Releases: citusdata/pg_cron

v1.3.0

06 Oct 20:10
Compare
Choose a tag to compare
  • 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.2.0

30 Aug 09:22
Compare
Choose a tag to compare
  • PostgreSQL 12 support by dverite
  • Fixes a bug that caused the cron.job table to not appear in pg_dump

v1.1.4

09 Apr 07:26
Compare
Choose a tag to compare
  • Adds a cron.host setting to make the postgres host configurable
  • Fixes a bug that could cause segmentation fault after cron.unschedule

v1.1.3: Fixes a bug that causes pg_cron to run during pg_upgrade

16 Nov 09:39
v1.1.3
Compare
Choose a tag to compare
  • 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.1.2

27 Jul 08:57
Compare
Choose a tag to compare
  • PostgreSQL 11 support by dverite
  • Fix a clang build error by kxjhlele
  • Add new 'active' column on cron.job table to enable or disable job(s) by morphax2k
  • Added a regression test, simply run 'make installcheck' by morphax2k
  • Set relevant application_name in pg_stat_activity

ALTER EXTENSION pg_cron UPDATE is required to finish upgrade.

v1.0.2

06 Oct 07:57
Compare
Choose a tag to compare
  • PostgreSQL 10 support
  • Restrict the maximum number of concurrent tasks
  • Ensure table locks on cron.job are kept after schedule/unschedule

v1.0.1

30 Jun 13:25
Compare
Choose a tag to compare
  • 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

27 Jan 14:31
Compare
Choose a tag to compare
v1.0.0

Initial version of pg_cron

10 Nov 02:35
Compare
Choose a tag to compare
Update .pgpass comment in readme.

Fixes #5