Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.38 KB

File metadata and controls

38 lines (24 loc) · 1.38 KB

pg_incremental v1.4.1 (December 12, 2025)

  • Use lake_file.list as the default file list function, fallback to crunchy

pg_incremental v1.4.0 (October 29, 2025)

  • Add a max_batch_size argument to sequence pipelines to limit the number of sequence IDs processed per execution
  • Improves handling of large batch uploads by allowing incremental processing in manageable chunks

pg_incremental v1.3.0 (May 15, 2025)

  • 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

pg_incremental v1.2.0 (February 26, 2025)

  • 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

pg_incremental v1.1.1 (January 10, 2025)

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

pg_incremental v1.1.0 (January 10, 2025)

  • Fixes a bug that prevented insert..select pipelines (#2)
  • 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

pg_incremental v1.0.1 (December 12, 2024)

  • PostgreSQL 15 support

pg_incremental v1.0.0 (December 12, 2024)

  • Initial release