Changelog for
postgresql15-pglogical-2.4.4-1.44.i586.rpm :
* Wed Oct 04 2023 Marcus Rueckert
- update to 2.4.4 - add support for pg16
* Wed May 31 2023 Marcus Rueckert - update to 2.4.3 - Apply data filtering on the correct tuple during initial synchronization. - Restore the correct memory context while decoding a change. - Drop database never completes in PostgreSQL 15. - Don\'t replicate TRUNCATE as global message.
* Thu May 11 2023 Reinhard Max - Stop supporting postgresql10
* Sat Oct 22 2022 Marcus Rueckert - update to 2.4.2 - Add PG 15 support
* Wed Dec 15 2021 Marcus Rueckert - update to 2.4.1 - Fix \"snapshot still active\" warnings and snapshot handling with domains. Problems introduced in version 2.4.0. - Flush error state when having failed to drop remote replication slot
* Thu Dec 02 2021 Marcus Rueckert - fix postgresql_has_llvm usage
* Tue Nov 30 2021 Marcus Rueckert - switch to %{pg_name}-llvmjit-devel
* Sun Nov 14 2021 Marcus Rueckert - port to postgresql macros
* Mon Aug 16 2021 Marcus Rueckert - update to 2.4.0 - Add preliminary support for PostgreSQL 14 (beta) - Fix pglogical_show_subscription_table to return row rather than set of rows - Fix snapshot handling in output plugin and apply worker - Fix command quoting on Windows so that it actually works - Seems like the API used before has 1024 limit on command line length - Make sure that the schema syncing process can be interrupted on Windows - Fix compilation issues with pglogical_create_subscriber on Windows - Fix double closing of relation when a BEFORE ROW DELETE trigger returns NULL in the apply worker - Fix multi-insert crash in the SPI apply worker - Fix multi-insert doing insert of last tuple multiple times in apply worker - Make sure debug_query_string is always set Newer versions of PostgreSQL require that debug_query_string is always set.
* Tue Jun 01 2021 Marcus Rueckert - update to 2.3.4: (bsc#1186121) - Fix pg_dump/pg_restore execution (CVE-2021-3515) Correctly escape the connection string for both pg_dump and pg_restore so that exotic database and user names are handled correctly. Reported by Pedro Gallegos - Assign collation to the index scan key When doing lookups for INSERT/UPDATE/DELETE, either to find conflicts or key for the operation to be applied, we should use correct collation. This fixes issues with PostgreSQL 12+ primary key lookups when primary key is on column using one of the textual types. - Execute pg_ctl with appropriate verbosity in pglogical_create_subscriber When -v is passed to pglogical_create_subscriber, it will now call pg_ctl without silent mode. This is useful for troubleshooting. - Clarify documentation regarding REPLICA IDENTITY requirements and support- drop pglogical-CVE-2021-3515.patch: included in update- drop do-not-link-unneeded-libs.patch: no longer applicable
* Thu May 27 2021 Reinhard Max - CVE-2021-3515, bsc#1186121, pglogical-CVE-2021-3515.patch: Shell injection by pglogical users with CREATEDB access