Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
wrue
/
cockroach
Public
forked from
cockroachdb/cockroach
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
cockroach
sql
sqlbase
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 15, 2016
Merge branch 'master' into develop
RaduBerinde
committed
71441a2
View commit details
Copy full SHA for 71441a2
View code at this point
Browse repository at this point
Merge pull request #9355 from a-robinson/vselect
Show description for d2dcab1
a-robinson
authored
d2dcab1
View commit details
Copy full SHA for d2dcab1
View code at this point
Browse repository at this point
client: add ctx to DB.Del,DelRange
RaduBerinde
committed
22f6909
View commit details
Copy full SHA for 22f6909
View code at this point
Browse repository at this point
client: add ctx to DB.Put/PutInline
RaduBerinde
committed
358cdf9
View commit details
Copy full SHA for 358cdf9
View code at this point
Browse repository at this point
client: add ctx to db.Get, GetProto
RaduBerinde
committed
5d5119f
View commit details
Copy full SHA for 5d5119f
View code at this point
Browse repository at this point
sql: Don't create indexes / column families for views / virtual tables
a-robinson
committed
0bf9e9d
View commit details
Copy full SHA for 0bf9e9d
View code at this point
Browse repository at this point
sql: checksum backup/restore files
danhhz
committed
fe6f809
View commit details
Copy full SHA for fe6f809
View code at this point
Browse repository at this point
Commits on Sep 14, 2016
sql: Support for deleting views without handling cross-references
a-robinson
committed
ab33072
View commit details
Copy full SHA for ab33072
View code at this point
Browse repository at this point
sql: Support for creating views, but without cross-references
a-robinson
committed
9bf28a4
View commit details
Copy full SHA for 9bf28a4
View code at this point
Browse repository at this point
sql: move makeTableDesc to planner, replace non-CreateTable usage with literals
Show description for 538bc3c
dt
committed
538bc3c
View commit details
Copy full SHA for 538bc3c
View code at this point
Browse repository at this point
Commits on Sep 12, 2016
Merge pull request #9278 from a-robinson/values
Show description for e4ca649
a-robinson
authored
e4ca649
View commit details
Copy full SHA for e4ca649
View code at this point
Browse repository at this point
sqlbase: move all system table descriptions to sqlbase
Show description for d513ad2
vivekmenezes
committed
d513ad2
View commit details
Copy full SHA for d513ad2
View code at this point
Browse repository at this point
sql: Add pgerror code type for syntax errors
a-robinson
committed
0200e20
View commit details
Copy full SHA for 0200e20
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
Merge pull request #9104 from yznming/information_schema
Show description for 5dc5507
nvb
authored
5dc5507
View commit details
Copy full SHA for 5dc5507
View code at this point
Browse repository at this point
sql: Return pg error codes for db/table already exists errors
a-robinson
committed
2c24d17
View commit details
Copy full SHA for 2c24d17
View code at this point
Browse repository at this point
Add information_schema.schema_privileges and information_schema.table_privileges two virtual schemas.
yznming
committed
95c937d
View commit details
Copy full SHA for 95c937d
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
sql: Add initial support for window functions
Show description for 3df4959
nvb
committed
3df4959
View commit details
Copy full SHA for 3df4959
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
Merge pull request #7985 from paperstreet/interleaved_enable
Show description for 0a705bd
danhhz
authored
0a705bd
View commit details
Copy full SHA for 0a705bd
View code at this point
Browse repository at this point
sql: enable interleaved tables
Show description for 994cb0f
danhhz
committed
994cb0f
View commit details
Copy full SHA for 994cb0f
View code at this point
Browse repository at this point
sql: Allow adding *unvalidated* CHECK and FK constraints to existing tables
Show description for 3aad273
dt
committed
3aad273
View commit details
Copy full SHA for 3aad273
View code at this point
Browse repository at this point
Commits on Sep 5, 2016
sql: don't limit batches with unordered spans
Show description for dc5ec0f
RaduBerinde
committed
dc5ec0f
View commit details
Copy full SHA for dc5ec0f
View code at this point
Browse repository at this point
Commits on Sep 2, 2016
Merge pull request #9039 from irfansharif/routing-mirror
Show description for a6f18c6
irfansharif
authored
a6f18c6
View commit details
Copy full SHA for a6f18c6
View code at this point
Browse repository at this point
distsql: implement router by mirror
Show description for 94b4094
irfansharif
committed
94b4094
View commit details
Copy full SHA for 94b4094
View code at this point
Browse repository at this point
Commits on Sep 1, 2016
Merge pull request #8967 from vivekmenezes/vivek/resume
Show description for 3f25c9b
vivekmenezes
authored
3f25c9b
View commit details
Copy full SHA for 3f25c9b
View code at this point
Browse repository at this point
sqlbase: use ResumeSpan in kvfetcher
Show description for 32e7671
vivekmenezes
committed
32e7671
View commit details
Copy full SHA for 32e7671
View code at this point
Browse repository at this point
sql: add handling of CHECK and FK to ALTER..DROP CONSTRAINT
Show description for 0221965
dt
committed
0221965
View commit details
Copy full SHA for 0221965
View code at this point
Browse repository at this point
sql: refactor gathering constraint info into common helper
Show description for f9b5d48
dt
committed
f9b5d48
View commit details
Copy full SHA for f9b5d48
View code at this point
Browse repository at this point
Commits on Aug 31, 2016
Merge branch 'master' into develop
tamird
committed
2f48581
View commit details
Copy full SHA for 2f48581
View code at this point
Browse repository at this point
*: remove use of `import weak`
Show description for 2bd4a7d
tamird
committed
2bd4a7d
View commit details
Copy full SHA for 2bd4a7d
View code at this point
Browse repository at this point
Commits on Aug 26, 2016
sql: replace sqlbase.Span/Spans with roachpb.Span/Spans
vivekmenezes
committed
058e922
View commit details
Copy full SHA for 058e922
View code at this point
Browse repository at this point
Commits on Aug 25, 2016
sql: pretty print BIT columns as 'BIT' not 'INT'.
knz
committed
fff381e
View commit details
Copy full SHA for fff381e
View code at this point
Browse repository at this point
Commits on Aug 22, 2016
Merge pull request #8621 from paperstreet/backup_tweaks
Show description for 9ba8e5e
danhhz
authored
9ba8e5e
View commit details
Copy full SHA for 9ba8e5e
View code at this point
Browse repository at this point
Commits on Aug 18, 2016
sql: Add information_schema.table_constraints table
Show description for 4659b0d
nvb
committed
4659b0d
View commit details
Copy full SHA for 4659b0d
View code at this point
Browse repository at this point
sql: return amount of keyval data snapshotted in Backup
danhhz
committed
7e6d65e
View commit details
Copy full SHA for 7e6d65e
View code at this point
Browse repository at this point
Commits on Aug 12, 2016
sqlbase: commit missing protobuf diffs
Show description for 9efd14c
danhhz
committed
9efd14c
View commit details
Copy full SHA for 9efd14c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.