Package Release Info

postgresql12-timescaledb-1.7.1-bp153.1.7

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

postgresql12-timescaledb

Change Logs

* Wed Jun 17 2020 Bruno Friedmann <bruno@ioda-net.ch>
- update to version 1.7.1 bugfix
  https://github.com/timescale/timescaledb/releases/tag/1.7.1
  Please note that with the release of 1.7, support for PostgreSQL
  9.6.x and 10.x are deprecated. version 2 will only support 11,12
- Packaging :
  + Activate postgresql12 supported now
  + Modifiy download url to grab a nice named tar.gz
* Tue May 05 2020 Marcus Rueckert <mrueckert@suse.de>
- update to 1.7.0
  https://github.com/timescale/timescaledb/releases/tag/1.7.0
* Tue Mar 31 2020 Bruno Friedmann <bruno@ioda-net.ch>
https://github.com/timescale/timescaledb/releases/tag/1.6.1
  https://github.com/timescale/timescaledb/releases/tag/1.6.0
  https://github.com/timescale/timescaledb/releases/tag/1.5.1
  https://github.com/timescale/timescaledb/releases/tag/1.5.0
  timescaledb doesn't offer support for postgresql 12 yet
- Packaging
  + spec-cleaner minimal
  + add patch to support clang version 9 clang-format9_support.diff
* Tue Oct 22 2019 Marcus Rueckert <mrueckert@suse.de>
- update to 1.4.2
  https://github.com/timescale/timescaledb/releases/tag/1.2.1
  https://github.com/timescale/timescaledb/releases/tag/1.2.2
  https://github.com/timescale/timescaledb/releases/tag/1.3.0
  https://github.com/timescale/timescaledb/releases/tag/1.3.1
  https://github.com/timescale/timescaledb/releases/tag/1.3.2
  https://github.com/timescale/timescaledb/releases/tag/1.4.0
  https://github.com/timescale/timescaledb/releases/tag/1.4.1
  https://github.com/timescale/timescaledb/releases/tag/1.4.2
* Tue Oct 22 2019 Marcus Rueckert <mrueckert@suse.de>
- adding postgresql12 to _multibuild
* Tue Feb 05 2019 Jan Engelhardt <jengelh@inai.de>
- Fix grammar. Trim duplicate metadata.
* Wed Jan 30 2019 Bruno Friedmann <bruno@ioda-net.ch>
- Update to release 1.2.0 (2019-01-29)
  + Postgres 11 fully supported.
  + Deprecation of adaptive chunking
  + Advanced data lifecycle management : scheduled policies
    support scheduled drop_chunks and reorder.
  + Improved performance: support for ordered appends,
    Note that ordered appends do not support ordering by time_bucket
    at this time.
  + first release to include Timescale-Licensed features.
    LICENSE_TIMESCALE. This code can be found in tsl.
    (tsl is not build on openSUSE)
  + 1.1.1
  - Fix issue when upgrading with pg_upgrade
  - Fix a segfault that sometimes appeared in long COPYs
  - Other bug and stability fixes
- Packaging :
  + Add -DAPACHE_ONLY=1 to avoid tsl code and submodules
  + Multibuild : add postgresql11 now supported
  + Deps : revisit BuildRequires
* Wed Jan 30 2019 Bruno Friedmann <bruno@ioda-net.ch>
- Update to release 1.2.0 (2019-01-29)
  + Postgres 11 fully supported.
  + Deprecation of adaptive chunking
  + Advanced data lifecycle management : scheduled policies
    support scheduled drop_chunks and reorder.
  + Improved performance: support for ordered appends,
    Note that ordered appends do not support ordering by time_bucket
    at this time.
  + first release to include Timescale-Licensed features.
    LICENSE_TIMESCALE. This code can be found in tsl.
    (tsl is not build on openSUSE)
  + 1.1.1
  - Fix issue when upgrading with pg_upgrade
  - Fix a segfault that sometimes appeared in long COPYs
  - Other bug and stability fixes
- Packaging :
  + Add -DAPACHE_ONLY=1 to avoid tsl code and submodules
  + Multibuild : add postgresql11 now supported
  + Deps : revisit BuildRequires
* Wed Nov 28 2018 Bruno Friedmann <bruno@ioda-net.ch>
- Update to final release version 1.0.0 (2018-10-31)
  For complete changelog see
  https://github.com/timescale/timescaledb/releases
  or CHANGELOG file packaged
- LICENSE file was renammed to LICENSE-APACHE
- Packaging renew spec with spec-cleaner -m
* Fri May 18 2018 jengelh@inai.de
- Trim redundancies from the description.
* Sat May 05 2018 bruno@ioda-net.ch
- Update to release 0.9.2 (2018-05-04)
  + High-level changes
    Fixed handling of DISCARD ALL command when parallel workers are
    involved, which sometimes caused the extension to complain it
    was not preloaded
    User permission bug fix where users locating TRIGGER permissions
    in a database could not insert data into a hypertable
  + Fixes for some issues with 32-bit architectures
- Changes for 0.9.1
  + High-level changes
    For this release only, you will need to restart the database
    before running ALTER EXTENSION
    Several edge cases regarding CTEs addressed
    Updated preloader with better error messaging and fixed edge case
    ABI compatibility with latest PostgreSQL to help catch any
    breaking changes
- Changes for 0.9.0
  + When updating your database, you should connect using
    psql with the -X flag to prevent any .psqlrc commands from
    accidentally triggering the load of a previous DB version.
  + High-level changes
    Support for multiple extension versions on different databases
    in the same PostgreSQL instance.
    This allows different databases to be updated independently
    and provides for smoother updates between versions. No
    more spurious errors in the log as the extension is being
    updated, and new versions no longer require a restart of
    the database.
  + Streamlined update process for smaller binary/package sizes
  + Significant refactoring to simplify and improve codebase,
    including improvements to error handling, security/permissions
  + Corrections to edge-case scenarios involving dropping schemas,
    hypertables, dimensions, and more
  + Correctness improvements through propagating reloptions from main
    table to chunk tables and blocking ONLY commands that try to alter
    hypertables (i.e., changes should be applied to chunks as well)
  + Addition of a migrate_data option to create_hypertable to allow
    non-empty tables to be turned into hypertables without separate
    creation & insertion steps. Note, this option may take a while
    if the original table has lots of data
  + Support for ALTER TABLE RENAME CONSTRAINT
  + Support for adjusting the number of partitions for a space dimension
  + Improvements to tablespace handling
* Tue Feb 06 2018 bruno@ioda-net.ch
- Adapt cmake ld flags (no-as-needed) for build on Leap 42x/SLE12
* Sun Feb 04 2018 bruno@ioda-net.ch
- initial package