Skip to content

Releases: CrunchyData/pg_incremental

v1.4.1

12 Dec 09:52
4bd054f

Choose a tag to compare

What's Changed

  • Add a max_batch_size argument to sequence pipelines to limit the number of sequence IDs processed per execution by @FourSeventy in #10
  • Use lake_file.list as default, fall back to crunchy if it does not exist in b509fb9

Full Changelog: v1.3.0...v1.4.1

v1.3.0

14 May 18:25

Choose a tag to compare

  • 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

Full Changelog: v1.2.0...v1.3.0

v1.2.0

26 Feb 09:01

Choose a tag to compare

Improvements to file list pipelines and a small signature change based on experimentation.

  • 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

Full Changelog: v1.1.1...v1.2.0

v1.1.1

10 Jan 17:13

Choose a tag to compare

What's changed

  • Fixes a bug that prevented file list pipelines from being refreshed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

10 Jan 12:30

Choose a tag to compare

What's Changed

  • Fixes a bug that prevented insert..select pipelines in #4
  • 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

Full Changelog: v1.0.1...v1.1.0

v1.0.1

12 Dec 15:59

Choose a tag to compare

What's changed?

  • Add PostgreSQL 15 support

Full Changelog: v1.0.0...v1.0.1

v1.0.0

12 Dec 15:52

Choose a tag to compare

Initial pg_incremental release, which adds the ability to set up automated incremental processing pipelines to PostgreSQL.

Full Changelog: https://github.com/CrunchyData/pg_incremental/commits/v1.0.0