Dimitri Fontaine

Results 23 issues of Dimitri Fontaine

The transform module adds the COMMIT LSN information to every transactions, and for that it keeps the whole current transaction in-memory. When given a large transaction as input (many large...

At the moment the dbname is just duplicated information on each row. In the future we will be able to implement a new --all-databases switch to support looping over all...

enhancement

This extension requires specific pre and post pg_restore steps to be implemented, and also seems to require pgcopydb to use a superuser role to be able to fetch the data...

The wal2json plugin allows for filtering but pgcopydb does not fill-in that setting entry with the list of filtered-out tables from its own setup at the moment. The test_decoding plugin...

enhancement
good first issue

At the moment this only helps with reproducing the problem; both the transform and the replay processes have trouble with the memory allocation required. Registering this as a PR to...

This is the first step towards support for REFRESHing materialized views within pgcopydb instead of in pg_restore.

Add a facility to dump DDL commands for a specific set of tables, and include also their indexes and the foreign key definitions that point to selected tables. The command...

This allows to later review how the command was run, and more importantly editing the configuration file (via new commands, not implemented yet) and signal the already running pgcopydb to...