peloton icon indicating copy to clipboard operation
peloton copied to clipboard

The Self-Driving Database Management System

Results 100 peloton issues
Sort by recently updated
recently updated
newest added

We need to store attribute default values in the catalog. Postgres uses the `pg_attrdef` catalog table. We need to add this: https://www.postgresql.org/docs/9.6/static/catalog-pg-attrdef.html We need to support the following type of...

_Regarding this and your separate note about updating the docker images with all the new dependencies, could you please specify what version(s) of the compiler you'd like to have pre-installed?_...

First, I have found that the triggers are not added to the codegen executors (e.g. Insert). I think This happened because the codegen work was done based on the old...

beginner
cleanup

David and I completed our first comprehensive evaluation of the garbage collector. Based on the test suite we wrote [here](https://github.com/mbutrovich/peloton/blob/gc_fixes/test/gc/transaction_level_gc_manager_test.cpp), we've identified the following tuple-related problem scenarios: 1. Primary key...

Currently, when comparing two plans, lets say sequential plans, it only compares if the table, the number of predicates and the predicate types are the same. Lets say we have...

On Jenkins, has leaks when running under the address sanitizer Seen in several recent builds. Extract of logs from PR-1271 appended. This seems to be reporting that the leaks are...

Build processes fail because of this. Need help to make more valid disk space on that server.

In trying to walk through (trace) code execution paths, I see that __PELOTONFILE__ is not always correct. I've seen this before too, but previously thought it was my error. With...

Tensorflow doesnt expose any API to shut down background threads when closing a Tensorflow session. It has a currently open [issue](https://github.com/tensorflow/tensorflow/issues/17739) regarding this. As a result Valgrind(and possibly the Address...

testing