Commit Graph

113 Commits (fd079193d24ce81fdc31fbba687cadc70609c44d)

Author SHA1 Message Date
Amit Kapila fd079193d2 Fix the errhint message and docs for drop subscription failure. 2 years ago
Alvaro Herrera 25fb9579bb
Improve errhint for ALTER SUBSCRIPTION ADD/DROP PUBLICATION 3 years ago
Peter Eisentraut 517484b582 Message style improvements 3 years ago
Peter Eisentraut c946425176 Message wording improvements 3 years ago
Andres Freund 596172260a pgstat: drop subscription stats regardless of slot, fix comment 3 years ago
Amit Kapila fd0b9dcebd Prohibit combining publications with different column lists. 3 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 3 years ago
Alvaro Herrera 24d2b2680a
Remove extraneous blank lines before block-closing braces 3 years ago
Tomas Vondra 2c7ea57e56 Revert "Logical decoding of sequences" 3 years ago
Amit Kapila 79b716cfb7 Reorder subskiplsn in pg_subscription to avoid alignment issues. 3 years ago
Andres Freund 8b1dccd37c pgstat: scaffolding for transactional stats creation / drop. 3 years ago
Andres Freund bdbd3d9064 pgstat: stats collector references in comments. 3 years ago
Amit Kapila 8f2e2bbf14 Raise a WARNING for missing publications. 4 years ago
Tomas Vondra 75b1521dae Add decoding of sequences to built-in replication 4 years ago
Amit Kapila 208c5d65bb Add ALTER SUBSCRIPTION ... SKIP. 4 years ago
Amit Kapila 705e20f855 Optionally disable subscriptions on error. 4 years ago
Michael Paquier 410aa248e5 Fix various typos, grammar and code style in comments and docs 4 years ago
Jeff Davis a2ab9c06ea Respect permissions within logical replication. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Michael Paquier 00029deaf6 Improve parsing of options of CREATE/ALTER SUBSCRIPTION 4 years ago
Amit Kapila 8d74fc96db Add a view to show the stats of subscription workers. 4 years ago
Amit Kapila 1046a69b30 Fix Alter Subscription's Add/Drop Publication behavior. 4 years ago
Amit Kapila 63cf61cdeb Add prepare API support for streaming transactions in logical replication. 4 years ago
Amit Kapila 29abde637b Don't allow to set replication slot_name as ''. 4 years ago
Amit Kapila dcecdfafbd Update comments for AlterSubscription. 4 years ago
Dean Rasheed 2bfb50b3df Improve reporting of "conflicting or redundant options" errors. 4 years ago
Amit Kapila a8fd13cab0 Add support for prepared transactions to built-in logical replication. 4 years ago
Amit Kapila 8aafb02616 Refactor function parse_subscription_options. 4 years ago
Michael Paquier 79718c1c6c Fix variable initialization with ALTER SUBSCRIPTION DROP PUBLICATION 4 years ago
Peter Eisentraut e59d428f34 Fixes in ALTER SUBSCRIPTION DROP PUBLICATION code 4 years ago
Tom Lane 6b787d9e32 Improve SQLSTATE reporting in some replication-related code. 4 years ago
Tom Lane def5b065ff Initial pgindent and pgperltidy run for v14. 4 years ago
Alvaro Herrera 4e8c0f1a0d
AlterSubscription_refresh: avoid stomping on global variable 4 years ago
Peter Eisentraut 82ed7748b7 ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION 5 years ago
Tom Lane 6197db5340 Improve style of some replication-related error messages. 5 years ago
Peter Eisentraut 0e392fcc0d Use errmsg_internal for debug messages 5 years ago
Amit Kapila d9b0767bec Fix the warnings introduced in commit ce0fdbfe97. 5 years ago
Amit Kapila ce0fdbfe97 Allow multiple xacts during table sync in logical replication. 5 years ago
Amit Kapila cd142e032e Make pg_replication_origin_drop safe against concurrent drops. 5 years ago
Amit Kapila c95765f476 Remove unnecessary pstrdup in fetch_table_list. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Amit Kapila 464824323e Add support for streaming to built-in logical replication. 5 years ago
Tom Lane 9de77b5453 Allow logical replication to transfer data in binary format. 5 years ago
Alvaro Herrera 5be594caf8
Heed lock protocol in DROP OWNED BY 5 years ago
Peter Eisentraut 3c173a53a8 Remove utils/acl.h from catalog/objectaddress.h 6 years ago
Tom Lane 3ed2005ff5 Introduce macros for typalign and typstorage constants. 6 years ago
Alvaro Herrera 4e89c79a52 Remove excess parens in ereport() calls 6 years ago
Peter Eisentraut c67a55da4e Make lsn argument of walrcv_create_slot() optional 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Amit Kapila 14aec03502 Make the order of the header file includes consistent in backend modules. 6 years ago