Port details |
- pg_cron Cron-based job scheduler for PostgreSQL that runs inside the database
- 1.6.5 databases
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: tz@FreeBSD.org
 - Port Added: 2024-10-28 22:57:07
- Last Update: 2024-12-16 12:40:23
- Commit Hash: ddee4c9
- License: PostgreSQL
- WWW:
- https://github.com/citusdata/pg_cron
- Description:
- 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. You can also use '[1-59] seconds' to schedule a job based on an
interval.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pg_cron>0:databases/pg_cron
- To install the port:
- cd /usr/ports/databases/pg_cron/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/pg_cron
- pkg install pg_cron
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pg_cron
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1734275448
SHA256 (citusdata-pg_cron-v1.6.5_GH0.tar.gz) = 0118080f995fec67e25e58d44c66953e7b2bf5a47bb0602fd2ad147ea646d808
SIZE (citusdata-pg_cron-v1.6.5_GH0.tar.gz) = 55919
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- postgres : databases/postgresql16-server
- Runtime dependencies:
-
- postgres : databases/postgresql16-server
- This port is required by:
- for Run
-
- databases/pg_incremental
Configuration Options:
- No options to configure
- Options name:
- databases_pg_cron
- USES:
- gmake pgsql:10+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.5 16 Dec 2024 12:40:23
    |
Torsten Zuehlsdorff (tz)  |
databases/pg_cron: Upgrade from 1.6.4 to 1.6.5
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 |
1.6.4 28 Oct 2024 22:53:44
    |
Torsten Zuehlsdorff (tz)  |
databases/pg_cron: New port
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 |
Number of commits found: 2
|