summaryrefslogtreecommitdiff
path: root/src/backend/commands/subscriptioncmds.c
AgeCommit message (Expand)Author
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07Reorder subskiplsn in pg_subscription to avoid alignment issues.Amit Kapila
2022-04-07pgstat: scaffolding for transactional stats creation / drop.Andres Freund
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-03-31Raise a WARNING for missing publications.Amit Kapila
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-03-22Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila
2022-03-14Optionally disable subscriptions on error.Amit Kapila
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-08Respect permissions within logical replication.Jeff Davis
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-08Improve parsing of options of CREATE/ALTER SUBSCRIPTIONMichael Paquier
2021-11-30Add a view to show the stats of subscription workers.Amit Kapila
2021-08-24Fix Alter Subscription's Add/Drop Publication behavior.Amit Kapila
2021-08-04Add prepare API support for streaming transactions in logical replication.Amit Kapila
2021-07-19Don't allow to set replication slot_name as ''.Amit Kapila
2021-07-19Update comments for AlterSubscription.Amit Kapila
2021-07-15Improve reporting of "conflicting or redundant options" errors.Dean Rasheed
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-07-06Refactor function parse_subscription_options.Amit Kapila
2021-06-28Fix variable initialization with ALTER SUBSCRIPTION DROP PUBLICATIONMichael Paquier
2021-06-25Fixes in ALTER SUBSCRIPTION DROP PUBLICATION codePeter Eisentraut
2021-06-16Improve SQLSTATE reporting in some replication-related code.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-07AlterSubscription_refresh: avoid stomping on global variableAlvaro Herrera
2021-04-06ALTER SUBSCRIPTION ... ADD/DROP PUBLICATIONPeter Eisentraut
2021-03-31Improve style of some replication-related error messages.Tom Lane
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-02-15Fix the warnings introduced in commit ce0fdbfe97.Amit Kapila
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2021-02-10Make pg_replication_origin_drop safe against concurrent drops.Amit Kapila
2021-01-16Remove unnecessary pstrdup in fetch_table_list.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-03Add support for streaming to built-in logical replication.Amit Kapila
2020-07-18Allow logical replication to transfer data in binary format.Tom Lane
2020-05-06Heed lock protocol in DROP OWNED BYAlvaro Herrera
2020-03-10Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2020-01-11Make lsn argument of walrcv_create_slot() optionalPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-01PG_FINALLYPeter Eisentraut
2019-06-29Add an enforcement mechanism for global object names in regression tests.Tom Lane
2019-05-28Fix typo in messageAlvaro Herrera
2019-05-16More message style fixesAlvaro Herrera
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian