aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical
Commit message (Expand)AuthorAge
* Fix the incorrect assertion introduced in commit 7f13ac8123.Amit Kapila2022-08-29
* Add CHECK_FOR_INTERRUPTS while decoding changes.Amit Kapila2022-08-23
* Switch format specifier for replication origins to %dJohn Naylor2022-08-23
* Remove shadowed local variables that are new in v15David Rowley2022-08-20
* Refer to replication origin roident as "ID" in user facing messages and docsJohn Naylor2022-08-18
* Avoid using list_length() to test for empty list.Tom Lane2022-08-17
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-11
* Refactor code in charge of grabbing the relations of a subscriptionMichael Paquier2022-07-27
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-21
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01
* Fix memory leak due to LogicalRepRelMapEntry.attrmap.Amit Kapila2022-06-23
* Fix stale values in partition map entries on subscribers.Amit Kapila2022-06-21
* Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila2022-06-21
* Fix data inconsistency between publisher and subscriber.Amit Kapila2022-06-16
* Fix cache look-up failures while applying changes in logical replication.Amit Kapila2022-06-15
* Fix off-by-one loop termination condition in pg_stat_get_subscription().Tom Lane2022-06-07
* Prohibit combining publications with different column lists.Amit Kapila2022-06-02
* Extend pg_publication_tables to display column list and row filter.Amit Kapila2022-05-19
* Clean up newlines following left parenthesesAlvaro Herrera2022-05-13
* Don't report stats in LogicalRepApplyLoop() when in xact.Andres Freund2022-05-12
* Remove function declaration for function in pg_proc.Andres Freund2022-05-12
* Add 'static' to file-local variables missing it.Andres Freund2022-05-12
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix the logical replication timeout during large transactions.Amit Kapila2022-05-11
* Fix typo in origin.cMichael Paquier2022-05-06
* Fix SQL syntax in comment in logical/worker.cJohn Naylor2022-04-28
* Fix the check to limit sync workers.Amit Kapila2022-04-19
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* Custom WAL Resource Managers.Jeff Davis2022-04-06
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* pgstat: revise replication slot API in preparation for shared memory stats.Andres Freund2022-04-06
* Improve the generation memory allocatorDavid Rowley2022-04-04
* Skip empty transactions for logical replication.Amit Kapila2022-03-30
* Allow specifying column lists for logical replicationTomas Vondra2022-03-26
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-24
* Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila2022-03-22
* Add circular WAL decoding buffer, take II.Thomas Munro2022-03-18
* Fix compiler warning introduced in commit 705e20f855.Amit Kapila2022-03-15
* Optionally disable subscriptions on error.Amit Kapila2022-03-14
* Add the additional information to the logical replication worker errcontext.Amit Kapila2022-03-08
* Call ReorderBufferProcessXid from sequence_decodeTomas Vondra2022-03-07
* Make the errcontext message in logical replication worker translation friendly.Amit Kapila2022-03-07
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-07
* Reconsider pg_stat_subscription_workers view.Amit Kapila2022-03-01
* Fix typo in logicalfuncs.c.Amit Kapila2022-02-26
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-22