pglogical icon indicating copy to clipboard operation
pglogical copied to clipboard

Logical Replication extension for PostgreSQL 15, 14, 13, 12, 11, 10, 9.6, 9.5, 9.4 (Postgres), providing much faster replication than Slony, Bucardo or Londiste, as well as cross-version upgrades.

Results 162 pglogical issues
Sort by recently updated
recently updated
newest added

`pglogical_sequences.c` seems to have wrong file header. Could you update if needed? ``` * pglogical_manager.c * pglogical worker for managing apply workers in a database * * Copyright (c) 2015,...

Hi there! I'm setting up a brand new PGlogical connection between two PostgreSQL 14 versions. The Source database is (AWS EC2 Instance): pglogical version on source: `2.4.2-2.pgdg20.04+1` postgres version on...

Environment: pglogical version: 2.4.3 PostgreSQL version: 14.8 Two production servers Symptoms: pg_replication_slots says that the logical replication subscriptions are replicating and active No data is getting replicated from publisher to...

I created my pglogical.dll using MSYS on windows. I was getting some error while creating this dll , so i made these changes : i commented this line and changed...

Is there a way to limit the bandwidth consumed during replication? Use case is, that when we replicate some tables from one node to the other, restricting the bandwidth consumed...

I had to solve an collision of names between plpgsql_check and pglogical. In both projects was used an public variables `prev_shmem_request_hook` and `prev_shmem_startup_hook` - see https://github.com/okbob/plpgsql_check/issues/152

I understand that pglogical currently does not provide support for[ deferred constraints](https://github.com/2ndQuadrant/pglogical/blob/REL2_x_STABLE/pglogical_apply_heap.c#L170) on unique indexes. I wanted to know the reasoning behind this limitation. Is it possible to inquire about...

The first non-HOT update corrupted the primary key index. The heapallindexed() implementation comes from: https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=5184932432

When reading !indisready indexes, their structural defects may elicit low-level errors, as seen in the new test coverage. While we must skip those, !indisvalid indexes don't have that problem and...

The PGDG APT repository has recently added s390x build hosts, and the pglogical regression tests fail there: ``` 11:35:20 autopkgtest [09:35:20]: test regresscheck: [----------------------- 11:35:20 ### 10 ### 11:35:20 /bin/mkdir...