Timescaledb: 1.1.1 Release

Release date:
December 20, 2018
Previous version:
1.1.0 (released December 13, 2018)
Magnitude:
1,680 Diff Delta
Contributors:
8 total committers
Data confidence:
Commits:

Top Contributors in 1.1.1

mfreed
erimatnor
svenklemm
JLockerman
davidkohn88
Ngalstyan4
dianasaur323
did-g

Directory Browser for 1.1.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

High-level changes * Fix issue when upgrading with pg_upgrade * Fix a segfault that sometimes appeared in long COPYs * Other bug and stability fixes * Release changes: This release will not be released on Debian 7 (obsoleted since June). Additionally, packages for Ubuntu 17.10 will be removed as they have been out-of-date since 17.10 was obsoleted in the summer.

Notable commits

  • [f99b540] Avoid loading twice in parallel workers and load only from $libdir
  • [e310f7d] Don't throw errors when extension is loaded but not installed yet
  • [8498416] Free ChunkInsertStates when the es_per_tuple_exprcontext is freed
  • [937eefe] Set C standard to C11

Thanks

  • @costigator for reporting the pg_upgrade bug
  • @FireAndIce68 for reporting the parallel workers issue
  • @damirda for reporting the copy bug