You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
149621: sql: validate trigger backreferences in table descriptors r=spilchen a=spilchen
Previously, descriptor validation only accounted for backreferences from sequences and views. However, the introduction of triggers introduces table-to-table references, which were not being validated. This change extends the validation logic to cover these cases, improving correctness and robustness of descriptor validation involving triggers.
Fixes: #148167
Epic: CRDB-42942
Release note: None
149622: changefeedccl: support resolved option with protobuf format r=asg0451 a=elizaMkraule
This change introduces support for the resolved option
with protobuf format for changefeeds
Release note (general change): the changefeeds with protobuf
format now supports the resolved option for emitting
resolved timestamps.
Fixes#148934
150319: kv: remove some tautological conditionals r=tbg a=stevendanna
Epic: none
Release note: None
150370: pcr: add debug benchmarking settings to discard data r=dt a=dt
Release note: none.
Epic: none.
150436: upgradeccl: ensure multiple releases for TestTenantUpgradeFailure test r=rail a=celiala
TestTenantUpgradeFailure can only run when we support more than one previous release. This PR ensures that we setup multple releases for this test.
This unblocks the PR needed to mint release-25.3:
#150211 (comment)
- Once 150436 is backported onto release-25.3, I'll remove a38ea8f from #150211, and just rebase on top of this backported fix.
Epic: None
Release note: None
Release justification: test-only fix.
Co-authored-by: Matt Spilchen <[email protected]>
Co-authored-by: Eliza Kraule <[email protected]>
Co-authored-by: Steven Danna <[email protected]>
Co-authored-by: David Taylor <[email protected]>
Co-authored-by: Celia La <[email protected]>
0 commit comments