aboutsummaryrefslogtreecommitdiff
path: root/databases/pg_cron
Commit message (Collapse)AuthorAgeFilesLines
* databases/pg_cron: Update from 1.6.5 to 1.6.7Torsten Zuehlsdorff2025-10-072-4/+4
| | | | | | | | | | | | | | | Changes: Postgres 18 support Stop logging notices and repeating log messages Fixes a possible crash for unavailable cron jobs Fix build issue FreeBSD 14.3 Fix type mismatch in dsm_attach() argument by using DatumGetUInt32() Fix compile errors on newer versions of GCC Taken from: https://github.com/citusdata/pg_cron/releases/tag/v1.6.6 https://github.com/citusdata/pg_cron/releases/tag/v1.6.7
* databases/pg_cron: Upgrade from 1.6.4 to 1.6.5Torsten Zuehlsdorff2024-12-162-4/+4
| | | | | | | | | | | | | Changelog: * Fix superuser check before adding job to CronJobHash * Fix leap year scheduling problem * Fix possible buffer underflow issue in cron parsing * Fix compilation warnings Taken from: https://github.com/citusdata/pg_cron/blob/main/CHANGELOG.md
* databases/pg_cron: New portTorsten Zuehlsdorff2024-10-284-0/+40
pg_cron is a simple cron-based job scheduler for PostgreSQL (10 or higher) that runs inside the database as an extension. It uses the same syntax as regular cron, but it allows you to schedule PostgreSQL commands directly from the database. Sponsored by: Bounce Commerce