Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-08-29 | 869 Bytes | |
v1.6.0 source code.tar.gz | 2023-08-29 | 54.6 kB | |
v1.6.0 source code.zip | 2023-08-29 | 64.0 kB | |
Totals: 3 Items | 119.4 kB | 0 |
What's Changed
- Test latest version instead of hardcoding 1.4 by @df7cb in https://github.com/citusdata/pg_cron/pull/268
- fix warning- "declaration shadows a previous local" by @sahemant in https://github.com/citusdata/pg_cron/pull/275
- fix memory corruption bug of cron module by @zhjwpku in https://github.com/citusdata/pg_cron/pull/271
- Convert K&R function definitions by @df7cb in https://github.com/citusdata/pg_cron/pull/281
- add possibility to schedule jobs on the last day of month by @zhjwpku in https://github.com/citusdata/pg_cron/pull/273
- Overall on/off to launch active jobs by @bdrouvotAWS in https://github.com/citusdata/pg_cron/pull/283
New Contributors
- @sahemant made their first contribution in https://github.com/citusdata/pg_cron/pull/275
Full Changelog: https://github.com/citusdata/pg_cron/compare/v1.5.2...v1.6.0