Keith Fiske

Results 237 comments of Keith Fiske

Could you use whatever reference that there is that allows you to set all services into downtime when you set a host into downtime? Have it be some sort of...

Been running into the same issue as you describe in the first paragraph since I assumed these new settings would mean it would just look up the username/password if not...

I believe this should be possible. It's not really caring what the object is on the source end. It currently supports tables and views for sources. And for snapshots, mimeo...

This sounds good. I've followed a similar support pattern with pg_partman. I didn't go out of my way to make the extension not work with older versions; it still technically...

Appreciate the bug report and the suggestions. I have plans for the 5.x refactor (see https://github.com/pgpartman/pg_partman/discussions/360) to not even try parsing the boundaries out of the partition name anymore and...

This can happen if pg_partman was originally installed when PostgreSQL itself was a version earlier than 11, which doesn't support procedures. The best fix for this is to get the...

pg_partman does not support hash partitioning at this time. The main utility of pg_partman right now with native partitioning is ongoing maintenance (making new tables and retention of dropping old...

You can take a look at some of the techniques in this document. While it's specific to using pg_partman, the methods of batching and making the original table the default...

> are we doing changelog fragments in pgM? I'm game. Want to add all the necessary bits to this repo? I'll add fragments to my PRs then

We were noticing increased postgresql process memory usage for just specific queries as well. It turned out to only be happening when JIT was enabled. This defaults to "on" as...