Releases: CrunchyData/pg_incremental
Releases · CrunchyData/pg_incremental
v1.4.1
What's Changed
- Add a
max_batch_sizeargument to sequence pipelines to limit the number of sequence IDs processed per execution by @FourSeventy in #10 - Use
lake_file.listas default, fall back to crunchy if it does not exist in b509fb9
Full Changelog: v1.3.0...v1.4.1
v1.3.0
- 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
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_sizeargument 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
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
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
v1.0.0
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