Skip to content

Issues: cockroachdb/cockroach

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

cockroach: there were issues C-wishlist A wishlist feature.
#100000 opened Mar 29, 2023 by knz
sql: move alter column type general support out of experimental C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) meta-issue Contains a list of several other issues. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#49329 opened May 20, 2020 by RichardJCai
1 of 11 tasks
sql: Full Text Search A-sql-pgcompat Semantic compatibility with PostgreSQL C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) O-community Originated from the community X-anchored-telemetry The issue number is anchored by telemetry references.
#7821 opened Jul 13, 2016 by Linicks
1 of 2 tasks
sql: support diesel-rs A-sql-pgcompat Semantic compatibility with PostgreSQL C-investigation Further steps needed to qualify. C-label will change. meta-issue Contains a list of several other issues. X-nostale Marks an issue/pr that should be ignored by the stale bot
#13787 opened Feb 24, 2017 by tbg
3 of 4 tasks
Later
sql: support remainder of the postgres trigram module (pg_trgm) A-sql-pgcompat Semantic compatibility with PostgreSQL A-tools-efcore C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-queries SQL Queries Team
#41285 opened Oct 3, 2019 by rohany
6 of 15 tasks
kv.closed_timestamp.target_duration is no longer in the generated cluster settings doc C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
#76992 opened Feb 24, 2022 by ianjevans
sql: support user-defined types A-sql-datatypes SQL column types usable in table descriptors. A-sql-pgcompat Semantic compatibility with PostgreSQL C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) O-community Originated from the community X-anchored-telemetry The issue number is anchored by telemetry references.
#25123 opened Apr 27, 2018 by knz
2 of 5 tasks
roachtest: ssh_problem failed branch-master Failures on the master branch. O-roachtest O-robot Originated from a bot. T-testeng TestEng Team X-infra-flake the automatically generated issue was closed due to an infrastructure problem not a product issue
#90695 opened Oct 26, 2022 by cockroach-teamcity 22.2
catalog: enforce uniqueness of id column in system.namespace A-schema-catalog Related to the schema descriptors collection and the catalog API in general. C-cleanup Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#84561 opened Jul 18, 2022 by postamar
sql/catalog/lease: acceptance/version-upgrade can sometimes wait a full lease duration leading to flakiness A-schema-changes A-schema-descriptors Relating to SQL table/db descriptor handling. C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
#84382 opened Jul 13, 2022 by renatolabs
cli,ui: make CRDB recognize the CC cluster name in configuration and display it in DB Console and other places A-observability-inf A-webui Triage label for DB Console (fka admin UI) issues. Add this if nothing else is clear. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-observability
#44494 opened Jan 29, 2020 by knz
util/log: TestMessageReceived failed branch-release-23.1.23-rc C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-observability
#125358 opened Jun 7, 2024 by cockroach-teamcity 23.1
sql: support NULLS FIRST/LAST modifiers for indexes A-sql-optimizer SQL logical planning and optimizations. A-sql-pgcompat Semantic compatibility with PostgreSQL A-tools-efcore A-tools-graphile Issues relating to graphile compatibility C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-queries SQL Queries Team
#6224 opened Apr 22, 2016 by nvanbenschoten
sql: sampling selects A-sql-execution Relating to SQL execution. A-sql-optimizer SQL logical planning and optimizations. A-sql-semantics C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-queries SQL Queries Team
#7030 opened Jun 3, 2016 by tbg
distsql: update HLC when distsql messages are exchanged A-sql-execution Relating to SQL execution. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-kv KV Team T-sql-queries SQL Queries Team
#7526 opened Jun 29, 2016 by RaduBerinde
sql: implement a maximum size checker on columns and families A-schema-descriptors Relating to SQL table/db descriptor handling. A-sql-datatypes SQL column types usable in table descriptors. A-sql-encoding Relating to the SQL/KV encoding. A-sql-mutations Mutation statements: UPDATE/INSERT/UPSERT/DELETE. A-sql-semantics C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#9556 opened Sep 26, 2016 by knz
sql: support ALTER TABLE ... ALTER COLUMN ... SET DATA TYPE ... A-sql-datatypes SQL column types usable in table descriptors. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) E-intermediate Intermediate complexity, needs a contributor with 3-6 months of past contribution experience. X-anchored-telemetry The issue number is anchored by telemetry references.
#9851 opened Oct 10, 2016 by knz
sql: Support renaming objects depended on by views A-schema-changes A-schema-descriptors Relating to SQL table/db descriptor handling. A-sql-pgcompat Semantic compatibility with PostgreSQL A-sql-semantics C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) S-3-ux-surprise Issue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#10083 opened Oct 19, 2016 by a-robinson
sql: force column types in view plans (make view descriptors future-proof) A-schema-changes A-sql-typing SQLtype inference, typing rules, type compatibility. C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. docs-todo S-3-ux-surprise Issue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption.
#12611 opened Dec 30, 2016 by knz 19.1
sql: investigate auto-splitting large values across KV pairs (adaptive column families) A-sql-encoding Relating to the SQL/KV encoding. C-performance Perf of queries or internals. Solution not expected to change functional behavior. T-kv KV Team
#13195 opened Jan 27, 2017 by RaduBerinde
sql: support creating a database as duplicate of another ("create database ... with template ...") A-schema-changes A-sql-pgcompat Semantic compatibility with PostgreSQL C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) O-community Originated from the community T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) X-anchored-telemetry The issue number is anchored by telemetry references.
#10151 opened Oct 22, 2016 by alex
kvserver: avoid need for manual tuning of rebalance rate setting A-admission-control A-kv-client Relating to the KV client and the KV interface. C-performance Perf of queries or internals. Solution not expected to change functional behavior. O-postmortem Originated from a Postmortem action item. P-3 Issues/test failures with no fix SLA T-kv KV Team
#14768 opened Apr 10, 2017 by petermattis
security: add other methods to trigger certificate reload. A-authentication Pertains to authn subsystems A-cc-enablement Pertains to current CC production issues or short-term projects A-kv-security A-server-architecture Relates to the internal APIs and src org for server code C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-server-and-security DB Server & Security
#15028 opened Apr 18, 2017 by mberhault
settings: provide a way to provision initial values A-cc-enablement Pertains to current CC production issues or short-term projects A-server-start-drain Pertains to server startup and shutdown sequences C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-shared-systems Shared Systems Team
#15301 opened Apr 24, 2017 by knz
ProTip! What’s not been updated in a month: updated:<2024-05-07.