2 Commits

Author SHA1 Message Date
Pallavi Sontakke
8ec33655af
Edit release notes
Minor changes to enable preview from docs team.

---------

Signed-off-by: Pallavi Sontakke <pallavi@timescale.com>
Co-authored-by: Anastasiia Tovpeko <114177030+atovpeko@users.noreply.github.com>
2025-01-07 12:46:44 +05:30
Alexander Kuzmenkov
14c2c1d6e8
Fix variable resolution in vectorized aggregation planning (#7415)
We didn't properly resolve INDEX_VARs in the output targetlist of
DecompressChunk nodes, which are present when it uses a custom scan
targetlist. Fix this by always working with the targetlist where these
variables are resolved to uncompressed chunk variables, like we do
during execution.
2024-11-25 15:17:36 +00:00