postgresql/src/backend
Peter Eisentraut 17b9e7f9fe Support adding partitioned tables to publication
When a partitioned table is added to a publication, changes of all of
its partitions (current or future) are published via that publication.

This change only affects which tables a publication considers as its
members.  The receiving side still sees the data coming from the
individual leaf partitions.  So existing restrictions that partition
hierarchies can only be replicated one-to-one are not changed by this.

Author: Amit Langote <amitlangote09@gmail.com>
Reviewed-by: Rafia Sabih <rafia.pghackers@gmail.com>
Reviewed-by: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Discussion: https://www.postgresql.org/message-id/flat/CA+HiwqH=Y85vRK3mOdjEkqFK+E=ST=eQiHdpj43L=_eJMOOznQ@mail.gmail.com
2020-03-10 09:09:32 +01:00
..
access Tidy up XLogSource code in xlog.c. 2020-03-10 09:41:44 +09:00
bootstrap Introduce macros for typalign and typstorage constants. 2020-03-04 10:34:25 -05:00
catalog Support adding partitioned tables to publication 2020-03-10 09:09:32 +01:00
commands Support adding partitioned tables to publication 2020-03-10 09:09:32 +01:00
executor Extend ExecBuildAggTrans() to support a NULL pointer check. 2020-03-04 17:29:18 -08:00
foreign Update copyrights for 2020 2020-01-01 12:21:45 -05:00
jit Extend ExecBuildAggTrans() to support a NULL pointer check. 2020-03-04 17:29:18 -08:00
lib Move src/backend/utils/hash/hashfn.c to src/common 2020-02-27 09:25:41 +05:30
libpq Introduce macros for typalign and typstorage constants. 2020-03-04 10:34:25 -05:00
main Add PostgreSQL home page to --help output 2020-02-28 13:12:21 +01:00
nodes Allow ALTER TYPE to change some properties of a base type. 2020-03-06 12:19:29 -05:00
optimizer Save calculated transitionSpace in Agg node. 2020-02-27 11:20:56 -08:00
parser Allow Unicode escapes in any server encoding, not only UTF-8. 2020-03-06 14:17:43 -05:00
partitioning Move src/backend/utils/hash/hashfn.c to src/common 2020-02-27 09:25:41 +05:30
po Translation updates 2019-06-17 15:30:20 +02:00
port Update copyrights for 2020 2020-01-01 12:21:45 -05:00
postmaster Avoid failure if autovacuum tries to access a just-dropped temp namespace. 2020-02-28 20:28:34 -05:00
regex Update copyrights for 2020 2020-01-01 12:21:45 -05:00
replication Support adding partitioned tables to publication 2020-03-10 09:09:32 +01:00
rewrite Make rewriter prevent auto-updates on views with conditional INSTEAD rules. 2020-01-14 09:52:21 +00:00
snowball Update copyrights for 2020 2020-01-01 12:21:45 -05:00
statistics Report progress of ANALYZE commands 2020-01-15 11:14:39 -03:00
storage Fix bug that causes to report waiting in PS display twice, in hot standby. 2020-03-10 00:14:43 +09:00
tcop Allow ALTER TYPE to change some properties of a base type. 2020-03-06 12:19:29 -05:00
tsearch Introduce macros for typalign and typstorage constants. 2020-03-04 10:34:25 -05:00
utils Prevent reindex of invalid indexes on TOAST tables 2020-03-10 15:38:17 +09:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Update copyrights for 2020 2020-01-01 12:21:45 -05:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk Translation updates 2019-05-20 16:00:53 +02:00