{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":84240850,"defaultBranch":"main","name":"timescaledb","ownerLogin":"timescale","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-03-07T20:03:41.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/8986001?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716814039.0","currentOid":""},"activityList":{"items":[{"before":"2d0ed64017a2cf18d33a19b733186a37006a4499","after":"2525b810ac937a915f7ac6698dfc72b592389623","ref":"refs/heads/coverity_scan","pushedAt":"2024-05-27T19:48:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fabriziomello","name":"Fabrízio de Royes Mello","path":"/fabriziomello","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/612482?s=80&v=4"},"commit":{"message":"Fix segfault in UNION queries with top-level ordering\n\nWe can't just filter the equivalence member based on em_is_child as our\nhypertable might not be top-level equivalence member.\n\n(cherry picked from commit 180c7be7bd9a790111f0ab2bceefe4dec719cb7d)","shortMessageHtmlLink":"Fix segfault in UNION queries with top-level ordering"}},{"before":"2d0ed64017a2cf18d33a19b733186a37006a4499","after":"2525b810ac937a915f7ac6698dfc72b592389623","ref":"refs/heads/prerelease_test","pushedAt":"2024-05-27T19:47:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fabriziomello","name":"Fabrízio de Royes Mello","path":"/fabriziomello","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/612482?s=80&v=4"},"commit":{"message":"Fix segfault in UNION queries with top-level ordering\n\nWe can't just filter the equivalence member based on em_is_child as our\nhypertable might not be top-level equivalence member.\n\n(cherry picked from commit 180c7be7bd9a790111f0ab2bceefe4dec719cb7d)","shortMessageHtmlLink":"Fix segfault in UNION queries with top-level ordering"}},{"before":"d1e5a86bb876f5112ed8936e4cf976c28531cff4","after":null,"ref":"refs/heads/backport/2.15.x/6957","pushedAt":"2024-05-27T12:47:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"timescale-automation","name":"Eon","path":"/timescale-automation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123763385?s=80&v=4"}},{"before":"9bddf2276897f3b0b222674dde17271824022d7c","after":"2525b810ac937a915f7ac6698dfc72b592389623","ref":"refs/heads/2.15.x","pushedAt":"2024-05-27T12:47:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"timescale-automation","name":"Eon","path":"/timescale-automation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123763385?s=80&v=4"},"commit":{"message":"Fix segfault in UNION queries with top-level ordering\n\nWe can't just filter the equivalence member based on em_is_child as our\nhypertable might not be top-level equivalence member.\n\n(cherry picked from commit 180c7be7bd9a790111f0ab2bceefe4dec719cb7d)","shortMessageHtmlLink":"Fix segfault in UNION queries with top-level ordering"}},{"before":"1aa18caada414bc6279839479beb47b609cb1fa8","after":"d1e5a86bb876f5112ed8936e4cf976c28531cff4","ref":"refs/heads/backport/2.15.x/6957","pushedAt":"2024-05-27T11:58:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"svenklemm","name":"Sven Klemm","path":"/svenklemm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31455525?s=80&v=4"},"commit":{"message":"Fix segfault in UNION queries with top-level ordering\n\nWe can't just filter the equivalence member based on em_is_child as our\nhypertable might not be top-level equivalence member.\n\n(cherry picked from commit 180c7be7bd9a790111f0ab2bceefe4dec719cb7d)","shortMessageHtmlLink":"Fix segfault in UNION queries with top-level ordering"}},{"before":"65aa71125d832ae1e88a0ced8b78b771b8b24fbc","after":"51edab21637196504419bc58b832e76441f5bd8f","ref":"refs/heads/jg/fun-with-compression","pushedAt":"2024-05-27T11:27:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"JamesGuthrie","name":"James Guthrie","path":"/JamesGuthrie","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1117749?s=80&v=4"},"commit":{"message":"Rework compression activity wal markers\n\n- Adds WAL markers around all compression and decompression activities.\n- Renames the GUC controlling this behaviour.\n- Enables the WAL marker GUC by default.\n\nThis allows to distinguish between \"user-driven\" and\n\"compression-driven\" DML on uncompressed chunks. This is a requirement\nto be able to support DML on compressed chunks in live migration.\n\nNote: A previous commit [1] added wal markers before and after inserts\nwhich were part of \"transparent decompression\". Transparent\ndecompression is triggered when an UPDATE or DELETE statement affects\ncompressed data, or an INSERT statment inserts into a range of\ncompressed data which has a unique or primary key constraint. In these\ncases, the data is first moved from the compressed chunk to the\nuncompressed chunk, and then the DML is applied.\n\nThis change extends the existing behaviour on two fronts:\n\n1. It adds WAL markers for both chunk compression and decompression\n events.\n2. It extends the WAL markers for transparent decompression to include\n not only INSERTs into the compressed chunk, but also to TimescaleDB\n catalog operations which were part of the decompression.\n\n[1]: b5b46a3e581b222f679c2d4aa15944646d8190d9","shortMessageHtmlLink":"Rework compression activity wal markers"}},{"before":"d5c0eed862d2e946c72219f6ce6c0794f3cbfef7","after":"65aa71125d832ae1e88a0ced8b78b771b8b24fbc","ref":"refs/heads/jg/fun-with-compression","pushedAt":"2024-05-27T11:21:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"JamesGuthrie","name":"James Guthrie","path":"/JamesGuthrie","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1117749?s=80&v=4"},"commit":{"message":"Rework compression activity wal markers\n\n- Adds WAL markers around all compression and decompression activities.\n- Renames the GUC controlling this behaviour.\n- Enables the WAL marker GUC by default.\n\nThis allows to distinguish between \"user-driven\" and\n\"compression-driven\" DML on uncompressed chunks. This is a requirement\nto be able to support DML on compressed chunks in live migration.\n\nNote: A previous commit [1] added wal markers before and after inserts\nwhich were part of \"transparent decompression\". Transparent\ndecompression is triggered when an UPDATE or DELETE statement affects\ncompressed data, or an INSERT statment inserts into a range of\ncompressed data which has a unique or primary key constraint. In these\ncases, the data is first moved from the compressed chunk to the\nuncompressed chunk, and then the DML is applied.\n\nThis change extends the existing behaviour on two fronts:\n\n1. It adds WAL markers for both chunk compression and decompression\n events.\n2. It extends the WAL markers for transparent decompression to include\n not only INSERTs into the compressed chunk, but also to TimescaleDB\n catalog operations which were part of the decompression.\n\n[1]: b5b46a3e581b222f679c2d4aa15944646d8190d9","shortMessageHtmlLink":"Rework compression activity wal markers"}},{"before":"6f678fd86f7c334c10d3ecd72122f92faf0af64c","after":"1aa18caada414bc6279839479beb47b609cb1fa8","ref":"refs/heads/backport/2.15.x/6957","pushedAt":"2024-05-27T10:48:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pallavisontakke","name":"Pallavi Sontakke","path":"/pallavisontakke","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13624181?s=80&v=4"},"commit":{"message":"Fix segfault in UNION queries with top-level ordering\n\nWe can't just filter the equivalence member based on em_is_child as our\nhypertable might not be top-level equivalence member.\n\n(cherry picked from commit 180c7be7bd9a790111f0ab2bceefe4dec719cb7d)","shortMessageHtmlLink":"Fix segfault in UNION queries with top-level ordering"}},{"before":"f98adfcca7befa02eca48541126b7fb35a1c96bf","after":"9bddf2276897f3b0b222674dde17271824022d7c","ref":"refs/heads/2.15.x","pushedAt":"2024-05-27T10:43:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"antekresic","name":"Ante Kresic","path":"/antekresic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1985166?s=80&v=4"},"commit":{"message":"Fix update triggers issue caused by decompression\n\nUpdate triggers were broken due to snapshot manipulation\nand usage of dynamic snapshots for scanning tuples. Using\na static snapshot guarantees we cannot see tuples that would\nbe invisible during an update trigger.\n\n(cherry picked from commit cec6b37)","shortMessageHtmlLink":"Fix update triggers issue caused by decompression"}},{"before":"70b4b2539f4459f0f35a2153e6bdb2496bd26cae","after":null,"ref":"refs/heads/backport/2.15.x/6903","pushedAt":"2024-05-27T10:43:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"antekresic","name":"Ante Kresic","path":"/antekresic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1985166?s=80&v=4"}},{"before":"b6aaa53cf12dcd75a1f2651c8b7a219b13910297","after":"70b4b2539f4459f0f35a2153e6bdb2496bd26cae","ref":"refs/heads/backport/2.15.x/6903","pushedAt":"2024-05-27T10:25:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"antekresic","name":"Ante Kresic","path":"/antekresic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1985166?s=80&v=4"},"commit":{"message":"Fix update triggers issue caused by decompression\n\nUpdate triggers were broken due to snapshot manipulation\nand usage of dynamic snapshots for scanning tuples. Using\na static snapshot guarantees we cannot see tuples that would\nbe invisible during an update trigger.\n\n(cherry picked from commit cec6b37)","shortMessageHtmlLink":"Fix update triggers issue caused by decompression"}},{"before":"ae338453de84e73a4c8a28d4af1562906c5389c6","after":"b6aaa53cf12dcd75a1f2651c8b7a219b13910297","ref":"refs/heads/backport/2.15.x/6903","pushedAt":"2024-05-27T10:07:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"antekresic","name":"Ante Kresic","path":"/antekresic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1985166?s=80&v=4"},"commit":{"message":"Fix update triggers issue caused by decompression\n\nUpdate triggers were broken due to snapshot manipulation\nand usage of dynamic snapshots for scanning tuples. Using\na static snapshot guarantees we cannot see tuples that would\nbe invisible during an update trigger.\n\n(cherry picked from commit cec6b37)","shortMessageHtmlLink":"Fix update triggers issue caused by decompression"}},{"before":null,"after":"ae338453de84e73a4c8a28d4af1562906c5389c6","ref":"refs/heads/backport/2.15.x/6903","pushedAt":"2024-05-27T10:03:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"antekresic","name":"Ante Kresic","path":"/antekresic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1985166?s=80&v=4"},"commit":{"message":"Fix update triggers issue caused by decompression\n\nUpdate triggers were broken due to snapshot manipulation\nand usage of dynamic snapshots for scanning tuples. Using\na static snapshot guarantees we cannot see tuples that would\nbe invisible during an update trigger.\n\n(cherry picked from commit cec6b37)","shortMessageHtmlLink":"Fix update triggers issue caused by decompression"}},{"before":"ad5704c83542b63d0a57fdc11c7856d02d9145bf","after":null,"ref":"refs/heads/backport/2.15.x/6932","pushedAt":"2024-05-27T09:59:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"timescale-automation","name":"Eon","path":"/timescale-automation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123763385?s=80&v=4"}},{"before":"037665e96f9797b06d2eb386566a426836b0f7ac","after":"f98adfcca7befa02eca48541126b7fb35a1c96bf","ref":"refs/heads/2.15.x","pushedAt":"2024-05-27T09:59:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"timescale-automation","name":"Eon","path":"/timescale-automation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123763385?s=80&v=4"},"commit":{"message":"Make constification functions extern\n\nMake constification functions available from outside the timescale\nlibrary for OSM to use for runtime chunk exclusion.\n\n(cherry picked from commit 550977d621972a2c267af8efc521915cf5b2e8c6)","shortMessageHtmlLink":"Make constification functions extern"}},{"before":"1858684333266af6d60f6118562c69c2ad8f62d2","after":"ad5704c83542b63d0a57fdc11c7856d02d9145bf","ref":"refs/heads/backport/2.15.x/6932","pushedAt":"2024-05-27T09:39:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pallavisontakke","name":"Pallavi Sontakke","path":"/pallavisontakke","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13624181?s=80&v=4"},"commit":{"message":"Make constification functions extern\n\nMake constification functions available from outside the timescale\nlibrary for OSM to use for runtime chunk exclusion.\n\n(cherry picked from commit 550977d621972a2c267af8efc521915cf5b2e8c6)","shortMessageHtmlLink":"Make constification functions extern"}},{"before":"dda11800081f985b1e9302173a623b1562df6837","after":"6f678fd86f7c334c10d3ecd72122f92faf0af64c","ref":"refs/heads/backport/2.15.x/6957","pushedAt":"2024-05-27T09:39:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pallavisontakke","name":"Pallavi Sontakke","path":"/pallavisontakke","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13624181?s=80&v=4"},"commit":{"message":"Fix segfault in UNION queries with top-level ordering\n\nWe can't just filter the equivalence member based on em_is_child as our\nhypertable might not be top-level equivalence member.\n\n(cherry picked from commit 180c7be7bd9a790111f0ab2bceefe4dec719cb7d)","shortMessageHtmlLink":"Fix segfault in UNION queries with top-level ordering"}},{"before":"359b3ff2d430e8d1cc71b26987735f4d53496ee2","after":null,"ref":"refs/heads/backport/2.15.x/6958","pushedAt":"2024-05-27T09:10:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"timescale-automation","name":"Eon","path":"/timescale-automation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123763385?s=80&v=4"}},{"before":"08c02c24d4ef401842955681a4bc3fba36ee28fb","after":"037665e96f9797b06d2eb386566a426836b0f7ac","ref":"refs/heads/2.15.x","pushedAt":"2024-05-27T09:10:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"timescale-automation","name":"Eon","path":"/timescale-automation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/123763385?s=80&v=4"},"commit":{"message":"Fix coverity warning about null pointer dereference\n\nWhile the coverity warning is a false positive since rte->relkind\nis always either RELKIND_RELATION or RELKIND_VIEW this might not\nhold always true. This patch changes the if check to an Ensure and\nremoves some nesting in the function.\n\n(cherry picked from commit c4656f7604e5624fc2bf5575e0d86d7d9e42931b)","shortMessageHtmlLink":"Fix coverity warning about null pointer dereference"}},{"before":null,"after":"1858684333266af6d60f6118562c69c2ad8f62d2","ref":"refs/heads/backport/2.15.x/6932","pushedAt":"2024-05-27T09:02:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Make constification functions extern\n\nMake constification functions available from outside the timescale\nlibrary for OSM to use for runtime chunk exclusion.\n\n(cherry picked from commit 550977d621972a2c267af8efc521915cf5b2e8c6)","shortMessageHtmlLink":"Make constification functions extern"}},{"before":"180c7be7bd9a790111f0ab2bceefe4dec719cb7d","after":"cec6b37fb3debc5afa75accaf7cd14607e414d01","ref":"refs/heads/main","pushedAt":"2024-05-27T08:58:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"antekresic","name":"Ante Kresic","path":"/antekresic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1985166?s=80&v=4"},"commit":{"message":"Fix update triggers issue caused by decompression\n\nUpdate triggers were broken due to snapshot manipulation\nand usage of dynamic snapshots for scanning tuples. Using\na static snapshot guarantees we cannot see tuples that would\nbe invisible during an update trigger.","shortMessageHtmlLink":"Fix update triggers issue caused by decompression"}},{"before":null,"after":"359b3ff2d430e8d1cc71b26987735f4d53496ee2","ref":"refs/heads/backport/2.15.x/6958","pushedAt":"2024-05-27T08:49:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Fix coverity warning about null pointer dereference\n\nWhile the coverity warning is a false positive since rte->relkind\nis always either RELKIND_RELATION or RELKIND_VIEW this might not\nhold always true. This patch changes the if check to an Ensure and\nremoves some nesting in the function.\n\n(cherry picked from commit c4656f7604e5624fc2bf5575e0d86d7d9e42931b)","shortMessageHtmlLink":"Fix coverity warning about null pointer dereference"}},{"before":null,"after":"dda11800081f985b1e9302173a623b1562df6837","ref":"refs/heads/backport/2.15.x/6957","pushedAt":"2024-05-27T07:46:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Fix segfault in UNION queries with top-level ordering\n\nWe can't just filter the equivalence member based on em_is_child as our\nhypertable might not be top-level equivalence member.\n\n(cherry picked from commit 180c7be7bd9a790111f0ab2bceefe4dec719cb7d)","shortMessageHtmlLink":"Fix segfault in UNION queries with top-level ordering"}},{"before":"c4656f7604e5624fc2bf5575e0d86d7d9e42931b","after":"180c7be7bd9a790111f0ab2bceefe4dec719cb7d","ref":"refs/heads/main","pushedAt":"2024-05-27T07:45:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"svenklemm","name":"Sven Klemm","path":"/svenklemm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31455525?s=80&v=4"},"commit":{"message":"Fix segfault in UNION queries with top-level ordering\n\nWe can't just filter the equivalence member based on em_is_child as our\nhypertable might not be top-level equivalence member.","shortMessageHtmlLink":"Fix segfault in UNION queries with top-level ordering"}},{"before":"7e2490428db49eba6dd744d7284f5ac9f2e37b5f","after":null,"ref":"refs/heads/coverity_cagg","pushedAt":"2024-05-27T07:29:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"svenklemm","name":"Sven Klemm","path":"/svenklemm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31455525?s=80&v=4"}},{"before":"4c4513bd7af37ed9e5a1ee5aee2157cbc041eefd","after":"c4656f7604e5624fc2bf5575e0d86d7d9e42931b","ref":"refs/heads/main","pushedAt":"2024-05-27T07:29:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"svenklemm","name":"Sven Klemm","path":"/svenklemm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31455525?s=80&v=4"},"commit":{"message":"Fix coverity warning about null pointer dereference\n\nWhile the coverity warning is a false positive since rte->relkind\nis always either RELKIND_RELATION or RELKIND_VIEW this might not\nhold always true. This patch changes the if check to an Ensure and\nremoves some nesting in the function.","shortMessageHtmlLink":"Fix coverity warning about null pointer dereference"}},{"before":"d58beb2389f3f8b6b216493c9de68fbffaf4b984","after":null,"ref":"refs/heads/backport/2.15.x/6948","pushedAt":"2024-05-26T23:23:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fabriziomello","name":"Fabrízio de Royes Mello","path":"/fabriziomello","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/612482?s=80&v=4"}},{"before":"03d2300db7432a567076e2d126d5353f2d724ed8","after":"08c02c24d4ef401842955681a4bc3fba36ee28fb","ref":"refs/heads/2.15.x","pushedAt":"2024-05-26T23:23:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fabriziomello","name":"Fabrízio de Royes Mello","path":"/fabriziomello","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/612482?s=80&v=4"},"commit":{"message":"Re-enable compressed OR boolexpr pushdown (#6948)\n\nTo fix the original problem, it is enough to call\neval_const_expressions() to normalize the nested AND boolexprs.\n\n(cherry picked from commit 00fc7826725da76d23b0a74710b2f94e6fc75a91)","shortMessageHtmlLink":"Re-enable compressed OR boolexpr pushdown (#6948)"}},{"before":"03fe320d93560753b009328d8de111ade3ae16a7","after":"d58beb2389f3f8b6b216493c9de68fbffaf4b984","ref":"refs/heads/backport/2.15.x/6948","pushedAt":"2024-05-26T22:34:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fabriziomello","name":"Fabrízio de Royes Mello","path":"/fabriziomello","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/612482?s=80&v=4"},"commit":{"message":"Re-enable compressed OR boolexpr pushdown (#6948)\n\nTo fix the original problem, it is enough to call\neval_const_expressions() to normalize the nested AND boolexprs.\n\n(cherry picked from commit 00fc7826725da76d23b0a74710b2f94e6fc75a91)","shortMessageHtmlLink":"Re-enable compressed OR boolexpr pushdown (#6948)"}},{"before":"3929157925c8f42ae0de5785becbad4b8e562d06","after":"03fe320d93560753b009328d8de111ade3ae16a7","ref":"refs/heads/backport/2.15.x/6948","pushedAt":"2024-05-26T21:41:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fabriziomello","name":"Fabrízio de Royes Mello","path":"/fabriziomello","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/612482?s=80&v=4"},"commit":{"message":"Re-enable compressed OR boolexpr pushdown (#6948)\n\nTo fix the original problem, it is enough to call\neval_const_expressions() to normalize the nested AND boolexprs.\n\n(cherry picked from commit 00fc7826725da76d23b0a74710b2f94e6fc75a91)","shortMessageHtmlLink":"Re-enable compressed OR boolexpr pushdown (#6948)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVTHHPwA","startCursor":null,"endCursor":null}},"title":"Activity · timescale/timescaledb"}