index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
ref
/
create_publication.sgml
Age
Commit message (
Expand
)
Author
2025-11-27
doc: Fix misleading synopsis for CREATE/ALTER PUBLICATION.
Fujii Masao
2025-10-09
Add "ALL SEQUENCES" support to publications.
Amit Kapila
2025-04-29
Doc: Specify the interaction of publish_generated_columns with column list.
Amit Kapila
2025-01-30
Doc: Generated column replication.
Amit Kapila
2025-01-23
Change publication's publish_generated_columns option type to enum.
Amit Kapila
2024-12-04
Ensure stored generated columns must be published when required.
Amit Kapila
2024-11-07
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-10-30
Replicate generated columns when specified in the column list.
Amit Kapila
2023-10-30
Doc: Make link names consistent in logical replication commands.
Amit Kapila
2023-04-12
doc: Fix some typos and grammar
Michael Paquier
2023-03-31
Add XML ID attributes to create_publication.sgml.
Amit Kapila
2023-03-29
Avoid syncing data twice for the 'publish_via_partition_root' option.
Amit Kapila
2023-02-26
Doc: Miscellaneous doc updates for MERGE.
Dean Rasheed
2023-01-30
Doc: clarify behavior of boolean options in replication commands.
Tom Lane
2022-10-13
Fix typo in CREATE PUBLICATION reference page
Alvaro Herrera
2022-09-23
Allow publications with schema and table of the same schema.
Amit Kapila
2022-09-22
Remove ALL keyword from TABLES IN SCHEMA for publication
Alvaro Herrera
2022-09-15
Copy-edit docs for logical replication column lists
Alvaro Herrera
2022-09-07
Doc: Explain about Column List feature.
Amit Kapila
2022-09-02
Doc: fix column list vs. replica identity rules.
Amit Kapila
2022-06-24
Doc: clarify that tablesync ignores publish operation.
Amit Kapila
2022-04-21
CREATE PUBLICATION ref: Minor tweaks to row filters
Alvaro Herrera
2022-04-18
Add additional documentation for row filters.
Amit Kapila
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-03-26
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-24
Add decoding of sequences to built-in replication
Tomas Vondra
2022-02-22
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-01-25
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2021-12-01
Doc: Add "Attach Partition" limitation during logical replication.
Amit Kapila
2021-11-17
Doc: add see-also references to CREATE PUBLICATION.
Daniel Gustafsson
2021-10-27
Allow publishing the tables of schema.
Amit Kapila
2020-06-07
doc: Fix man page whitespace issues
Peter Eisentraut
2020-04-14
Fix collection of typos and grammar mistakes in the tree, volume 2
Michael Paquier
2020-04-08
Allow publishing partition changes via ancestors
Peter Eisentraut
2020-03-10
Support adding partitioned tables to publication
Peter Eisentraut
2018-04-07
Logical replication support for TRUNCATE
Peter Eisentraut
2017-11-23
Convert documentation to DocBook XML
Peter Eisentraut
2017-10-20
Convert SGML IDs to lower case
Peter Eisentraut
2017-10-17
Don't use SGML empty tags
Peter Eisentraut
2017-06-17
doc: Add note that COPY commands are published as INSERTs
Peter Eisentraut
2017-06-14
doc: Whitespace fixes in man pages
Peter Eisentraut
2017-05-12
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-04-20
Modify message when partitioned table is added to publication
Peter Eisentraut
2017-04-17
Document that ONLY can be specified in publication commands
Peter Eisentraut
2017-03-22
doc: Improve CREATE PUBLICATION examples
Peter Eisentraut
2017-03-15
Add more documentation and tests for publications
Peter Eisentraut
2017-01-20
Logical replication
Peter Eisentraut