summaryrefslogtreecommitdiff
path: root/src/backend/commands/publicationcmds.c
AgeCommit message (Expand)Author
2025-03-18Use correct variable name in publicationcmds.c.Amit Kapila
2025-03-13Avoid invalidating all RelationSyncCache entries on publication rename.Amit Kapila
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-28Rename pubgencols_type to pubgencols in pg_publication.Amit Kapila
2025-01-23Change publication's publish_generated_columns option type to enum.Amit Kapila
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-04Ensure stored generated columns must be published when required.Amit Kapila
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-07Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila
2024-08-15Improve ALTER PUBLICATION validation and error messagesDavid Rowley
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
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