summaryrefslogtreecommitdiff
path: root/src/backend/commands/publicationcmds.c
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-18Add a SET option to the GRANT command.Robert Haas
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-10-05Rename shadowed local variablesDavid Rowley
2022-09-28Change some errdetail() to errdetail_internal()Alvaro Herrera
2022-09-28Remove publicationcmds.c's expr_allowed_in_node as a functionAlvaro Herrera
2022-09-27Improve some publication-related error messagesAlvaro Herrera
2022-09-24Message style improvementsPeter Eisentraut
2022-09-23Allow publications with schema and table of the same schema.Amit Kapila
2022-09-22Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
2022-07-20Tweak detail and hint messages to be consistent with project policyMichael Paquier
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-13Release cache tuple when no longer neededAlvaro Herrera
2022-04-09Add missing serial commasPeter Eisentraut
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-03-26Allow specifying column lists for logical replicationTomas Vondra
2022-03-25Minor improvements in sequence decoding code and docsTomas Vondra
2022-03-25Remove some useless free calls.Amit Kapila
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-03-16Fix publish_as_relid with multiple publicationsTomas Vondra
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2022-01-03Avoid using DefElemAction in AlterPublicationStmtAlvaro Herrera
2021-12-30Small cleanups related to PUBLICATION framework codeAlvaro Herrera
2021-12-08Fix changing the ownership of ALL TABLES IN SCHEMA publication.Amit Kapila
2021-11-09Rename some enums to use TABLE instead of REL.Amit Kapila
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-09-22Invalidate all partitions for a partitioned table in publication.Amit Kapila
2021-09-08Invalidate relcache for publications defined for all tables.Amit Kapila
2021-09-06Add PublicationTable and PublicationRelInfo structsAlvaro Herrera
2021-07-19Use l*_node() family of functions where appropriatePeter Eisentraut
2021-07-15Improve reporting of "conflicting or redundant options" errors.Dean Rasheed
2021-01-02Update copyright for 2021Bruce Momjian
2020-06-09Unify drop-by-OID functionsPeter Eisentraut
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-08Allow publishing partition changes via ancestorsPeter Eisentraut
2020-03-10Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut
2020-03-10Support adding partitioned tables to publicationPeter Eisentraut
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-07-12Warn if wal_level is too low when creating a publication.Thomas Munro
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-16More message style fixesAlvaro Herrera
2019-03-11Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera