-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
91461: allocator: refactor StorePool usage to interface r=AlexTalks a=AlexTalks This change refactors the usage of `StorePool` in the allocator to a new interface, `AllocatorStorePool`, in order to be able to utilize a store pool with overriden liveness to properly evaluate decommission pre-flight checks. Part of #91570. Release note: None 91681: sql/opt: Support oid type in foldStringToRegclassCast r=rafiss a=e-mbrown Informs: #91022 This commit adds allows queries like `select * from pg_class where oid ='my_table'::regclass::oid` to use index on `pg_class(oid)`. Release note: None 91860: ui: rename "active" execution types and functions to "recent" r=amyyq2 a=amyyq2 This change renames the active execution types and functions to "recent" types and functions. This is in preparation for the addition of recent executions to the current active executions table. The file names will be changed in a later PR. Release note: None 91951: kvserver,logstore: move log appends to logstore r=tbg a=pavelkalinnikov This change moves a few components related to storing the newly appended Raft entries from `kvserver` to the `logstore` package. Part of #91979 Release note: None 92073: ci: use GCS instead of S3 to download binaries r=rickystewart a=rail Previously, CI used S3 to download the binaries. Now that we are moving the primary location to GCS and will stop uploading to s3 at some point, it's time to start using GCS for this operation. Part of RE-342 Release note: None Co-authored-by: Alex Sarkesian <[email protected]> Co-authored-by: e-mbrown <[email protected]> Co-authored-by: Amy Qian <[email protected]> Co-authored-by: amyyq2 <[email protected]> Co-authored-by: Pavel Kalinnikov <[email protected]> Co-authored-by: Rail Aliiev <[email protected]>
- Loading branch information
Showing
77 changed files
with
1,181 additions
and
874 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.