Jelte Fennema-Nio

Results 170 issues of Jelte Fennema-Nio

This removes some warnings that are present when building on Ubuntu 22.04. It does two separate things: 1. **Rename configure.in to configure.ac** Otherwise `./autoconf.sh` on Ubuntu 22.04 shows this warning:...

Using binary encoding can save a lot of CPU cycles, both on the sender and on the receiver. Since the walsender and walreceiver processes are single threaded, this can matter...

The reason the test was only sometimes failing is that previous DDL commands triggered propagation of the `search_path` value on the cached connections. By disabling connection caching the tests started...

DESCRIPTION: Fix description of citus.distributed_deadlock_detection_factor The long description of the `citus.distributed_deadlock_detection_factor` setting was incorrectly stating that 1000 would disable it. Instead -1 is the value that disables distributed deadlock detection.

When running only a single test using `arbitrary-configs-base` a large part of the time is spent in setup of the tables. These separate setup scripts can all be safely parallelized....

This would have found the bug that's fixed in #5441

DESCRIPTION: Support distributing by multiple columns IMPORTANT: Not finished at all yet This has been initial work to support having multiple distribution columns. I'm opening this PR so that it's...

I found these warnings in this blogpost: https://kristerw.blogspot.com/2017/09/useful-gcc-warning-options-not-enabled.html They seemed like the could be useful, even though they were currently not being triggered.

Needed for this enterprise PR: https://github.com/citusdata/citus-enterprise/pull/447

DESCRIPTION: Enable TLS by default for clusters created before Citus 8.1.0 Before this commit clusters created with a version lower than 8.1.0 would not have SSL enabled by default. This...