Re: Synchronizing slots from primary to standby

2021-11-24 Thread Dimitri Fontaine
Hi all, Peter Eisentraut writes: > I want to reactivate $subject. I took Petr Jelinek's patch from [0], > rebased it, added a bit of testing. It basically works, but as > mentioned in [0], there are various issues to work out. Thanks for working on that topic, I believe it's an important part

Re: Built-in connection pooler

2019-01-28 Thread Dimitri Fontaine
Hi, Bruce Momjian writes: > It is nice it is a smaller patch. Please remind me of the performance > advantages of this patch. The patch as it stands is mostly helpful in those situations: - application server(s) start e.g. 2000 connections at start-up and then use them depending on user

Re: Prepare Transaction support for ON COMMIT DROP temporary tables

2019-01-14 Thread Dimitri Fontaine
Hi, Tom Lane writes: > I'm afraid that this patch is likely to be, if not completely broken, > at least very much less useful than one could wish by the time we get > done closing the holes discussed in this other thread: > > https://www.postgresql.org/message-id/flat/5d910e2e-0db8-ec06-dd5f-baec

Re: Prepare Transaction support for ON COMMIT DROP temporary tables

2018-12-28 Thread Dimitri Fontaine
dim commit 0b2b2d4b2ec4cd6cd2d26ef229a3764ab9ad2e78 Author: Dimitri Fontaine Date: Thu Dec 27 12:22:56 2018 +0100 Add support for on-commit-drop temp tables to prepared transactions. As the bookkeeping is all done within PreCommit_on_commit_actions() we can prepare a transaction th

Prepare Transaction support for ON COMMIT DROP temporary tables

2018-12-28 Thread Dimitri Fontaine
* here. Regards, -- dim commit 7dd834a2fb57ba617d70abf7a23eb5cc84dadca5 Author: Dimitri Fontaine Date: Thu Dec 27 12:22:56 2018 +0100 Add support for on-commit-drop temp tables to prepared transactions. As the bookkeeping is all done within PreCommit_on_commit_actions() we can