git: e10c7305d546 - main - databases/pg_incremental: Upgrade from 1.0.1 to 1.3.0

From: Torsten Zuehlsdorff <tz_at_FreeBSD.org>
Date: Wed, 12 Nov 2025 22:03:04 UTC
The branch main has been updated by tz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e10c7305d5462a16ccd41dbdda633960d345e99e

commit e10c7305d5462a16ccd41dbdda633960d345e99e
Author:     Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2025-11-12 22:00:39 +0000
Commit:     Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2025-11-12 22:00:39 +0000

    databases/pg_incremental: Upgrade from 1.0.1 to 1.3.0
    
      Compiled Changelog:
    
        * Fixes a bug that prevented insert..select pipelines
        * Fixes a bug that caused file list pipelines to repeat first file
        * Add batched mode for file list pipeline
        * Add incremental.default_file_list_function setting
        * Fixes a bug that prevented file list pipelines from being refreshed
        * Fixes bug that could cause batched file list pipelines to crash
        * Add a max_batch_size argument to file list pipelines
        * Improve performance of batched file list pipelines
        * Adjust the default schedule of file list pipelines to every 15 minutes
        * Adds an incremental.skip_file function to use for erroneuous files in file pipelines
        * Removes the hard dependency on pg_cron at CREATE EXTENSION time
    
      Taken from:
    
        * https://github.com/CrunchyData/pg_incremental/releases/tag/v1.1.0
        * https://github.com/CrunchyData/pg_incremental/releases/tag/v1.1.1
        * https://github.com/CrunchyData/pg_incremental/releases/tag/v1.2.0
        * https://github.com/CrunchyData/pg_incremental/releases/tag/v1.3.0
    
    Sponsored by:   OTTRIA GmbH
---
 databases/pg_incremental/Makefile  | 2 +-
 databases/pg_incremental/distinfo  | 6 +++---
 databases/pg_incremental/pkg-plist | 3 +++
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/databases/pg_incremental/Makefile b/databases/pg_incremental/Makefile
index 557b83145967..7b32fff868f6 100644
--- a/databases/pg_incremental/Makefile
+++ b/databases/pg_incremental/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pg_incremental
-PORTVERSION=	1.0.1
+PORTVERSION=	1.3.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	databases
 
diff --git a/databases/pg_incremental/distinfo b/databases/pg_incremental/distinfo
index 450d2159d830..3b310e029c5c 100644
--- a/databases/pg_incremental/distinfo
+++ b/databases/pg_incremental/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1734989195
-SHA256 (CrunchyData-pg_incremental-v1.0.1_GH0.tar.gz) = e3312c9a9bd9933637e73062c1bec7113372fcda68f40aebe94200e3b72be51c
-SIZE (CrunchyData-pg_incremental-v1.0.1_GH0.tar.gz) = 17567
+TIMESTAMP = 1762943675
+SHA256 (CrunchyData-pg_incremental-v1.3.0_GH0.tar.gz) = 8e9c6bcc9975d3e5425080a9b9152aecf6028c4d8b5e4bb66c39020b91dcaffc
+SIZE (CrunchyData-pg_incremental-v1.3.0_GH0.tar.gz) = 20925
diff --git a/databases/pg_incremental/pkg-plist b/databases/pg_incremental/pkg-plist
index 793d0c867585..eb410e004b98 100644
--- a/databases/pg_incremental/pkg-plist
+++ b/databases/pg_incremental/pkg-plist
@@ -1,3 +1,6 @@
 lib/postgresql/pg_incremental.so
+share/postgresql/extension/pg_incremental--1.0--1.1.sql
 share/postgresql/extension/pg_incremental--1.0.sql
+share/postgresql/extension/pg_incremental--1.1--1.2.sql
+share/postgresql/extension/pg_incremental--1.2--1.3.sql
 share/postgresql/extension/pg_incremental.control