servers - Search results

2025-06-06 13:02:45 | Re: POC: enable logical decoding when wal_level = 'replica' without a server restart (shveta malik)

server creates a subscription (sub1) to pub1. As part of the slot creation for sub1

2025-06-04 13:10:38 | Re: POC: enable logical decoding when wal_level = 'replica' without a server restart (shveta malik)

On Wed, Jun 4, 2025 at 6:41 AM Masahiko Sawada wrote: +1. This

2025-06-04 04:10:44 | Re: POC: enable logical decoding when wal_level = 'replica' without a server restart (Masahiko Sawada)

On Tue, May 20, 2025 at 9:54 PM Amit Kapila wrote: Thank you

2025-05-21 07:54:41 | Re: POC: enable logical decoding when wal_level = 'replica' without a server restart (Amit Kapila)

On Wed, May 21, 2025 at 12:45 AM Masahiko Sawada wrote: I am

2025-05-19 12:05:08 | Re: POC: enable logical decoding when wal_level = 'replica' without a server restart (Amit Kapila)

On Sun, May 18, 2025 at 1:09 AM Masahiko Sawada wrote: Yes, but

2025-05-18 13:36:31 | Re: POC: enable logical decoding when wal_level = 'replica' without a server restart (Dilip Kumar)

server restart. If we can address that by making the GUCs reloadable via SIGHUP, that

2025-05-10 14:08:03 | Re: POC: enable logical decoding when wal_level = 'replica' without a server restart (Amit Kapila)

On Sat, May 10, 2025 at 1:05 PM Masahiko Sawada wrote: Can we

2025-05-10 10:00:39 | Re: POC: enable logical decoding when wal_level = 'replica' without a server restart (Amit Kapila)

server restart when the user uses the API, do we want to persist the state

2025-05-07 22:35:33 | Re: POC: enable logical decoding when wal_level = 'replica' without a server restart (Masahiko Sawada)

server restart nor creating a logical slot. Yes. This approach would be simpler than the current

2025-05-07 09:59:10 | Re: POC: enable logical decoding when wal_level = 'replica' without a server restart (Amit Kapila)

On Thu, Apr 24, 2025 at 11:14 PM Masahiko Sawada wrote: Okay, if

2025-05-06 10:19:36 | Re: POC: enable logical decoding when wal_level = 'replica' without a server restart (Bertrand Drouvot)

Hi, On Mon, Apr 21, 2025 at 10:31:03AM -0700, Masahiko Sawada wrote: Agree

2025-04-24 20:44:05 | Re: POC: enable logical decoding when wal_level = 'replica' without a server restart (Masahiko Sawada)

On Thu, Apr 24, 2025 at 5:30 AM Amit Kapila wrote: I think

2025-04-24 15:30:07 | Re: POC: enable logical decoding when wal_level = 'replica' without a server restart (Amit Kapila)

On Wed, Apr 23, 2025 at 9:35 PM Masahiko Sawada wrote: True, but

2025-04-23 19:04:20 | Re: POC: enable logical decoding when wal_level = 'replica' without a server restart (Masahiko Sawada)

server needs to create a logical slot in order to execute logical decoding on the standbys

2025-04-23 15:46:13 | Re: POC: enable logical decoding when wal_level = 'replica' without a server restart (Amit Kapila)

On Mon, Apr 21, 2025 at 11:01 PM Masahiko Sawada wrote: BTW, did