Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-06-17 | 949 Bytes | |
v1.6.3 source code.tar.gz | 2024-06-17 | 55.1 kB | |
v1.6.3 source code.zip | 2024-06-17 | 64.7 kB | |
Totals: 3 Items | 120.7 kB | 0 |
What's Changed
- Fix pointer reuse bug causing off-by-1 day of month by @marcoslot in https://github.com/citusdata/pg_cron/pull/292
- Update the database when scheduling an existing job by @nuno-faria in https://github.com/citusdata/pg_cron/pull/293
- Make cron_unschedule_named() accept v1.4 SQL signature. by @nmisch in https://github.com/citusdata/pg_cron/pull/299
- Allow interrupts in pg_cron launcher loop to avoid deadlock by @Ngalstyan4 in https://github.com/citusdata/pg_cron/pull/319
- Fixes possible overflow by @sminux in https://github.com/citusdata/pg_cron/pull/326
- Log start & end time for all failed runs by @kketch in https://github.com/citusdata/pg_cron/pull/324
- Replace MemoryContextResetAndDeleteChildren macro with MemoryContextReset for PG 17 compatibility by @esiaero in https://github.com/citusdata/pg_cron/pull/332
- Fix compiler error on Illumos by @japinli in https://github.com/citusdata/pg_cron/pull/317