{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":16563587,"defaultBranch":"master","name":"cockroach","ownerLogin":"cockroachdb","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-02-06T00:18:47.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6748139?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1720286779.0","currentOid":""},"activityList":{"items":[{"before":"9fd3626f408cd76da87a4d93112abc14eb8cb7fc","after":"485975b3a824c68c07340e6a336c7864c00d3c6d","ref":"refs/heads/master","pushedAt":"2024-07-06T17:49:06.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"Merge #126516\n\n126516: server: rename BinaryVersionOverride to ClusterVersionOverride r=RaduBerinde a=RaduBerinde\n\nThis commit renames the field and updates the comment.\r\n\r\nEpic: none\r\nRelease note: None\n\nCo-authored-by: Radu Berinde ","shortMessageHtmlLink":"Merge #126516"}},{"before":"a9d192b3e2b53984b32286d990b482981ea9e2d3","after":null,"ref":"refs/heads/staging.tmp","pushedAt":"2024-07-06T17:26:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"}},{"before":"9fd3626f408cd76da87a4d93112abc14eb8cb7fc","after":"485975b3a824c68c07340e6a336c7864c00d3c6d","ref":"refs/heads/staging","pushedAt":"2024-07-06T17:26:21.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"Merge #126516\n\n126516: server: rename BinaryVersionOverride to ClusterVersionOverride r=RaduBerinde a=RaduBerinde\n\nThis commit renames the field and updates the comment.\r\n\r\nEpic: none\r\nRelease note: None\n\nCo-authored-by: Radu Berinde ","shortMessageHtmlLink":"Merge #126516"}},{"before":"e4f748dd5d768c6887903933f9fb719b5bd7f883","after":"a9d192b3e2b53984b32286d990b482981ea9e2d3","ref":"refs/heads/staging.tmp","pushedAt":"2024-07-06T17:26:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-126516","shortMessageHtmlLink":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-126516"}},{"before":null,"after":"e4f748dd5d768c6887903933f9fb719b5bd7f883","ref":"refs/heads/staging.tmp","pushedAt":"2024-07-06T17:26:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"[ci skip][skip ci][skip netlify]","shortMessageHtmlLink":"[ci skip][skip ci][skip netlify]"}},{"before":"c557fb59f6aec659d364e9002fc083c59c6392b6","after":"9fd3626f408cd76da87a4d93112abc14eb8cb7fc","ref":"refs/heads/master","pushedAt":"2024-07-06T14:13:56.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"Merge #124292\n\n124292: sql: implement pgvector datatype and evaluation r=jordanlewis a=jordanlewis\n\nThis commit adds the pgvector datatype and associated evaluation operators and functions. It doesn't include index acceleration.\r\n\r\nFunctionality included:\r\n\r\n- `CREATE EXTENSION vector`\r\n- `vector` datatype with optional length, storage and retrieval in non-indexed table columns\r\n- Equality and inequality operators\r\n- `<->` operator - L2 distance\r\n- `<#>` operator - (negative) inner product\r\n- `<=>` operator - cosine distance\r\n- `l1_distance` builtin\r\n- `l2_distance` builtin\r\n- `cosine_distance` builtin\r\n- `inner_product` builtin\r\n- `vector_dims` builtin\r\n- `vector_norm` builtin\r\n\r\nUpdates #121432\r\nEpic: None\r\n\r\nRelease note (sql change): implement pgvector encoding, decoding, and operators, without index acceleration.\n\nCo-authored-by: Jordan Lewis ","shortMessageHtmlLink":"Merge #124292"}},{"before":"182dd60f71bd84392f4265fbef88930cb068408f","after":null,"ref":"refs/heads/staging.tmp","pushedAt":"2024-07-06T13:50:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"}},{"before":"c557fb59f6aec659d364e9002fc083c59c6392b6","after":"9fd3626f408cd76da87a4d93112abc14eb8cb7fc","ref":"refs/heads/staging","pushedAt":"2024-07-06T13:50:42.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"Merge #124292\n\n124292: sql: implement pgvector datatype and evaluation r=jordanlewis a=jordanlewis\n\nThis commit adds the pgvector datatype and associated evaluation operators and functions. It doesn't include index acceleration.\r\n\r\nFunctionality included:\r\n\r\n- `CREATE EXTENSION vector`\r\n- `vector` datatype with optional length, storage and retrieval in non-indexed table columns\r\n- Equality and inequality operators\r\n- `<->` operator - L2 distance\r\n- `<#>` operator - (negative) inner product\r\n- `<=>` operator - cosine distance\r\n- `l1_distance` builtin\r\n- `l2_distance` builtin\r\n- `cosine_distance` builtin\r\n- `inner_product` builtin\r\n- `vector_dims` builtin\r\n- `vector_norm` builtin\r\n\r\nUpdates #121432\r\nEpic: None\r\n\r\nRelease note (sql change): implement pgvector encoding, decoding, and operators, without index acceleration.\n\nCo-authored-by: Jordan Lewis ","shortMessageHtmlLink":"Merge #124292"}},{"before":"5b60ccd8da0d5c7530c094042ade9ab13e2e190e","after":"182dd60f71bd84392f4265fbef88930cb068408f","ref":"refs/heads/staging.tmp","pushedAt":"2024-07-06T13:50:41.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-124292","shortMessageHtmlLink":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-124292"}},{"before":null,"after":"5b60ccd8da0d5c7530c094042ade9ab13e2e190e","ref":"refs/heads/staging.tmp","pushedAt":"2024-07-06T13:50:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"[ci skip][skip ci][skip netlify]","shortMessageHtmlLink":"[ci skip][skip ci][skip netlify]"}},{"before":"327ad7b33cb81b5b2cadf53cee403843fa40f567","after":"c557fb59f6aec659d364e9002fc083c59c6392b6","ref":"refs/heads/master","pushedAt":"2024-07-05T20:44:44.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"Merge #126548\n\n126548: roachtest: add backup-restore roundtrip operation r=HerkoLategan a=itsbilal\n\nThis change adds a backup-restore operation that looks for a particular tpcc workload table if it exists (`district`), does a backup of it at a system time, then does a restore into a new db and verifies the sum of a column that changes regularly.\r\n\r\nFixes #126481.\r\n\r\nEpic: none\r\n\r\nRelease note: None\n\nCo-authored-by: Bilal Akhtar ","shortMessageHtmlLink":"Merge #126548"}},{"before":"88fe2a579b4695301dd4a835da2b4a037743c641","after":null,"ref":"refs/heads/staging.tmp","pushedAt":"2024-07-05T20:18:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"}},{"before":"327ad7b33cb81b5b2cadf53cee403843fa40f567","after":"c557fb59f6aec659d364e9002fc083c59c6392b6","ref":"refs/heads/staging","pushedAt":"2024-07-05T20:18:09.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"Merge #126548\n\n126548: roachtest: add backup-restore roundtrip operation r=HerkoLategan a=itsbilal\n\nThis change adds a backup-restore operation that looks for a particular tpcc workload table if it exists (`district`), does a backup of it at a system time, then does a restore into a new db and verifies the sum of a column that changes regularly.\r\n\r\nFixes #126481.\r\n\r\nEpic: none\r\n\r\nRelease note: None\n\nCo-authored-by: Bilal Akhtar ","shortMessageHtmlLink":"Merge #126548"}},{"before":"2350ad57df7ffa8f75e01799ffddf72db276dd57","after":"88fe2a579b4695301dd4a835da2b4a037743c641","ref":"refs/heads/staging.tmp","pushedAt":"2024-07-05T20:18:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-126548","shortMessageHtmlLink":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-126548"}},{"before":null,"after":"2350ad57df7ffa8f75e01799ffddf72db276dd57","ref":"refs/heads/staging.tmp","pushedAt":"2024-07-05T20:18:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"[ci skip][skip ci][skip netlify]","shortMessageHtmlLink":"[ci skip][skip ci][skip netlify]"}},{"before":"180bf2b70c65f9c8ee42160fb9b731169409f4ad","after":"327ad7b33cb81b5b2cadf53cee403843fa40f567","ref":"refs/heads/master","pushedAt":"2024-07-05T18:38:19.000Z","pushType":"push","commitsCount":13,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"Merge #126475 #126757\n\n126475: raft: introduce logMark and snapshot type r=nvanbenschoten a=pav-kv\n\nThis PR introduces the type-safe `logMark` and `snapshot` types which carry information about the leader term in whose context / coordinate system the log indices are considered. We convert the snapshot `restore` and `commitTo` methods to use the new types.\r\n\r\nThe follow-up work will utilize the `term` fields for tracking the \"[last accepted term](https://github.com/cockroachdb/cockroach/blob/4ee0b103cd3c3adeedf3a478ead5db78ec52e68e/pkg/raft/raft.go#L348-L363)\" in the `unstable` structure, which will then feed into the log write protocol, and be used for less conservative commit index advancement decisions.\r\n\r\nPart of #124440\n\n126757: crosscluster/logical: add synthetic failure injection r=dt a=dt\n\nFirst three commits are #126755.\n\nCo-authored-by: Pavel Kalinnikov \nCo-authored-by: David Taylor ","shortMessageHtmlLink":"Merge #126475 #126757"}},{"before":"c0929c827520dc89bc3d98c8123ec38583addfa4","after":null,"ref":"refs/heads/staging.tmp","pushedAt":"2024-07-05T18:09:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"}},{"before":"180bf2b70c65f9c8ee42160fb9b731169409f4ad","after":"327ad7b33cb81b5b2cadf53cee403843fa40f567","ref":"refs/heads/staging","pushedAt":"2024-07-05T18:09:41.000Z","pushType":"push","commitsCount":13,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"Merge #126475 #126757\n\n126475: raft: introduce logMark and snapshot type r=nvanbenschoten a=pav-kv\n\nThis PR introduces the type-safe `logMark` and `snapshot` types which carry information about the leader term in whose context / coordinate system the log indices are considered. We convert the snapshot `restore` and `commitTo` methods to use the new types.\r\n\r\nThe follow-up work will utilize the `term` fields for tracking the \"[last accepted term](https://github.com/cockroachdb/cockroach/blob/4ee0b103cd3c3adeedf3a478ead5db78ec52e68e/pkg/raft/raft.go#L348-L363)\" in the `unstable` structure, which will then feed into the log write protocol, and be used for less conservative commit index advancement decisions.\r\n\r\nPart of #124440\n\n126757: crosscluster/logical: add synthetic failure injection r=dt a=dt\n\nFirst three commits are #126755.\n\nCo-authored-by: Pavel Kalinnikov \nCo-authored-by: David Taylor ","shortMessageHtmlLink":"Merge #126475 #126757"}},{"before":"b592c0186882d44b313928a98809be56efb46436","after":"c0929c827520dc89bc3d98c8123ec38583addfa4","ref":"refs/heads/staging.tmp","pushedAt":"2024-07-05T18:09:39.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-126757","shortMessageHtmlLink":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-126757"}},{"before":"7a0c3465bea105205431435c497cdc54147ee7fb","after":"b592c0186882d44b313928a98809be56efb46436","ref":"refs/heads/staging.tmp","pushedAt":"2024-07-05T18:09:38.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-126475","shortMessageHtmlLink":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-126475"}},{"before":null,"after":"7a0c3465bea105205431435c497cdc54147ee7fb","ref":"refs/heads/staging.tmp","pushedAt":"2024-07-05T18:09:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"[ci skip][skip ci][skip netlify]","shortMessageHtmlLink":"[ci skip][skip ci][skip netlify]"}},{"before":"17098a160f527599c834ad4f82a2c94aafe5c268","after":"180bf2b70c65f9c8ee42160fb9b731169409f4ad","ref":"refs/heads/master","pushedAt":"2024-07-05T18:09:33.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"Merge #126774\n\n126774: sql: fix casts for TSVector and TSQuery r=stevendanna a=stevendanna\n\nPreviously, both tsvector and tsquery would produce errors such as\r\n\r\n sql: invalid cast: tsvector -> tsvector\r\n\r\nWhen passing a type containing a tsvector to a function or trying to cast such a type.\r\n\r\nFixes #126773\r\nRelease note: None\n\nCo-authored-by: Steven Danna ","shortMessageHtmlLink":"Merge #126774"}},{"before":"17098a160f527599c834ad4f82a2c94aafe5c268","after":"180bf2b70c65f9c8ee42160fb9b731169409f4ad","ref":"refs/heads/staging","pushedAt":"2024-07-05T17:45:19.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"Merge #126774\n\n126774: sql: fix casts for TSVector and TSQuery r=stevendanna a=stevendanna\n\nPreviously, both tsvector and tsquery would produce errors such as\r\n\r\n sql: invalid cast: tsvector -> tsvector\r\n\r\nWhen passing a type containing a tsvector to a function or trying to cast such a type.\r\n\r\nFixes #126773\r\nRelease note: None\n\nCo-authored-by: Steven Danna ","shortMessageHtmlLink":"Merge #126774"}},{"before":"32e70b74155494004887a7812395b4e39f903417","after":null,"ref":"refs/heads/staging.tmp","pushedAt":"2024-07-05T17:45:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"}},{"before":"935b6c330f70769c7a6011733a49a4a66c2754d3","after":"32e70b74155494004887a7812395b4e39f903417","ref":"refs/heads/staging.tmp","pushedAt":"2024-07-05T17:45:18.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-126774","shortMessageHtmlLink":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-126774"}},{"before":null,"after":"935b6c330f70769c7a6011733a49a4a66c2754d3","ref":"refs/heads/staging.tmp","pushedAt":"2024-07-05T17:45:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"[ci skip][skip ci][skip netlify]","shortMessageHtmlLink":"[ci skip][skip ci][skip netlify]"}},{"before":"00e3ffab144cb1525827d80b0643dac8aa0f349f","after":"17098a160f527599c834ad4f82a2c94aafe5c268","ref":"refs/heads/master","pushedAt":"2024-07-05T16:01:12.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"Merge #126764\n\n126764: drt: replace northamerica-northeast1 with us-central1 for drt and workload large r=nameisbhaskar a=vidit-bhat\n\nPreviously, we were seeing too many preemptions in `northamerica-northeast-1`. This was inadequate because this kept the cluster in a bad state and impeded testing. This PR changes the region to `us-central1` for both drt and workload large.\r\n\r\nEpic: none\r\nRelease note: None\n\nCo-authored-by: Vidit Bhat ","shortMessageHtmlLink":"Merge #126764"}},{"before":"a6e0eee8c736e54ec2f033e5b22bf3d0bcac1620","after":null,"ref":"refs/heads/staging.tmp","pushedAt":"2024-07-05T15:37:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"}},{"before":"00e3ffab144cb1525827d80b0643dac8aa0f349f","after":"17098a160f527599c834ad4f82a2c94aafe5c268","ref":"refs/heads/staging","pushedAt":"2024-07-05T15:37:59.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"Merge #126764\n\n126764: drt: replace northamerica-northeast1 with us-central1 for drt and workload large r=nameisbhaskar a=vidit-bhat\n\nPreviously, we were seeing too many preemptions in `northamerica-northeast-1`. This was inadequate because this kept the cluster in a bad state and impeded testing. This PR changes the region to `us-central1` for both drt and workload large.\r\n\r\nEpic: none\r\nRelease note: None\n\nCo-authored-by: Vidit Bhat ","shortMessageHtmlLink":"Merge #126764"}},{"before":"7daab9352b6845435c21983345019f91f8aee90d","after":"a6e0eee8c736e54ec2f033e5b22bf3d0bcac1620","ref":"refs/heads/staging.tmp","pushedAt":"2024-07-05T15:37:58.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"craig[bot]","name":null,"path":"/apps/craig","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/10419?s=80&v=4"},"commit":{"message":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-126764","shortMessageHtmlLink":"[ci skip][skip ci][skip netlify] -bors-staging-tmp-126764"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEeIWHZAA","startCursor":null,"endCursor":null}},"title":"Activity ยท cockroachdb/cockroach"}