-
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.
51374: sql: add a virtual index on the pg_catalog.pg_type.OID r=rohany a=ekalinin Fixes #49208 Release note (performance improvement): scans over virtual table pg_type by OID column have improved performance in common cases. 51484: geomfn: implement validity operators r=rytaft a=otan Unfortunately we cannot implement ST_IsValidDetail because it returns a composite type, which we do not yet support. Resolves #48960 Resolves #48961 Resolves #48963 Resolves #48964 Release note (sql change): Implements ST_IsValid, ST_IsValidReason and ST_MakeValid operators for geometry types. 51557: roachprod: fix roachprod start behaviour for single node clusters r=rafiss a=irfansharif Fixes #51532. This is fallout from #51329, after which we tried using --join flags for single node clusters (that roachprod uses `start-single-node` for). This tripped up roachtests like #51532, which are now fixed. Release note: None. 51558: roachtest: cleanup sqlalchemy roachtest r=rafiss a=irfansharif Was just in the area investigating something else, cleaned it up a bit. It's just all code movement. Release note: None Co-authored-by: kev <[email protected]> Co-authored-by: Oliver Tan <[email protected]> Co-authored-by: irfan sharif <[email protected]>
- Loading branch information
Showing
13 changed files
with
843 additions
and
210 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
Oops, something went wrong.