aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/worker.c
Commit message (Expand)AuthorAge
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-24
* Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila2022-03-22
* 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
* Make the errcontext message in logical replication worker translation friendly.Amit Kapila2022-03-07
* Reconsider pg_stat_subscription_workers view.Amit Kapila2022-03-01
* Fix a comment in worker.c.Amit Kapila2022-02-18
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* More cleanup of a2ab9c06ea.Jeff Davis2022-01-08
* Respect permissions within logical replication.Jeff Davis2022-01-07
* Update copyright for 2022Bruce Momjian2022-01-07
* Add a view to show the stats of subscription workers.Amit Kapila2021-11-30
* Doc: improve protocol spec for logical replication Type messages.Tom Lane2021-11-10
* Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas2021-11-05
* Optimize fileset usage in apply worker.Amit Kapila2021-09-02
* Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila2021-08-30
* Add logical change details to logical replication worker errcontext.Amit Kapila2021-08-27
* Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.Amit Kapila2021-08-19
* Add prepare API support for streaming transactions in logical replication.Amit Kapila2021-08-04
* Remove unused argument in apply_handle_commit_internal().Amit Kapila2021-07-30
* Refactor to make common functions in proto.c and worker.c.Amit Kapila2021-07-29
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Don't try to print data type names in slot_store_error_callback().Tom Lane2021-07-02
* Improve SQLSTATE reporting in some replication-related code.Tom Lane2021-06-16
* Don't use Asserts to check for violations of replication protocol.Tom Lane2021-06-12
* Fix multiple crasher bugs in partitioned-table replication logic.Tom Lane2021-06-11
* Rearrange logrep worker's snapshot handling some more.Tom Lane2021-06-10
* Fix access to no-longer-open relcache entry in logical-rep worker.Tom Lane2021-05-22
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* Fix deadlock for multiple replicating truncates of the same table.Amit Kapila2021-05-21
* Rename the logical replication global "wrconn"Alvaro Herrera2021-05-12
* Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.Fujii Masao2021-04-27
* Fix relation leak for subscribers firing triggers in logical replicationMichael Paquier2021-04-22
* Allow TRUNCATE command to truncate foreign tables.Fujii Masao2021-04-08
* Postpone some stuff out of ExecInitModifyTable.Tom Lane2021-04-06
* Allow pgoutput to send logical decoding messages.Amit Kapila2021-04-06
* Fix dangling pointer reference in stream_cleanup_files.Amit Kapila2021-03-23
* Small debug message tweakPeter Eisentraut2021-03-10
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-12
* pgindent worker.c.Amit Kapila2021-01-19
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-13
* Update copyright for 2021Bruce Momjian2021-01-02
* Use HASH_BLOBS for xidhash.Noah Misch2020-12-12
* Correct behavior descriptions in comments, and correct a test name.Noah Misch2020-12-12
* Fix replication of in-progress transactions in tablesync worker.Amit Kapila2020-11-27
* Use Enums for logical replication message types at more places.Amit Kapila2020-11-26
* Use Enum for top level logical replication message types.Amit Kapila2020-11-02
* Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane2020-10-28