citus/src/include
Jelte Fennema a5aaa08a20
Reuse existing superuser connection more for logical rep
In our logical replication logic we would sometimes call
`SendCommandListToWorkerOutsideTransaction` for a list of queries that
required superuser permissions. This would open a new superuser
connection for each of those calls, even though we already had a
perfectly fine superuser connection lying around.

This adds a new function that allows sending a list of queries in a
transaction over an existing connection and we start using that for our
logical replication.
2022-09-09 15:28:04 +02:00
..
columnar Drop postgres 12 support (#6040) 2022-07-20 17:49:36 +03:00
distributed Reuse existing superuser connection more for logical rep 2022-09-09 15:28:04 +02:00
.gitignore Self-implemented review feedback 2017-04-03 22:55:12 -06:00
citus_config.h.in Renames configure.in to fix warnings (#6034) 2022-07-19 18:24:15 +02:00
citus_version.h.in HAVE_LZ4 -> HAVE_CITUS_LZ4 (#5541) 2021-12-16 16:21:52 +03:00
pg_version_compat.h Pg15 support (#6085) 2022-08-24 17:59:17 +02:00