Results 7 issues of Tyler Fontaine

Because of the many tables created by the promscale schema, backup and restore operations are a little brittle. pg_dump calls were frequently failing due to max_locks_per_transaction: ``` pg_dump: error: query...

Documentation

**Describe the bug** Updating pgbouncer settings requires the pgbouncer containers to be bounced, since the .ini file is only evaluated at startup: https://www.pgbouncer.org/usage.html#signals It would be great if the chat...

enhancement
area/timescaledb-single

Due to upstream constraints, pvcs can't be resized in stateful sets, as outlined here: https://github.com/timescale/timescaledb-kubernetes/issues/120 But if there is a workaround to resize the underlying volumes without resizing the claims...

enhancement
area/timescaledb-single

**Describe the change** The API Reference for reorder_chunk() lists `index` as an optional parameter; however, the first time a chunk is reordered, supplying that index is required. This either needs...

docs-update-needed

For laptop use, it’s very possible someone will have multiple versions of pg installed, or it doesn’t exist in their default path. (thinking sometimes Homebrew does weird things). It’d be...

To avoid having to decompress an entire hypertable to make a DDL change, this procedure facilitates copying data to a new table with the correct structure. It copies whole chunks...

Fix universal dashboard link to query-performance ## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES ## What kind of change does this PR introduce? docs update, ... ## What is the...