Skip to content
Release Radar

pg_cron

Databases

Run periodic jobs in PostgreSQL

v1.6.8369 days after v1.6.7
View on GitHub

Part of Databases

Release history

v1.6.8

CompareGitHub

What's Changed

Full Changelog: https://github.com/citusdata/pg_cron/compare/v1.6.7...v1.6.8

What's Changed

New Contributors

Full Changelog: https://github.com/citusdata/pg_cron/compare/v1.6.5...v1.6.6

What's Changed

  • Fixes off-by-1 issue in day of month

What's Changed

New Contributors

Full Changelog: https://github.com/citusdata/pg_cron/compare/v1.5.2...v1.6.0

  • Fixes a bug that caused crashes after upgrading binaries to 1.5, by Polina Bungina
  • Fixes a bug that caused incorrect parsing of some crons schedules
  • Adds the possibility of scheduling a job with a 1-59 second interval
  • Adds a cron.timezone setting to configure the timezone of cron schedules, by @TsinghuaLucky912
  • Removes pg_stat_activity reporting of internal pg_cron metadata queries
  • Fixes a bug that caused issues with long job names
  • Fixes a bug that caused inactive reboot jobs to still run
  • Fixes a bug that could limit concurrency for background workers
  • Fixes a bug that prevented compiling on ARM, by @hslightdb
  • Fixes regression tests for PostgreSQL <= 12, by @df7cb