Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
551 contributions in the last year
Contribution activity
October 2020
Created a pull request in timescale/timescaledb that received 4 comments
Lock dimension slices when creating new chunk
This change makes two changes to address issues with processes doing
concurrent inserts and drop_chunks calls:
When a new chunk is created, any d…
- Read function name dynamically
- Add missing increment for PG11 decompression
- Release 2.0.0-rc2
- Exclude compressed chunks from ANALYZE/VACUUM
- Fix SCHEMA DROP CASCADE with continuous aggregates
- Repair dimension slice table on update
- Change use of ssl_dir GUC
- Fix DecompressChunk path generation
- Move chunk size arguments to the end
- Repair dimension slice table on update
- Ensure reltuples are preserved during compression
- Suspend retention policies with caggs conflicts
- Fix outer join qual propagation
- Remove modification time from invalidation log
- Fix flaky remote_txn test
- Fix timescaledb_fdw function handling in update script
- Support non-transactional distibuted_exec
- Cleanup public API
- Fix flaky update test
- Fix validation logic when adding a new data node
- Run pg_format on sql files
- Release 2.0.0-rc1
- Show unscheduled jobs as paused in job_stats
- Fix datanode sql function script
- Fix timescaledb_fdw sql script
- Some pull request reviews not shown.
- Add description of replication factor
- Update multinode setup page(s)
- Update introduction to continuous aggregates
- Update parameter names for several functions
- Update view column names
- Add instructions for backfill to compressed data
- Clarify single hypertable in continuous aggregate
- Add timescaledb.license API section
Created an issue in timescale/docs.timescale.com-content that received 1 comment
Consistent use of argument types in API docs
The API docs sometimes list the type of arguments given to some API functions, but this is not consistent. We should make sure we either document t…