notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
pg_incremental Incremental Data Processing in PostgreSQL
1.0.1 databasesnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
Port Added: 2024-12-23 21:39:04
Last Update: 2024-12-23 21:38:36
Commit Hash: 2d2c756
License: PostgreSQL
WWW:
https://github.com/CrunchyData/pg_incremental
Description:
pg_incremental is a simple extension that helps you do fast, reliable, incremental batch processing in PostgreSQL. With pg_incremental, you define a pipeline with a parameterized query. The pipeline is executed for all existing data when created, and then periodically executed. If there is new data, the query is executed with parameter values that correspond to the new data. Depending on the type of pipeline, the parameters could reflect a new range of sequence values, a new time range, or a new file.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. /usr/local/share/licenses/pg_incremental-1.0.1/catalog.mk
  2. /usr/local/share/licenses/pg_incremental-1.0.1/LICENSE
  3. /usr/local/share/licenses/pg_incremental-1.0.1/PostgreSQL
  4. lib/postgresql/pg_incremental.so
  5. share/postgresql/extension/pg_incremental--1.0.sql
  6. share/postgresql/extension/pg_incremental.control
  7. @owner
  8. @group
  9. @mode
Collapse this list.
Dependency lines:
  • pg_incremental>0:databases/pg_incremental
To install the port:
cd /usr/ports/databases/pg_incremental/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/pg_incremental
  • pkg install pg_incremental
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: pg_incremental
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1734989195 SHA256 (CrunchyData-pg_incremental-v1.0.1_GH0.tar.gz) = e3312c9a9bd9933637e73062c1bec7113372fcda68f40aebe94200e3b72be51c SIZE (CrunchyData-pg_incremental-v1.0.1_GH0.tar.gz) = 17567

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. postgres : databases/postgresql16-server
Runtime dependencies:
  1. pg_cron>=1.6.4 : databases/pg_cron
  2. postgres : databases/postgresql16-server
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
databases_pg_incremental
USES:
gmake pgsql:10+
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/CrunchyData/pg_incremental/tar.gz/v1.0.1?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.1
23 Dec 2024 21:38:36
commit hash: 2d2c756826560f692a85d680cc4ddf9265bf3562commit hash: 2d2c756826560f692a85d680cc4ddf9265bf3562commit hash: 2d2c756826560f692a85d680cc4ddf9265bf3562commit hash: 2d2c756826560f692a85d680cc4ddf9265bf3562 files touched by this commit
Torsten Zuehlsdorff (tz) search for other commits by this committer
databases/pg_incremental: New Port

  pg_incremental is a simple extension that helps you do fast, reliable,
  incremental batch processing in PostgreSQL.

  With pg_incremental, you define a pipeline with a parameterized query. The
  pipeline is executed for all existing data when created, and then periodically
  executed. If there is new data, the query is executed with parameter values
that
  correspond to the new data. Depending on the type of pipeline, the parameters
  could reflect a new range of sequence values, a new time range, or a new file.

Sponsored by:	P. Variablis GmbH

Number of commits found: 1