summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_publication.sgml
AgeCommit message (Expand)Author
2025-11-27doc: Fix misleading synopsis for CREATE/ALTER PUBLICATION.Fujii Masao
2025-10-09Add "ALL SEQUENCES" support to publications.Amit Kapila
2025-04-29Doc: Specify the interaction of publish_generated_columns with column list.Amit Kapila
2025-01-30Doc: Generated column replication.Amit Kapila
2025-01-23Change publication's publish_generated_columns option type to enum.Amit Kapila
2024-12-04Ensure stored generated columns must be published when required.Amit Kapila
2024-11-07Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila
2024-10-30Replicate generated columns when specified in the column list.Amit Kapila
2023-10-30Doc: Make link names consistent in logical replication commands.Amit Kapila
2023-04-12doc: Fix some typos and grammarMichael Paquier
2023-03-31Add XML ID attributes to create_publication.sgml.Amit Kapila
2023-03-29Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila
2023-02-26Doc: Miscellaneous doc updates for MERGE.Dean Rasheed
2023-01-30Doc: clarify behavior of boolean options in replication commands.Tom Lane
2022-10-13Fix typo in CREATE PUBLICATION reference pageAlvaro Herrera
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-09-15Copy-edit docs for logical replication column listsAlvaro Herrera
2022-09-07Doc: Explain about Column List feature.Amit Kapila
2022-09-02Doc: fix column list vs. replica identity rules.Amit Kapila
2022-06-24Doc: clarify that tablesync ignores publish operation.Amit Kapila
2022-04-21CREATE PUBLICATION ref: Minor tweaks to row filtersAlvaro Herrera
2022-04-18Add additional documentation for row filters.Amit Kapila
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-03-26Allow specifying column lists for logical replicationTomas Vondra
2022-03-24Add decoding of sequences to built-in replicationTomas 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
2021-12-01Doc: Add "Attach Partition" limitation during logical replication.Amit Kapila
2021-11-17Doc: add see-also references to CREATE PUBLICATION.Daniel Gustafsson
2021-10-27Allow publishing the tables of schema.Amit Kapila
2020-06-07doc: Fix man page whitespace issuesPeter Eisentraut
2020-04-14Fix collection of typos and grammar mistakes in the tree, volume 2Michael Paquier
2020-04-08Allow publishing partition changes via ancestorsPeter Eisentraut
2020-03-10Support adding partitioned tables to publicationPeter Eisentraut
2018-04-07Logical replication support for TRUNCATEPeter Eisentraut
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-06-17doc: Add note that COPY commands are published as INSERTsPeter Eisentraut
2017-06-14doc: Whitespace fixes in man pagesPeter Eisentraut
2017-05-12Rework the options syntax for logical replication commandsPeter Eisentraut
2017-04-20Modify message when partitioned table is added to publicationPeter Eisentraut
2017-04-17Document that ONLY can be specified in publication commandsPeter Eisentraut
2017-03-22doc: Improve CREATE PUBLICATION examplesPeter Eisentraut
2017-03-15Add more documentation and tests for publicationsPeter Eisentraut
2017-01-20Logical replicationPeter Eisentraut