Skip to content

Releases: tembo-io/pg_timeseries

v0.1.6

26 Sep 17:32
Compare
Choose a tag to compare

What's Changed

  • postgres image build by @ChuckHend in #17
  • Update timeseries.md: Add missing time_range argument to date_bin_table example by @brianpursley in #18
  • Use assignment instead of select into to set variables in last_agg and first_agg by @brianpursley in #22
  • Update timeseries.md by @ChuckHend in #23
  • Honor open ranges in date_bin_table by @jasonmp85 in #24
  • Added links to dependency extensions used by pg_timeseries. by @bonesmoses in #29

New Contributors

Full Changelog: v0.1.5...v0.1.6

v0.1.5

17 May 15:40
Compare
Choose a tag to compare

Full Changelog: v0.1.4...v0.1.5

v0.1.4

16 May 16:19
663631f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

18 Apr 15:32
0df1853
Compare
Choose a tag to compare

Initial release of compression features. Brings dependencies on columnar (Hydra Columnar) and pg_cron

Full Changelog: v0.1.2...v0.1.3

v0.1.2

18 Mar 14:44
82a97ae
Compare
Choose a tag to compare
Bump to 0.1.2, add backfill, guide, PG fixes

This adds a new parameter to `enable_ts_table` which permits easy creation of partitions back to any arbitrary point in the past; great for backfills.

In addition, the use of a PostgreSQL 16-only syntax in the extension script was breaking compatibility with PostgreSQL 14 and 15. This has been removed.

Finally, there is also a big guide now.

v0.1.1

11 Mar 18:27
ea8dc6a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/tembo-io/pg_timeseries/commits/v0.1.1