这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: github-lab/pglogical

Tags

REL2_3_2

Toggle REL2_3_2's commit message
Bump version to 2.3.2

REL2_3_1

Toggle REL2_3_1's commit message
Merge branch 'pglogical2-fix-revert' into REL2_x_STABLE

This reverts several problematic changes introduced between 2.2.2 and
2.3.0.

REL2_3_0

Toggle REL2_3_0's commit message
pglogical_create_subscriber: Fix for PostgreSQL 12

Instead of writing to recovery.conf, append to postgresql.auto.conf.
This follows the same logic as pg_basebackup -R.

REL2_2_2

Toggle REL2_2_2's commit message
Include package installation instructions

REL2_2_1

Toggle REL2_2_1's commit message
Test: Modify row_filter expected

output - for a modified error in PG 10.

REL2_2_0

Toggle REL2_2_0's commit message
Switch to MessageContext after SPI calls

REL2_1_1

Toggle REL2_1_1's commit message
Modify tests for Postgres-XL subscriber

Create default pglogical extension.
Version 2.0.0 no more has a direct extension sql file, so some tests were failing. Fixed those.

REL2_1_0

Toggle REL2_1_0's commit message
Fix previous commit

REL2_0_1

Toggle REL2_0_1's commit message
Better way of ignoring pglogical internal objects in dependency checks

Those should be handled by postgres, not by pglogical, but the filtering
code required pglogical.depend table to be present. That table is not
present in case of extension upgrades. New code just checks relation
schema and compares it to pglogical one.

REL2_0_0

Toggle REL2_0_0's commit message
Doc improvements around XL