Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.16.0 #7156

Closed

Commits on Jul 25, 2024

  1. ## 2.16.0

    This release contains performance improvements and bug fixes since
    the 2.15.3 release. We recommend that you upgrade at the next
    available opportunity.
    
    **Features**
    * timescale#6880: Add support for the array operators used for compressed DML batch filtering.
    * timescale#6895: Improve the compressed DML expression pushdown.
    * timescale#6897: Add support for replica identity on compressed hypertables.
    * timescale#6918: Remove support for PG13.
    * timescale#6920: Rework compression activity wal markers.
    * timescale#6989: Add support for foreign keys when converting plain tables to hypertables.
    * timescale#7020: Add support for the chunk column statistics tracking.
    * timescale#7048: Add an index scan for INSERT DML decompression.
    * timescale#7075: Reduce decompression on the compressed INSERT.
    * timescale#7101: Reduce decompressions for the compressed UPDATE/DELETE.
    * timescale#7108 Reduce decompressions for INSERTs with UNIQUE constraints
    * timescale#7116 Use DELETE instead of TRUNCATE after compression
    * timescale#7134 Refactor foreign key handling for compressed hypertables
    
    **Bugfixes**
    * timescale#7018: Fix `search_path` quoting in the compression defaults function.
    * timescale#7046: Prevent locking for compressed tuples.
    * timescale#7055: Fix the `scankey` for `segment by` columns, where the type `constant` is different to `variable`.
    * timescale#7064: Fix the bug in the default `order by` calculation in compression.
    * timescale#7069: Fix the index column name usage.
    * timescale#7074: Fix the bug in the default `segment by` calculation in compression.
    
    **Thanks**
    pallavisontakke committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    7efd3cf View commit details
    Browse the repository at this point in the history
  2. Add feature description

    to CHANGELOG.md
    Patch by Yannis and Iain.
    pallavisontakke committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    69408e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Edit feature description

    in CHANGELOG.md
    Feedback by Ramon and Yannis.
    pallavisontakke committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d74b601 View commit details
    Browse the repository at this point in the history