Failed to load latest commit information.
backfill
*: move RowFetcher and co to a new package, row
Oct 12, 2018
coltypes
sql/parser: annotate unimplemented features with suitable errors
Oct 13, 2018
distsqlplan
distsqlplan: deflake TestMixedDirections and TestSpanResolver
Oct 15, 2018
distsqlrun
Merge #31353
Oct 17, 2018
exec
exec: add columnarizer and materializer
Oct 17, 2018
lex
sql: capture internal/assertion errors
Oct 11, 2018
logictest
sql: deprecate TableDescriptor.UpVersion
Oct 16, 2018
opt
Merge #31393
Oct 16, 2018
parser
pgerror: hint what to do upon encountering unimplemented errors
Oct 15, 2018
pgwire
*: update to apd v2.0.0
Oct 17, 2018
privilege
sql: enforce minimum privileges for "admin" role.
Mar 15, 2018
row
*: move RowFetcher and co to a new package, row
Oct 12, 2018
schemachange
sql: fix (really: add) the handling of bit arrays
Sep 4, 2018
scrub
sql: Move scrub errors to sql/scrub package and add scrub.Error wrapper
Dec 6, 2017
sem
*: update to apd v2.0.0
Oct 17, 2018
sessiondata
sql: Align timestamp math with PostgreSQL
Oct 12, 2018
sqlbase
*: update to apd v2.0.0
Oct 17, 2018
sqlutil
sql: get rid of planCtx.validExtendedEvalCtx
Oct 2, 2018
stats
stats: invalidate stats on INJECT STATISTICS
Sep 18, 2018
tests
storage: move storage TestingKnobs to storagebase
Oct 12, 2018
advancecode_string.go
deps: bump golang.org/x/tools
Feb 14, 2018
alter_index.go
sql: move setting UpVersionn to notifySchemaChange
Jun 4, 2018
alter_sequence.go
sql: helper function ResolveMutableTableDescriptor
Aug 29, 2018
alter_table.go
sql: capture internal/assertion errors
Oct 11, 2018
alter_user.go
sql: port the InternalExecutor to use the connExecutor
May 4, 2018
ambiguous_commit_test.go
storage: move storage TestingKnobs to storagebase
Oct 12, 2018
analyze_expr.go
sql: clean up comments for subqueries, simplify analyzeSubqueries
Mar 28, 2018
app_stats.go
sql: only quantize counts when scrubbing stmt stats
Oct 8, 2018
as_of_test.go
sql: correctly convert HLC time to AS OF SYSTEM TIME
Jul 10, 2018
authorization.go
sql: port the InternalExecutor to use the connExecutor
May 4, 2018
backfill.go
*: move RowFetcher and co to a new package, row
Oct 12, 2018
builtin_mem_usage_test.go
sql: normalize function names
Jun 11, 2018
builtin_test.go
builtins: add NULL func execs as a panic screen
Sep 12, 2018
cancel_queries.go
sql: capture internal/assertion errors
Oct 11, 2018
cancel_sessions.go
sql: capture internal/assertion errors
Oct 11, 2018
check.go
sql: migrate some users of the internal planner to the InternalSQLExe…
May 4, 2018
cluster_wide_id.go
sql,serverpb: Add session_id to crdb_internal.{node,cluster}_sessions
Apr 3, 2018
conn_executor.go
sql: fold unimplemented/error telemetry into feature counters
Oct 15, 2018
conn_executor_exec.go
sql: capture internal/assertion errors
Oct 11, 2018
conn_executor_prepare.go
opt: Store Memo in prepared statement
Sep 10, 2018
conn_executor_test.go
storage: move storage TestingKnobs to storagebase
Oct 12, 2018
conn_fsm.go
sql: add type assertions to fsm state declarations
Sep 4, 2018
conn_io.go
pgwire: conn holds stmtBuf by value, not reference
Sep 25, 2018
conn_io_test.go
sql: introduce connExecutor, the query execution orchestrator
Feb 19, 2018
control_jobs.go
sql: capture internal/assertion errors
Oct 11, 2018
copy.go
client: plumb ctx to txn ctors and boil the ocean
Sep 5, 2018
copy_in_test.go
sql: desugar "TIMESTAMP WITH TIME ZONE" to "TIMESTAMPTZ"
Aug 23, 2018
copy_test.go
*: remove `// Author:` comments
Jul 31, 2017
crdb_internal.go
storage: move protos to storagepb
Oct 13, 2018
crdb_internal_test.go
*: move server/status -> server/status/statuspb
Oct 13, 2018
create_database.go
sql: block session for database name cache updates
Feb 2, 2018
create_index.go
sql: helper function ResolveMutableTableDescriptor
Aug 29, 2018
create_sequence.go
sql: helper function ResolveUncachedDatabase
Aug 29, 2018
create_stats.go
sql: capture internal/assertion errors
Oct 11, 2018
create_table.go
*: move RowFetcher and co to a new package, row
Oct 12, 2018
create_test.go
test: make TestClusterRecovery retry on inbound stream timeout
Aug 7, 2018
create_user.go
sql: capture internal/assertion errors
Oct 11, 2018
create_view.go
sql: properly support CTEs inside views
Oct 7, 2018
data_source.go
sql: enable client to override index selection for DELETE and UPDATE
Oct 12, 2018
database.go
config/storage: cache zone config values to avoid repetitive deserial…
Sep 19, 2018
database_test.go
config/storage: cache zone config values to avoid repetitive deserial…
Sep 19, 2018
deallocate.go
sql: add ResultColumns to zeroNode to fix crash
Mar 10, 2018
delayed.go
opt: Fix memory budget bug with virtual tables
Aug 3, 2018
delete.go
*: move RowFetcher and co to a new package, row
Oct 12, 2018
delete_test.go
*: move RowFetcher and co to a new package, row
Oct 12, 2018
dep_test.go
sql: assert no dependencies on storage or CGo
Oct 15, 2018
descriptor.go
sql: run ValidateTable within createDescriptorWithID
Aug 27, 2018
descriptor_mutation_test.go
sql: improve an error message
Oct 11, 2018
discard.go
sql: capture internal/assertion errors
Oct 11, 2018
distinct.go
sql: always close planNode trees
Aug 20, 2018
distsql_physical_planner.go
sql: remove dependency on storage.NodeLiveness
Oct 12, 2018
distsql_physical_planner_test.go
sql: attempt to deflake distsql physical planner tests
Oct 11, 2018
distsql_plan_backfill.go
changefeedccl: reuse distsql span partitioner
Sep 7, 2018
distsql_plan_backfill_test.go
kv: change TxnCoordSender so that many can be used in a distributed f…
Jan 20, 2018
distsql_plan_csv.go
Merge #30881
Oct 3, 2018
distsql_plan_join.go
sql: capture internal/assertion errors
Oct 11, 2018
distsql_plan_join_test.go
changefeedccl: reuse distsql span partitioner
Sep 7, 2018
distsql_plan_scrub_physical.go
sql: pool FlowSpecs and TableReaderSpecs
Oct 2, 2018
distsql_plan_stats.go
sql: optimize point lookups on column families
Oct 9, 2018
distsql_plan_window.go
Merge #30593
Sep 26, 2018
distsql_running.go
sql: add EXPLAIN(DISTSQL) support for subqueries
Oct 11, 2018
distsql_running_test.go
sql: don't write/parse exprs in local mode
Sep 24, 2018
doc.go
pkg: fix documentation typos
Aug 4, 2017
drop_database.go
sql: delete db zone config after GC TTL
Oct 11, 2018
drop_index.go
sql, config: set default values for constraints
Oct 11, 2018
drop_sequence.go
sql: add ResultColumns to zeroNode to fix crash
Mar 10, 2018
drop_table.go
sql: delete db zone config after GC TTL
Oct 11, 2018
drop_test.go
sql: delete db zone config after GC TTL
Oct 11, 2018
drop_user.go
sql: port the InternalExecutor to use the connExecutor
May 4, 2018
drop_view.go
sql: create jobs for truncated and dropped tables
Sep 19, 2018
err_count_test.go
sql: fold unimplemented/error telemetry into feature counters
Oct 15, 2018
event_log.go
sql: don't capture context in CommitTrigger
Jul 23, 2018
exec_log.go
opt: pass through audit events and disable test
Jul 2, 2018
exec_util.go
sql: remove dependency on server/status
Oct 13, 2018
execute.go
sql: remove EXPLAIN EXECUTE
Sep 27, 2018
executor_statement_metrics.go
sql: include distsql queries in `sql.{service,exec}.latency` metrics
Oct 8, 2018
expand_plan.go
sql: optimize point lookups on column families
Oct 9, 2018
explain.go
sql: add EXPLAIN(DISTSQL) support for subqueries
Oct 11, 2018
explain_distsql.go
sql: add EXPLAIN(DISTSQL) support for subqueries
Oct 11, 2018
explain_plan.go
sql: always include filters in EXPLAIN
Oct 10, 2018
explain_test.go
sql: bark at unused CTEs containing mutations
Oct 7, 2018
expr_filter.go
sql: the type of NULL is "unknown", not "NULL"
Feb 27, 2018
expr_filter_test.go
sql: don't panic on leftover bytes in production
Feb 15, 2018
filter.go
sql: replace IndexedVarHelper in EvalContext with IndexedVarContainer
Feb 17, 2018
grant_revoke.go
sql: increment table descriptor version in schema change transaction
Jun 20, 2018
group.go
sql: make heuristic planner bail on HAVING without FROM
Oct 15, 2018
group_test.go
sql: normalize function names
Jun 11, 2018
helpers_test.go
sql: separate stored lease from tableVersionState
Aug 15, 2018
index_join.go
sql: store physical props in indexJoinNode
Jun 6, 2018
indexbackfiller_test.go
*: replace golang.org/x/net/context with stdlib context
Dec 25, 2017
information_schema.go
sql: report unimplemented vtables in telemetry
Oct 15, 2018
insert.go
*: move RowFetcher and co to a new package, row
Oct 12, 2018
internal.go
sql: capture internal/assertion errors
Oct 11, 2018
internal_test.go
sql: some tests for the InternalExecutor
May 4, 2018
join.go
opt,sql: do not allow special functions in ON clause
Aug 20, 2018
join_predicate.go
sqlbase: rename EncodeDatum and EncodeDatums
Aug 23, 2018
join_test.go
sql: optimize point lookups on column families
Oct 9, 2018
lease.go
sql: capture internal/assertion errors
Oct 11, 2018
lease_internal_test.go
cdc: Support Schema Changes with Backfill
Oct 9, 2018
lease_test.go
sql: asynchronously drop non-interleaved indexes
Oct 9, 2018
limit.go
sql: avoid recursing into scalar expressions multiple times
Jun 6, 2018
logical_schema_accessors.go
sql: report unimplemented vtables in telemetry
Oct 15, 2018
lookup_join.go
sql: optimize point lookups on column families
Oct 9, 2018
main_test.go
sql: move common test code and end-to-end tests to a new package sql/…
Nov 20, 2017
mem_metrics.go
*: Add Measurement and Unit to metric.Metadata
Jun 28, 2018
metric_test.go
sql: rename EXPERIMENTAL_OPT setting to OPTIMIZER
Sep 4, 2018
metric_util_test.go
sql: add metric for queries run with optimizer
Jul 17, 2018
mutation_test.go
sql: add a test for the validity of values produced by RETURNING
Apr 21, 2018
opt_catalog.go
Merge #30072
Sep 24, 2018
opt_decompose_test.go
sql: remove SimplifyExpr
Jul 24, 2018
opt_exec_factory.go
Merge #30857
Oct 11, 2018
opt_filters.go
sql: make TRUNCATE EXPLAINable and PREPAREable
Sep 26, 2018
opt_index_selection.go
sql: capture internal/assertion errors
Oct 11, 2018
opt_index_selection_test.go
sql: optimize point lookups on column families
Oct 9, 2018
opt_limits.go
sql: make TRUNCATE EXPLAINable and PREPAREable
Sep 26, 2018
opt_needed.go
sql: make TRUNCATE EXPLAINable and PREPAREable
Sep 26, 2018
optimize.go
sql: move subquery exec mode to package distsql
Aug 20, 2018
ordinality.go
sql, sqlbase: Move DataSourceInfo from sql into sqlbase.
Feb 7, 2018
parallel_stmts.go
sql: always include filters in EXPLAIN
Oct 10, 2018
parallel_stmts_test.go
client: plumb ctx to txn ctors and boil the ocean
Sep 5, 2018
partition_test.go
sql: improve the UX of zone configurations (cont.)
Sep 5, 2018
pg_catalog.go
sql: report unimplemented vtables in telemetry
Oct 15, 2018
pgwire_internal_test.go
sql: clarify that tableVersion refcount and leased are protected
Aug 10, 2018
physical_props.go
sql: fix crash in physicalProps
Apr 5, 2018
physical_props_test.go
sql: fix crash in physicalProps
Apr 5, 2018
physical_schema_accessors.go
sql: make getTableVersion|ByID use resolver flags
Aug 29, 2018
plan.go
opt: Fix panic on malformed placeholder value ( #30538 )
Oct 1, 2018
plan_batch.go
sql: refactor the code for UPDATE; fix bugs
Apr 21, 2018
plan_columns.go
sql: vtable (crdb_internal.ranges) constructor to generator
Sep 19, 2018
plan_node_to_row_source.go
sql: fix planning of wrapped local nodes
Oct 8, 2018
plan_physical_props.go
sql: fix the ordering of SRF projections
Jun 13, 2018
plan_spans.go
sql: vtable (crdb_internal.ranges) constructor to generator
Sep 19, 2018
planhook.go
changefeedccl: support a minimum frequency between resolved ts emits
Oct 4, 2018
planhook_test.go
*: replace golang.org/x/net/context with stdlib context
Dec 25, 2017
planner.go
*: move RowFetcher and co to a new package, row
Oct 12, 2018
planner_test.go
sql/parser: remove the alias stubs
Nov 11, 2017
prepared_stmt.go
opt: Store Memo in prepared statement
Sep 10, 2018
project_set.go
sql: capture internal/assertion errors
Oct 11, 2018
relocate.go
storage: Avoid adding all replicas at once in RelocateRange
Sep 19, 2018
rename_column.go
sql: fix EXPLAIN ALTER TABLE RENAME COLUMN
Sep 24, 2018
rename_database.go
sql: fix EXPLAIN ALTER DATABASE RENAME
Sep 24, 2018
rename_index.go
sql: fix EXPLAIN ALTER INDEX RENAME
Sep 24, 2018
rename_table.go
sql: fix EXPLAIN ALTER TABLE RENAME
Sep 24, 2018
rename_test.go
config/storage: cache zone config values to avoid repetitive deserial…
Sep 19, 2018
render.go
sql: do not silently ignore CTEs inside parentheses
Oct 7, 2018
resolver.go
*: move RowFetcher and co to a new package, row
Oct 12, 2018
returning.go
sql: capture internal/assertion errors
Oct 11, 2018
row_buffer.go
sql/parser: remove the alias stubs
Nov 11, 2017
row_source_to_plan_node.go
sql: always close planNode trees
Aug 20, 2018
run_control_test.go
sql: Fix flake in TestCancelDistSQLQuery
Sep 24, 2018
scan.go
*: move RowFetcher and co to a new package, row
Oct 12, 2018
scan_test.go
*: move RowFetcher and co to a new package, row
Oct 12, 2018
scatter.go
kv, client: don't send non-txn requests through the TxnCoordSender an…
Jun 20, 2018
scatter_test.go
sql: De-flake merge queue race in TestScatterRandomizeLeases
Oct 16, 2018
schema_accessors.go
sql: add helper ResolveUncachedTableDescriptor
Aug 29, 2018
schema_changer.go
sql: deprecate TableDescriptor.UpVersion
Oct 16, 2018
schema_changer_test.go
sql: deflake TestSchemaChangeReverseMutations
Oct 17, 2018
scrub.go
sql: capture internal/assertion errors
Oct 11, 2018
scrub_constraint.go
sql, *: make CockroachDB understand schema names
Feb 16, 2018
scrub_fk.go
sql: don't write/parse exprs in local mode
Sep 24, 2018
scrub_index.go
sql: don't write/parse exprs in local mode
Sep 24, 2018
scrub_physical.go
sql: don't write/parse exprs in local mode
Sep 24, 2018
scrub_test.go
sql: normalize function names
Jun 11, 2018
select_name_resolution.go
sql: move ProcessComputedColumns to sqlbase
Apr 19, 2018
select_name_resolution_test.go
sql: move ProcessComputedColumns to sqlbase
Apr 19, 2018
sequence.go
sql: capture internal/assertion errors
Oct 11, 2018
sequence_select.go
sql: fix empty plan columns of sequenceSelectNode
Feb 8, 2018
sequence_test.go
sql: add benchmarks for sequence increment and unique_rowid
Feb 2, 2018
serial.go
sql: add helper ResolveUncachedTableDescriptor
Aug 29, 2018
set_cluster_setting.go
sql: bump SET CLUSTER SETTING gossip timeout
Oct 10, 2018
set_default_isolation.go
sql: Remove SNAPSHOT isolation
Jun 28, 2018
set_transaction.go
sql: permit tuple-typed placeholders
May 3, 2018
set_var.go
sql,pgwire: fix a host of pgwire/sql interaction bugs
Oct 5, 2018
set_zone_config.go
sql, settings: add a version for CascadingZoneConfigs
Oct 12, 2018
set_zone_config_test.go
*: move server/status -> server/status/statuspb
Oct 13, 2018
show_cluster_setting.go
sql: run show cluster setting in a restartable txn
Oct 11, 2018
show_columns.go
sql: fix the reporting of types in information_schema.columns
Aug 23, 2018
show_constraints.go
sql: rationalize SHOW CONSTRAINTS
Jul 17, 2018
show_create.go
sql: make lookups in ShowCreate optional
Sep 8, 2018
show_create_test.go
sql: make lookups in ShowCreate optional
Sep 8, 2018
show_databases.go
sql: rationalize SHOW DATABASES
Jul 17, 2018
show_fingerprints.go
sql: capture internal/assertion errors
Oct 11, 2018
show_fingerprints_test.go
*: replace golang.org/x/net/context with stdlib context
Dec 25, 2017
show_grants.go
sql: add missing sort column to SHOW GRANTS
Jul 24, 2018
show_histogram.go
sql: capture internal/assertion errors
Oct 11, 2018
show_index.go
sql: rationalize SHOW INDEX
Jul 17, 2018
show_jobs.go
sql: present the output of SHOW JOBS in sorted order
Oct 5, 2018
show_queries.go
sql: rationalize SHOW QUERIES
Jul 17, 2018
show_ranges.go
sql: rationalize SHOW EXPERIMENTAL_RANGES
Jul 17, 2018
show_role_grants.go
sql: rationalize SHOW GRANTS ON ROLE
Jul 17, 2018
show_roles.go
sql: rationalize SHOW ROLES
Jul 17, 2018
show_schemas.go
sql: rename ResolveDatabase to ResolveUncachedDatabaseByName
Aug 29, 2018
show_sessions.go
sql: rationalize SHOW SESSIONS
Jul 17, 2018
show_stats.go
sql: add helper ResolveUncachedTableDescriptor
Aug 29, 2018
show_syntax.go
sql: capture internal/assertion errors
Oct 11, 2018
show_table.go
sql: add helper ResolveUncachedTableDescriptor
Aug 29, 2018
show_tables.go
sql: rationalize SHOW TABLES
Jul 17, 2018
show_test.go
sql: fix flaky TestShowQueries
Oct 11, 2018
show_trace.go
sql: remove SHOW TRACE FOR <stmt>, enhance traces
Jul 5, 2018
show_trace_replica.go
sql: make SHOW TRACE FOR SESSION idempotent
Jun 15, 2018
show_trace_replica_test.go
sql, config: make zone configs cascade
Oct 11, 2018
show_transaction_status.go
*: replace golang.org/x/net/context with stdlib context
Dec 25, 2017
show_users.go
sql: rationalize SHOW USERS
Jul 17, 2018
show_var.go
sql: clean-up/improve the handling of session vars + extend
Jul 26, 2018
show_zone_config.go
sql, settings: add a version for CascadingZoneConfigs
Oct 12, 2018
sort.go
sql: capture internal/assertion errors
Oct 11, 2018
sort_test.go
sql: normalize function names
Jun 11, 2018
split.go
storage: move MergeQueueEnabled to storagebase
Oct 13, 2018
split_test.go
sql: unskip TestSplitAt
Sep 25, 2018
spool.go
sql: avoid accumulating too many rows in the spool if LIMIT is used
Mar 15, 2018
statement.go
opt: Store Memo in prepared statement
Sep 10, 2018
subquery.go
sql: capture internal/assertion errors
Oct 11, 2018
subquery_test.go
sql: normalize function names
Jun 11, 2018
table.go
sql: capture internal/assertion errors
Oct 11, 2018
table_ref_test.go
opt: add optimizer support for numeric references
Aug 8, 2018
table_test.go
sql: fix (really: add) the handling of bit arrays
Sep 4, 2018
tablewriter.go
*: move RowFetcher and co to a new package, row
Oct 12, 2018
tablewriter_delete.go
*: move RowFetcher and co to a new package, row
Oct 12, 2018
tablewriter_insert.go
*: move RowFetcher and co to a new package, row
Oct 12, 2018
tablewriter_update.go
*: move RowFetcher and co to a new package, row
Oct 12, 2018
tablewriter_upsert.go
*: move RowFetcher and co to a new package, row
Oct 12, 2018
tablewriter_upsert_fast.go
*: move RowFetcher and co to a new package, row
Oct 12, 2018
tablewriter_upsert_strict.go
*: move RowFetcher and co to a new package, row
Oct 12, 2018
targets.go
sql: not reuse renders for arguments to window functions
Jul 24, 2018
testutils.go
sql: pool distsql receivers
Oct 2, 2018
trace_test.go
sql: add '2.0' setting for distsql
Sep 13, 2018
transform_srf.go
sql: Support tuple column access and tuple stars
Jun 14, 2018
truncate.go
*: move RowFetcher and co to a new package, row
Oct 12, 2018
txn_restart_test.go
storage: move storage TestingKnobs to storagebase
Oct 12, 2018
txn_state.go
util/tracing: optimize the creation of root spans
Oct 1, 2018
txn_state_test.go
client: plumb ctx to txn ctors and boil the ocean
Sep 5, 2018
txnevent_string.go
sql: introduce connExecutor, the query execution orchestrator
Feb 19, 2018
txnstatetransitions_diagram.gv
sql: introduce connExecutor, the query execution orchestrator
Feb 19, 2018
txnstatetransitions_report.txt
sql: introduce connExecutor, the query execution orchestrator
Feb 19, 2018
txntype_string.go
deps: bump golang.org/x/tools
Feb 14, 2018
unary.go
*: replace golang.org/x/net/context with stdlib context
Dec 25, 2017
union.go
sqlbase: rename EncodeDatum and EncodeDatums
Aug 23, 2018
update.go
*: move RowFetcher and co to a new package, row
Oct 12, 2018
upsert.go
*: move RowFetcher and co to a new package, row
Oct 12, 2018
upsert_test.go
storage: move storage TestingKnobs to storagebase
Oct 12, 2018
user.go
sql: replace saveNonmutationAndNotify with writeSchemaChange
Aug 29, 2018
values.go
sql: fix the schema type check for INSERT/UPSERT
Oct 11, 2018
values_test.go
sql: fix (really: add) the handling of bit arrays
Sep 4, 2018
vars.go
sql,pgwire: fix a host of pgwire/sql interaction bugs
Oct 5, 2018
views.go
sql: properly report #10028 as an unimplemented feature
Oct 7, 2018
virtual_schema.go
sql: report unimplemented vtables in telemetry
Oct 15, 2018
virtual_table.go
sql: vtable (crdb_internal.ranges) constructor to generator
Sep 19, 2018
walk.go
sql: always include filters in EXPLAIN
Oct 10, 2018
window.go
sqlbase: rename EncodeDatum and EncodeDatums
Aug 23, 2018
with.go
sql: do not silently ignore CTEs inside parentheses
Oct 7, 2018
zero.go
*: Correct names
Jul 26, 2018
zone_config.go
sql, settings: add a version for CascadingZoneConfigs
Oct 12, 2018
zone_config_test.go
sql, config: set default values for constraints
Oct 11, 2018
zone_test.go
sql, config: set default values for constraints
Oct 11, 2018