Skip to content

v1.6.3

Compare
Choose a tag to compare
@marcocitus marcocitus released this 23 Jul 12:25
· 11 commits to main since this release
9d0576c

What's Changed

  • Fix pointer reuse bug causing off-by-1 day of month by @marcoslot in #292
  • Update the database when scheduling an existing job by @nuno-faria in #293
  • Make cron_unschedule_named() accept v1.4 SQL signature. by @nmisch in #299
  • Allow interrupts in pg_cron launcher loop to avoid deadlock by @Ngalstyan4 in #319
  • Fixes possible overflow by @sminux in #326
  • Log start & end time for all failed runs by @kketch in #324
  • Replace MemoryContextResetAndDeleteChildren macro with MemoryContextReset for PG 17 compatibility by @esiaero in #332
  • Fix compiler error on Illumos by @japinli in #317