Skip to content

Commit

Permalink
Fix changelog message for NameData issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mkindahl committed Feb 20, 2023
1 parent 1b49910 commit c770a86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ accidentally triggering the load of a previous DB version.**

## Unreleased

**Bugfixes**
* #5336 Use NameData and namestrcpy for names
* #5317 Fix some incorrect memory handling

**Thanks**
* @Medvecrab for discovering an issue with copying NameData when forming heap tuples.

## 2.10.0 (2023-02-21)

Expand Down Expand Up @@ -40,8 +45,6 @@ Sooner to that time, we will announce the specific version of TimescaleDB in whi
**Bugfixes**
* #5214 Fix use of prepared statement in async module
* #5218 Add role-level security to job error log
* #5290 Compression can't be enabled on continuous aggregates when segmentby/orderby columns need quotation
* #5311 Fix incorrect memory handling when working with names
* #5239 Fix next_start calculation for fixed schedules
* #5290 Fix enabling compression on continuous aggregates with columns requiring quotation

Expand All @@ -51,9 +54,6 @@ Sooner to that time, we will announce the specific version of TimescaleDB in whi
**Thanks**
* @justinozavala for reporting an issue with PL/Python procedures in the background worker

**Thanks**
* @Medvecrab for reporting incorrect memory handling when working with names

## 2.9.3 (2023-02-03)

This release contains bug fixes since the 2.9.2 release and a fix for a security vulnerability (#5259).
Expand Down

0 comments on commit c770a86

Please sign in to comment.