aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/subscriptioncmds.c
Commit message (Expand)AuthorAge
* Avoid using list_length() to test for empty list.Tom Lane2022-08-17
* 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
* pgstat: drop subscription stats without slot as well, fix commentAndres Freund2022-07-06
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01
* Prohibit combining publications with different column lists.Amit Kapila2022-06-02
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* Reorder subskiplsn in pg_subscription to avoid alignment issues.Amit Kapila2022-04-07
* pgstat: scaffolding for transactional stats creation / drop.Andres Freund2022-04-06
* pgstat: stats collector references in comments.Andres Freund2022-04-06
* Raise a WARNING for missing publications.Amit Kapila2022-03-31
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-24
* Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila2022-03-22
* Optionally disable subscriptions on error.Amit Kapila2022-03-14
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* Respect permissions within logical replication.Jeff Davis2022-01-07
* Update copyright for 2022Bruce Momjian2022-01-07
* Improve parsing of options of CREATE/ALTER SUBSCRIPTIONMichael Paquier2021-12-08
* Add a view to show the stats of subscription workers.Amit Kapila2021-11-30
* Fix Alter Subscription's Add/Drop Publication behavior.Amit Kapila2021-08-24
* Add prepare API support for streaming transactions in logical replication.Amit Kapila2021-08-04
* Don't allow to set replication slot_name as ''.Amit Kapila2021-07-19
* Update comments for AlterSubscription.Amit Kapila2021-07-19
* Improve reporting of "conflicting or redundant options" errors.Dean Rasheed2021-07-15
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Refactor function parse_subscription_options.Amit Kapila2021-07-06
* Fix variable initialization with ALTER SUBSCRIPTION DROP PUBLICATIONMichael Paquier2021-06-28
* Fixes in ALTER SUBSCRIPTION DROP PUBLICATION codePeter Eisentraut2021-06-25
* Improve SQLSTATE reporting in some replication-related code.Tom Lane2021-06-16
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* AlterSubscription_refresh: avoid stomping on global variableAlvaro Herrera2021-05-07
* ALTER SUBSCRIPTION ... ADD/DROP PUBLICATIONPeter Eisentraut2021-04-06
* Improve style of some replication-related error messages.Tom Lane2021-03-31
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-17
* Fix the warnings introduced in commit ce0fdbfe97.Amit Kapila2021-02-15
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-12
* Make pg_replication_origin_drop safe against concurrent drops.Amit Kapila2021-02-10
* Remove unnecessary pstrdup in fetch_table_list.Amit Kapila2021-01-16
* Update copyright for 2021Bruce Momjian2021-01-02
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-03
* Allow logical replication to transfer data in binary format.Tom Lane2020-07-18
* Heed lock protocol in DROP OWNED BYAlvaro Herrera2020-05-06
* Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut2020-03-10
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Make lsn argument of walrcv_create_slot() optionalPeter Eisentraut2020-01-11
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12